public interface IAccount extends IUiClass
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBusinessPhone()
Returns the business phone number for the account.
|
java.util.Locale |
getContentLocale()
Returns the preferred content locale for the account.
|
java.lang.String[] |
getCustomPropertyNames()
Returns the names of all the custom properties that are supported for
this account.
|
java.lang.String[] |
getCustomPropertyValue(java.lang.String theName)
Returns the values of the specified custom property.
|
java.lang.String |
getEmail()
Returns the email address for the account.
|
java.lang.String |
getFaxPhone()
Returns the fax phone number for the account.
|
java.lang.String |
getGivenName()
Returns the given name for the account.
|
java.lang.String |
getHomePhone()
Returns the home phone number for the account.
|
java.lang.String |
getMobilePhone()
Returns the mobile phone number for the account.
|
java.lang.String |
getPagerPhone()
Returns the pager phone number for the account.
|
java.lang.String |
getPostalAddress()
Returns the postal address for the account.
|
java.util.Locale |
getProductLocale()
Returns the preferred product locale for the account.
|
java.lang.String |
getSurname()
Returns the surname for the account.
|
java.lang.String |
getUserName()
Returns the username for the account.
|
getAvailableDescriptionLocales, getDescription
getAncestors, getAvailableNameLocales, getHasChildren, getName, getObjectID
java.lang.String getBusinessPhone()
java.lang.String getEmail()
java.util.Locale getContentLocale()
java.lang.String getFaxPhone()
java.lang.String getGivenName()
java.lang.String getHomePhone()
java.lang.String getMobilePhone()
java.lang.String getPagerPhone()
java.lang.String getPostalAddress()
java.util.Locale getProductLocale()
java.lang.String getSurname()
java.lang.String getUserName()
java.lang.String[] getCustomPropertyNames()
java.lang.String[] getCustomPropertyValue(java.lang.String theName)
theName
- The name of the custom property to retrieve.