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 |
protected String |
nativeId |
protected Boolean |
systemRole |
protected ItemList<Steward> |
users |
| Constructor and Description |
|---|
UserRole() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
Boolean |
getSystemRole()
Retrieve the
system_role property (displayed as 'System Role') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Role') of the object. |
ItemList<Steward> |
getUsers()
Retrieve the
users property (displayed as 'Users') of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setSystemRole(Boolean systemRole)
Set the
system_role property (displayed as System Role) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Role) of the object. |
void |
setUsers(ItemList<Steward> users)
Set the
users property (displayed as Users) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected String name
protected String nativeId
protected Boolean systemRole
public String getTheName()
name property (displayed as 'Role') of the object.Stringpublic void setTheName(String name)
name property (displayed as Role) of the object.name - the value to setpublic String getNativeId()
native_id property (displayed as 'Native ID') of the object.Stringpublic void setNativeId(String nativeId)
native_id property (displayed as Native ID) of the object.nativeId - the value to setpublic Boolean getSystemRole()
system_role property (displayed as 'System Role') of the object.Booleanpublic void setSystemRole(Boolean systemRole)
system_role property (displayed as System Role) of the object.systemRole - the value to setpublic ItemList<Steward> getUsers()
users property (displayed as 'Users') of the object.ItemList<Steward>Copyright © 2018–2021 ODPi. All rights reserved.