Package com.mypurecloud.sdk.v2.model
Class WritableDialerContact
java.lang.Object
com.mypurecloud.sdk.v2.model.WritableDialerContact
- All Implemented Interfaces:
Serializable
WritableDialerContact
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIndicates whether or not the contact can be called.contactableStatus(Map<String, ContactableStatus> contactableStatus) A map of media types (Voice, SMS and Email) to ContactableStatus, which indicates if the contact can be contacted using the specified media type.contactListId(String contactListId) The identifier of the contact list containing this contact.An ordered map of the contact's columns and corresponding values.booleangetData()getId()inthashCode()The globally unique identifier for the object.latestWhatsAppEvaluations(Map<String, MessageEvaluation> latestWhatsAppEvaluations) A map of whatsapp records for the contact whatsapp columns.phoneNumberStatus(Map<String, PhoneNumberStatus> phoneNumberStatus) A map of phone number columns to PhoneNumberStatuses, which indicate if the phone number is callable or not.voidsetCallable(Boolean callable) voidsetContactableStatus(Map<String, ContactableStatus> contactableStatus) voidsetContactListId(String contactListId) voidvoidvoidsetLatestWhatsAppEvaluations(Map<String, MessageEvaluation> latestWhatsAppEvaluations) voidsetPhoneNumberStatus(Map<String, PhoneNumberStatus> phoneNumberStatus) toString()
-
Constructor Details
-
WritableDialerContact
public WritableDialerContact() -
WritableDialerContact
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
contactListId
The identifier of the contact list containing this contact. -
getContactListId
-
setContactListId
-
data
An ordered map of the contact's columns and corresponding values. -
getData
-
setData
-
getLatestSmsEvaluations
-
getLatestEmailEvaluations
-
latestWhatsAppEvaluations
public WritableDialerContact latestWhatsAppEvaluations(Map<String, MessageEvaluation> latestWhatsAppEvaluations) A map of whatsapp records for the contact whatsapp columns. -
getLatestWhatsAppEvaluations
-
setLatestWhatsAppEvaluations
-
callable
Indicates whether or not the contact can be called. -
getCallable
-
setCallable
-
phoneNumberStatus
A map of phone number columns to PhoneNumberStatuses, which indicate if the phone number is callable or not. -
getPhoneNumberStatus
-
setPhoneNumberStatus
-
contactableStatus
A map of media types (Voice, SMS and Email) to ContactableStatus, which indicates if the contact can be contacted using the specified media type. -
getContactableStatus
-
setContactableStatus
-
getDateCreated
-
equals
-
hashCode
public int hashCode() -
toString
-