Package com.mypurecloud.sdk.v2.model
Class SequenceSchedule
java.lang.Object
com.mypurecloud.sdk.v2.model.SequenceSchedule
- All Implemented Interfaces:
Serializable
SequenceSchedule
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()intervals(List<ScheduleInterval> intervals) A list of intervals during which to run the associated CampaignSequence.recurrences(List<Reoccurrence> recurrences) Recurring schedules of the campaignsequence(DomainEntityRef sequence) The CampaignSequence that this SequenceSchedule is for.voidsetIntervals(List<ScheduleInterval> intervals) voidvoidsetRecurrences(List<Reoccurrence> recurrences) voidsetSequence(DomainEntityRef sequence) voidsetTimeZone(String timeZone) voidsetVersion(Integer version) The time zone for this SequenceSchedule.toString()Required for updates, must match the version number of the most recent update
-
Constructor Details
-
SequenceSchedule
public SequenceSchedule() -
SequenceSchedule
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
getDateCreated
-
getDateModified
-
version
Required for updates, must match the version number of the most recent update -
getVersion
-
setVersion
-
intervals
A list of intervals during which to run the associated CampaignSequence. -
getIntervals
-
setIntervals
-
recurrences
Recurring schedules of the campaign -
getRecurrences
-
setRecurrences
-
timeZone
The time zone for this SequenceSchedule. Defaults to UTC if empty or not provided. See here for a list of valid time zones https://www.iana.org/time-zones. Time zones are represented as a string of the zone name as found in the IANA time zone database. For example: UTC, Etc/UTC, or Europe/London -
getTimeZone
-
setTimeZone
-
sequence
The CampaignSequence that this SequenceSchedule is for. -
getSequence
-
setSequence
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-