public class RoleContext extends Reference
role_context asset type in IGC, displayed as 'Role Context' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
contextId |
protected ItemList<RoleAssignment> |
definesRoleAssignment |
| Constructor and Description |
|---|
RoleContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextId()
Retrieve the
context_id property (displayed as 'Context Id') of the object. |
ItemList<RoleAssignment> |
getDefinesRoleAssignment()
Retrieve the
defines_role_assignment property (displayed as 'Defines Role Assignment') of the object. |
void |
setContextId(String contextId)
Set the
context_id property (displayed as Context Id) of the object. |
void |
setDefinesRoleAssignment(ItemList<RoleAssignment> definesRoleAssignment)
Set the
defines_role_assignment property (displayed as Defines Role Assignment) 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 contextId
protected ItemList<RoleAssignment> definesRoleAssignment
public String getContextId()
context_id property (displayed as 'Context Id') of the object.Stringpublic void setContextId(String contextId)
context_id property (displayed as Context Id) of the object.contextId - the value to setpublic ItemList<RoleAssignment> getDefinesRoleAssignment()
defines_role_assignment property (displayed as 'Defines Role Assignment') of the object.ItemList<RoleAssignment>public void setDefinesRoleAssignment(ItemList<RoleAssignment> definesRoleAssignment)
defines_role_assignment property (displayed as Defines Role Assignment) of the object.definesRoleAssignment - the value to setCopyright © 2018–2021 ODPi. All rights reserved.