@DTO public class UESUUEECreate extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
accessCode1
Access Code 1 of newly created uuEE. 
 | 
private java.lang.String | 
accessCode2
Access Code 2 of newly created uuEE. 
 | 
private java.lang.String | 
appCode
Full code of the application which be represented by the uuEE. 
 | 
private java.lang.String | 
avatarUri
UESURI or URL of image which represents uuEE's avatar. 
 | 
private java.lang.String | 
code
The code of the uuEE. 
 | 
private UESURI | 
competentRoleUri
UESURI of the competent role. 
 | 
private java.lang.Boolean | 
componentContent
Defines whether the primarily displayed content of the uuEE is component content. 
 | 
private java.lang.String | 
description
The description of the uuEE. 
 | 
private java.lang.String | 
firstName
The first name of the uuEE. 
 | 
private java.lang.Boolean | 
grantAllFromOrganizationalUnit
Deprecated. 
 
All From OU will not be used in the new authorization (v4) 
 | 
private UESURI | 
iconUri
URI of the uuEE's icon. 
 | 
private UESURI | 
metaArtifactUri
UESURI of the meta artifact. 
 | 
private java.lang.Boolean | 
searchableInTerritory
Specifies if it is possible to search the uuEE within the territory. 
 | 
private UESSecurityLevel | 
securityClearance
Security clearance of the new uuEE. 
 | 
private UESSecurityLevel | 
securityLevel
Security level of the new uuEE. 
 | 
private java.lang.String | 
surname
The surname of the uuEE. 
 | 
private java.lang.String | 
universeId
Universe identifier of the Personal Role. 
 | 
| Constructor and Description | 
|---|
UESUUEECreate()  | 
UESUUEECreate(UESURI metaArtifactUri,  | 
UESUUEECreate(UESURI metaArtifactUri,
Full constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getAccessCode1()  | 
java.lang.String | 
getAccessCode2()  | 
java.lang.String | 
getAppCode()  | 
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 | 
setAppCode(java.lang.String appCode)  | 
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)  |