Package com.mypurecloud.sdk.v2.model
Class DialerSequenceConfigChangeCampaignSequence
java.lang.Object
com.mypurecloud.sdk.v2.model.DialerSequenceConfigChangeCampaignSequence
- All Implemented Interfaces:
Serializable
DialerSequenceConfigChangeCampaignSequence
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets status -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) campaigns(List<DialerSequenceConfigChangeUriReference> campaigns) the ordered list of campaign identifierscurrentCampaign(Long currentCampaign) the zero-based index of the current campaign in the campaigns listdateCreated(Date dateCreated) Creation time of the entitydateModified(Date dateModified) Last modified time of the entitybooleangetId()getName()inthashCode()The globally unique identifier for the object.The UI-visible name of the objectindicates if a sequence is to repeat from the beginning after the last campaign completes; default is falsevoidsetAdditionalProperties(Map<String, Object> additionalProperties) voidsetCampaigns(List<DialerSequenceConfigChangeUriReference> campaigns) voidsetCurrentCampaign(Long currentCampaign) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidvoidvoidvoidvoidsetStopMessage(String stopMessage) voidsetVersion(Long version) stopMessage(String stopMessage) if a sequence has unexpectedly stopped, this message provides the reasontoString()Required for updates, must match the version number of the most recent update
-
Constructor Details
-
DialerSequenceConfigChangeCampaignSequence
public DialerSequenceConfigChangeCampaignSequence() -
DialerSequenceConfigChangeCampaignSequence
-
-
Method Details
-
campaigns
public DialerSequenceConfigChangeCampaignSequence campaigns(List<DialerSequenceConfigChangeUriReference> campaigns) the ordered list of campaign identifiers -
getCampaigns
-
setCampaigns
-
currentCampaign
the zero-based index of the current campaign in the campaigns list -
getCurrentCampaign
-
setCurrentCampaign
-
status
-
getStatus
-
setStatus
-
stopMessage
if a sequence has unexpectedly stopped, this message provides the reason -
getStopMessage
-
setStopMessage
-
repeat
indicates if a sequence is to repeat from the beginning after the last campaign completes; default is false -
getRepeat
-
setRepeat
-
additionalProperties
public DialerSequenceConfigChangeCampaignSequence additionalProperties(Map<String, Object> additionalProperties) -
getAdditionalProperties
-
setAdditionalProperties
-
id
The globally unique identifier for the object. -
getId
-
setId
-
name
The UI-visible name of the object -
getName
-
setName
-
dateCreated
Creation time of the entity -
getDateCreated
-
setDateCreated
-
dateModified
Last modified time of the entity -
getDateModified
-
setDateModified
-
version
Required for updates, must match the version number of the most recent update -
getVersion
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-