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