public class UserRole extends Reference
user_role asset type in IGC, displayed as 'User Role' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
name
The
name property, displayed as 'Role' in the IGC UI. |
protected Boolean |
system_role
The
system_role property, displayed as 'System Role' in the IGC UI. |
protected ReferenceList |
users
The
users property, displayed as 'Users' in the IGC UI. |
| Constructor and Description |
|---|
UserRole() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
canBeCreated() |
static List<String> |
getAllProperties() |
static String |
getIgcTypeDisplayName() |
static String |
getIgcTypeId() |
static List<String> |
getNonRelationshipProperties() |
static List<String> |
getPagedRelationshipProperties() |
static List<String> |
getStringProperties() |
Boolean |
getSystemRole() |
String |
getTheName() |
ReferenceList |
getUsers() |
static Boolean |
includesModificationDetails() |
static Boolean |
isUserRole(Object obj) |
void |
setSystemRole(Boolean system_role) |
void |
setTheName(String name) |
void |
setUsers(ReferenceList users) |
canAssetBeCreatedFromPOJO, getAllPropertiesFromPOJO, getAssetDetails, getAssetTypeForSearch, getAssetTypeFromPOJO, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getContext, getDisplayNameFromPOJO, getFieldByName, getFullAssetDetails, getId, getIdentity, getName, getNonRelationshipPropertiesFromPOJO, getPagedRelationalPropertiesFromPOJO, getPropertyByName, getStringPropertiesFromPOJO, getType, getUrl, hasModificationDetails, hasModificationDetails, hasProperty, isCreatableFromPOJO, isFullyRetrieved, isReference, isReference, isReferenceList, isReferenceList, isSimpleType, isSimpleType, populateContext, populateModificationDetails, setContext, setFullyRetrieved, setId, setName, setPropertyByName, setType, setUrlgetAllFields, toStringprotected String name
name property, displayed as 'Role' in the IGC UI.protected Boolean system_role
system_role property, displayed as 'System Role' in the IGC UI.protected ReferenceList users
public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public Boolean getSystemRole()
system_rolepublic void setSystemRole(Boolean system_role)
system_rolepublic ReferenceList getUsers()
userspublic void setUsers(ReferenceList users)
userspublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.