Interface PhoneNumber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPhoneNumber()
Returns the phone number.PhoneType
getType()
Returns the type of phone number.-
Methods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
-
-
-
Method Detail
-
getType
PhoneType getType()
Returns the type of phone number.- Returns:
- the type of phone number
-
getPhoneNumber
String getPhoneNumber()
Returns the phone number.- Returns:
- the phone number
-
-