@StableMinor(version="12.3", sinceVersion="12.0") public interface IUserPropertiesReadOnly
UserConfig.getProperties()
Modifier and Type | Method and Description |
---|---|
Map<String,List<Object>> |
getCustomAttributes()
Returns an unmodifiable map of the custom attributes.
|
String |
getEmail()
Returns the e-mail.
|
String |
getFirstName()
Returns the first name.
|
String |
getFullName()
Returns the full name.
|
String |
getLastName()
Returns the last name.
|
String |
getMiddleName()
Returns the middle name.
|
String getEmail()
null
if no e-mail is set.String getFirstName()
null
if no first name is set.String getMiddleName()
null
if no middle name is set.String getLastName()
null
if no last name is set.String getFullName()
null
if no getFirstName()first name is set.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.