Package com.mypurecloud.sdk.v2.model
Class CampaignSequence
java.lang.Object
com.mypurecloud.sdk.v2.model.CampaignSequence
- All Implemented Interfaces:
Serializable
CampaignSequence
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe current status of the CampaignSequence. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncampaigns(List<DomainEntityRef> campaigns) The ordered list of Campaigns that this CampaignSequence will run.booleangetId()getName()inthashCode()Indicates if a sequence should repeat from the beginning after the last campaign completes.voidsetCampaigns(List<DomainEntityRef> campaigns) voidvoidvoidsetStatus(CampaignSequence.StatusEnum status) voidsetVersion(Integer version) status(CampaignSequence.StatusEnum status) The current status of the CampaignSequence.toString()Required for updates, must match the version number of the most recent update
-
Constructor Details
-
CampaignSequence
public CampaignSequence() -
CampaignSequence
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
getDateCreated
-
getDateModified
-
version
Required for updates, must match the version number of the most recent update -
getVersion
-
setVersion
-
campaigns
The ordered list of Campaigns that this CampaignSequence will run. -
getCampaigns
-
setCampaigns
-
getCurrentCampaign
-
status
The current status of the CampaignSequence. A CampaignSequence can be turned 'on' or 'off'. -
getStatus
-
setStatus
-
getStopMessage
-
repeat
Indicates if a sequence should repeat from the beginning after the last campaign completes. Default is false. -
getRepeat
-
setRepeat
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-