@DTO public class UESUUEESetAttributes extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
appCode
Full code of the application which is represented by the uuEE.
|
private java.lang.String |
avatarUri
UESURI or URL of image which represents uuEE's avatar (user photo).
|
private java.lang.String |
code
The new code of the uuEE.
|
private java.lang.Boolean |
componentContent
Defines whether the primarily displayed content of the created uuEE is component content.
|
private java.lang.String |
description
The new description of the uuEE.
|
private java.lang.String |
firstName
The new first name of the uuEE.
|
private java.lang.Boolean |
grantAllFromOrganizationalUnit
Deprecated.
|
private UESURI |
iconUri
URI of the uuEE’s icon.
|
private java.lang.Boolean |
searchableInTerritory
Specifies if it is possible to search the uuEE in its 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 new surname of the uuEE.
|
Constructor and Description |
---|
UESUUEESetAttributes() |
UESUUEESetAttributes(java.lang.String appCode, |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppCode() |
java.lang.String |
getAvatarUri() |
java.lang.String |
getCode() |
java.lang.Boolean |
getComponentContent() |
java.lang.String |
getDescription() |
java.lang.String |
getFirstName() |
java.lang.Boolean |
getGrantAllFromOrganizationalUnit() |
UESURI |
getIconUri() |
java.lang.Boolean |
getSearchableInTerritory() |
UESSecurityLevel |
getSecurityClearance() |
UESSecurityLevel |
getSecurityLevel() |
java.lang.String |
getSurname() |
void |
setAppCode(java.lang.String appCode) |
void |
setAvatarUri(java.lang.String avatarUri) |
void |
setCode(java.lang.String code) |
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 |
setSearchableInTerritory(java.lang.Boolean searchableInTerritory) |
void |
setSecurityClearance(UESSecurityLevel securityClearance) |
void |
setSecurityLevel(UESSecurityLevel securityLevel) |
void |
setSurname(java.lang.String surname) |