Package com.mypurecloud.sdk.v2.model
Class QueueConversationVideoEventTopicDialerPreview
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationVideoEventTopicDialerPreview
- All Implemented Interfaces:
Serializable
The preview data to be used when this callback is a Preview.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncampaignId(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<QueueConversationVideoEventTopicPhoneNumberColumn> phoneNumberColumns) The phone number columns associated with this campaignvoidsetCampaignId(String campaignId) voidsetContactId(String contactId) voidsetContactListId(String contactListId) voidvoidsetPhoneNumberColumns(List<QueueConversationVideoEventTopicPhoneNumberColumn> phoneNumberColumns) toString()
-
Constructor Details
-
QueueConversationVideoEventTopicDialerPreview
public QueueConversationVideoEventTopicDialerPreview() -
QueueConversationVideoEventTopicDialerPreview
-
-
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
public QueueConversationVideoEventTopicDialerPreview phoneNumberColumns(List<QueueConversationVideoEventTopicPhoneNumberColumn> phoneNumberColumns) The phone number columns associated with this campaign -
getPhoneNumberColumns
-
setPhoneNumberColumns
public void setPhoneNumberColumns(List<QueueConversationVideoEventTopicPhoneNumberColumn> phoneNumberColumns) -
equals
-
hashCode
public int hashCode() -
toString
-