@StableMinor(version="12.0", sinceVersion="12.0") public interface IUserProperties extends IUserPropertiesReadOnly
UserConfig.getTrustedProperties()
,
UserConfig.getUntrustedProperties()
Modifier and Type | Method and Description |
---|---|
Map<String,List<Object>> |
getCustomAttributes()
Returns a mutable map of the custom attributes.
|
void |
setEmail(String email)
Sets the e-mail.
|
void |
setFirstName(String firstName)
Sets the first name.
|
void |
setLastName(String lastName)
Sets the last name.
|
void |
setMiddleName(String middleName)
Sets the middle name.
|
getEmail, getFirstName, getFullName, getLastName, getMiddleName
void setEmail(String email)
email
- the e-mail.void setFirstName(String firstName)
firstName
- the first name.void setMiddleName(String middleName)
middleName
- the middle name.void setLastName(String lastName)
lastName
- the last name.Map<String,List<Object>> getCustomAttributes()
getCustomAttributes
in interface IUserPropertiesReadOnly
LumisXP 12.0.0.190809 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.