Package com.mypurecloud.sdk.v2.model
Class ContactCallbackRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.ContactCallbackRequest
- All Implemented Interfaces:
Serializable
ContactCallbackRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncampaignId(String campaignId) Campaign identifierContact identifiercontactListId(String contactListId) Contact list identifierbooleaninthashCode()phoneColumn(String phoneColumn) Name of the phone column containing the number to be calledThe scheduled time for the callback as an ISO-8601 string.voidsetCampaignId(String campaignId) voidsetContactId(String contactId) voidsetContactListId(String contactListId) voidsetPhoneColumn(String phoneColumn) voidsetSchedule(String schedule) toString()
-
Constructor Details
-
ContactCallbackRequest
public ContactCallbackRequest() -
ContactCallbackRequest
-
-
Method Details
-
campaignId
Campaign identifier -
getCampaignId
-
setCampaignId
-
contactListId
Contact list identifier -
getContactListId
-
setContactListId
-
contactId
Contact identifier -
getContactId
-
setContactId
-
phoneColumn
Name of the phone column containing the number to be called -
getPhoneColumn
-
setPhoneColumn
-
schedule
The scheduled time for the callback as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ\", example = \"2016-01-02T16:59:59\" -
getSchedule
-
setSchedule
-
equals
-
hashCode
public int hashCode() -
toString
-