@DTO public class UESPersonalRoleCreate extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
accessCode1
Access code 1 of the Personal Role.
|
private java.lang.String |
accessCode2
Access code 2 of the Personal Role.
|
private java.lang.String |
avatarUri
UESURI or URL of image which represents Personal Role's avatar.
|
private java.lang.String |
code
Code of the Personal Role.
|
private UESURI |
competentRoleUri
UESURI of the competent role.
|
private java.lang.Boolean |
componentContent
Defines whether the primarily displayed content of the Personal Role is component content.
|
private java.lang.String |
description
The description of the Personal Role.
|
private java.lang.String |
firstName
First name of the user represented by the Personal Role.
|
private java.lang.Boolean |
grantAllFromOrganizationalUnit
Deprecated.
All From OU will not be used in the new authorization (v4)
|
private UESURI |
iconUri
UESURI of the Personal Role icon.
|
private UESURI |
metaArtifactUri
UESURI of the Personal Role meta artifact.
|
private java.lang.Boolean |
searchableInTerritory
Specifies if it is possible to search the Personal Role within the territory.
|
private UESSecurityLevel |
securityClearance
Security clearance of the new Personal Role.
|
private UESSecurityLevel |
securityLevel
Security level of the new Personal Role.
|
private java.lang.String |
surname
Surname of the user represented by the Personal Role.
|
private java.lang.String |
universeId
Universe identifier of the Personal Role.
|
Constructor and Description |
---|
UESPersonalRoleCreate() |
UESPersonalRoleCreate(UESURI metaArtifactUri, |
UESPersonalRoleCreate(UESURI metaArtifactUri,
Full constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessCode1() |
java.lang.String |
getAccessCode2() |
java.lang.String |
getAvatarUri() |
java.lang.String |
getCode() |
UESURI |
getCompetentRoleUri() |
java.lang.Boolean |
getComponentContent() |
java.lang.String |
getDescription() |
java.lang.String |
getFirstName() |
java.lang.Boolean |
getGrantAllFromOrganizationalUnit() |
UESURI |
getIconUri() |
UESURI |
getMetaArtifactUri() |
java.lang.Boolean |
getSearchableInTerritory() |
UESSecurityLevel |
getSecurityClearance() |
UESSecurityLevel |
getSecurityLevel() |
java.lang.String |
getSurname() |
java.lang.String |
getUniverseId() |
void |
setAccessCode1(java.lang.String accessCode1) |
void |
setAccessCode2(java.lang.String accessCode2) |
void |
setAvatarUri(java.lang.String avatarUri) |
void |
setCode(java.lang.String code) |
void |
setCompetentRoleUri(UESURI competentRoleUri) |
void |
setComponentContent(java.lang.Boolean componentContent) |
void |
setDescription(java.lang.String description) |
void |
setFirstName(java.lang.String firstName) |
void |
setGrantAllFromOrganizationalUnit(java.lang.Boolean grantAllFromOrganizationalUnit) |
void |
setIconUri(UESURI iconUri) |
void |
setMetaArtifactUri(UESURI metaArtifactUri) |
void |
setSearchableInTerritory(java.lang.Boolean searchableInTerritory) |
void |
setSecurityClearance(UESSecurityLevel securityClearance) |
void |
setSecurityLevel(UESSecurityLevel securityLevel) |
void |
setSurname(java.lang.String surname) |
void |
setUniverseId(java.lang.String universeId) |