Package com.mypurecloud.sdk.v2.model
Class DialerContact
java.lang.Object
com.mypurecloud.sdk.v2.model.DialerContact
- All Implemented Interfaces:
Serializable
DialerContact
- 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()getName()inthashCode()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) voidvoidsetLatestWhatsAppEvaluations(Map<String, MessageEvaluation> latestWhatsAppEvaluations) voidvoidsetPhoneNumberStatus(Map<String, PhoneNumberStatus> phoneNumberStatus) toString()
-
Constructor Details
-
DialerContact
public DialerContact() -
DialerContact
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
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
-
getCallRecords
-
getLatestSmsEvaluations
-
getLatestEmailEvaluations
-
latestWhatsAppEvaluations
public DialerContact 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
-
getContactColumnTimeZones
-
getConfigurationOverrides
-
getDateCreated
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-