Interface ContactResponse
- All Known Implementing Classes:
ContactResponseImpl
public interface ContactResponse
-
Method Summary
-
Method Details
-
getId
String getId()The unique identifier for the Contact. Each Contact returned will include a non-empty GUID id value. It will be a stable GUID that will not change.- Returns:
- the id
-
getAccountReference
String getAccountReference() -
getFirstName
String getFirstName() -
getLastName
String getLastName() -
getQuickName
String getQuickName() -
getMobileNumber
String getMobileNumber()
-