Package com.onslip360
Class API.Partial_Role
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_Role>
 - 
- com.onslip360.API.Partial_Role
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_Role>>
- Enclosing class:
 - API
 
public static class API.Partial_Role extends Onslip360Object<API.Partial_Role>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_Role() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Erasable<String>deleted()API.Partial_Roledeleted(Erasable<String> deleted)API.Partial_Roledeleted(String deleted)Erasable<Long[]>labels()API.Partial_Rolelabels(Erasable<Long[]> labels)API.Partial_Rolelabels(Long[] labels)Optional<String>name()API.Partial_Rolename(String name)Erasable<API.Permission[]>permissions()API.Partial_Rolepermissions(API.Permission[] permissions)API.Partial_Rolepermissions(Erasable<API.Permission[]> permissions)Erasable<String[]>tags()API.Partial_Roletags(Erasable<String[]> tags)API.Partial_Roletags(String[] tags)- 
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
permissions
@Nonnull public Erasable<API.Permission[]> permissions()
 
- 
deleted
@Nonnull public API.Partial_Role deleted(@Nullable String deleted)
 
- 
deleted
@Nonnull public API.Partial_Role deleted(@Nullable Erasable<String> deleted)
 
- 
labels
@Nonnull public API.Partial_Role labels(@Nullable Long[] labels)
 
- 
labels
@Nonnull public API.Partial_Role labels(@Nullable Erasable<Long[]> labels)
 
- 
name
@Nonnull public API.Partial_Role name(@Nullable String name)
 
- 
permissions
@Nonnull public API.Partial_Role permissions(@Nullable API.Permission[] permissions)
 
- 
permissions
@Nonnull public API.Partial_Role permissions(@Nullable Erasable<API.Permission[]> permissions)
 
- 
tags
@Nonnull public API.Partial_Role tags(@Nullable String[] tags)
 
- 
tags
@Nonnull public API.Partial_Role tags(@Nullable Erasable<String[]> tags)
 
 - 
 
 -