Package com.mypurecloud.sdk.v2.model
Class DialerPreview
java.lang.Object
com.mypurecloud.sdk.v2.model.DialerPreview
- All Implemented Interfaces:
Serializable
DialerPreview
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncallbackAutoAnswer(Boolean callbackAutoAnswer) Whether or not to auto answer the callbackcampaignId(String campaignId) The campaignId associated with this preview data pop.The contact associated with this preview data popcontactListId(String contactListId) The contactList associated with this preview data pop.booleangetId()inthashCode()phoneNumberColumns(List<PhoneNumberColumn> phoneNumberColumns) The phone number columns associated with this campaignvoidsetCallbackAutoAnswer(Boolean callbackAutoAnswer) voidsetCampaignId(String campaignId) voidsetContactId(String contactId) voidsetContactListId(String contactListId) voidvoidsetPhoneNumberColumns(List<PhoneNumberColumn> phoneNumberColumns) toString()
-
Constructor Details
-
DialerPreview
public DialerPreview() -
DialerPreview
-
-
Method Details
-
id
-
getId
-
setId
-
contactId
The contact associated with this preview data pop -
getContactId
-
setContactId
-
contactListId
The contactList associated with this preview data pop. -
getContactListId
-
setContactListId
-
campaignId
The campaignId associated with this preview data pop. -
getCampaignId
-
setCampaignId
-
phoneNumberColumns
The phone number columns associated with this campaign -
getPhoneNumberColumns
-
setPhoneNumberColumns
-
callbackAutoAnswer
Whether or not to auto answer the callback -
getCallbackAutoAnswer
-
setCallbackAutoAnswer
-
equals
-
hashCode
public int hashCode() -
toString
-