Interface InstantMessagingAccount
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccount()
Returns the string representing the account (for example the Skype ID).InstantMessagingAccountType
getType()
Returns the type of instant messaging account.-
Methods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
-
-
-
Method Detail
-
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
-
-