public class RoleAssignment extends Reference
role_assignment asset type in IGC, displayed as 'Role Assignment' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Steward> |
assignsPrincipal |
protected SystemRole |
definedBySystemRole |
protected RoleContext |
hasRoleContext |
protected Number |
sequence |
| Constructor and Description |
|---|
RoleAssignment() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Steward> |
getAssignsPrincipal()
Retrieve the
assigns_principal property (displayed as 'Assigns Principal') of the object. |
SystemRole |
getDefinedBySystemRole()
Retrieve the
defined_by_system_role property (displayed as 'Defined By System Role') of the object. |
RoleContext |
getHasRoleContext()
Retrieve the
has_role_context property (displayed as 'Has Role Context') of the object. |
Number |
getSequence()
Retrieve the
sequence property (displayed as 'Sequence') of the object. |
void |
setAssignsPrincipal(ItemList<Steward> assignsPrincipal)
Set the
assigns_principal property (displayed as Assigns Principal) of the object. |
void |
setDefinedBySystemRole(SystemRole definedBySystemRole)
Set the
defined_by_system_role property (displayed as Defined By System Role) of the object. |
void |
setHasRoleContext(RoleContext hasRoleContext)
Set the
has_role_context property (displayed as Has Role Context) of the object. |
void |
setSequence(Number sequence)
Set the
sequence property (displayed as Sequence) 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 SystemRole definedBySystemRole
protected RoleContext hasRoleContext
protected Number sequence
public ItemList<Steward> getAssignsPrincipal()
assigns_principal property (displayed as 'Assigns Principal') of the object.ItemList<Steward>public void setAssignsPrincipal(ItemList<Steward> assignsPrincipal)
assigns_principal property (displayed as Assigns Principal) of the object.assignsPrincipal - the value to setpublic SystemRole getDefinedBySystemRole()
defined_by_system_role property (displayed as 'Defined By System Role') of the object.SystemRolepublic void setDefinedBySystemRole(SystemRole definedBySystemRole)
defined_by_system_role property (displayed as Defined By System Role) of the object.definedBySystemRole - the value to setpublic RoleContext getHasRoleContext()
has_role_context property (displayed as 'Has Role Context') of the object.RoleContextpublic void setHasRoleContext(RoleContext hasRoleContext)
has_role_context property (displayed as Has Role Context) of the object.hasRoleContext - the value to setpublic Number getSequence()
sequence property (displayed as 'Sequence') of the object.Numberpublic void setSequence(Number sequence)
sequence property (displayed as Sequence) of the object.sequence - the value to setCopyright © 2018–2021 ODPi. All rights reserved.