public interface Account
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthName()
Returns the username of this
Account, e.g. |
String |
getEmail()
Returns the email for this
Account, e.g. |
String |
getLanguage()
Returns the language tag for this
Account in the IETF BCP
47 notation: <lang>-<country>.Examples: en en-US de de-CH |
String |
getRealname()
Returns the real name of this
Account, e.g. |
String |
getTimeZone()
Returns the timezone for this
Account, e.g. |
String getAuthName()
Account, e.g. 'admin'.String getRealname()
Account, e.g. 'appNG Administrator'.String getLanguage()
Account in the IETF BCP
47 notation: <lang>-<country>.Locale.forLanguageTag(String)String getTimeZone()
Account, e.g. 'Europe/Berlin'.Copyright © 2011–2018 aiticon GmbH. All rights reserved.