Interface InstantMessagingAccount
- All Superinterfaces:
Entity
,Resource
,Serializable
Represents an instant messaging account for a User.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the string representing the account (for example the Skype ID).getType()
Returns the type of instant messaging account.Methods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
Method Details
-
getAccount
String getAccount()Returns the string representing the account (for example the Skype ID).- Returns:
- the string representing the account
-
getType
InstantMessagingAccountType getType()Returns the type of instant messaging account.- Returns:
- the type of instant messaging account
-