Package com.mypurecloud.sdk.v2.model
Class CampaignSchedule
java.lang.Object
com.mypurecloud.sdk.v2.model.CampaignSchedule
- All Implemented Interfaces:
Serializable
CampaignSchedule
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncampaign(DivisionedDomainEntityRef campaign) The Campaign that this CampaignSchedule is for.booleangetId()getName()inthashCode()intervals(List<ScheduleInterval> intervals) A list of intervals during which to run the associated Campaign.recurrences(List<Reoccurrence> recurrences) Recurring schedules of the campaignvoidsetCampaign(DivisionedDomainEntityRef campaign) voidsetIntervals(List<ScheduleInterval> intervals) voidvoidsetRecurrences(List<Reoccurrence> recurrences) voidsetTimeZone(String timeZone) voidsetVersion(Integer version) The time zone for this CampaignSchedule.toString()Required for updates, must match the version number of the most recent update
-
Constructor Details
-
CampaignSchedule
public CampaignSchedule() -
CampaignSchedule
-
-
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 Campaign. -
getIntervals
-
setIntervals
-
recurrences
Recurring schedules of the campaign -
getRecurrences
-
setRecurrences
-
timeZone
The time zone for this CampaignSchedule. 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
-
campaign
The Campaign that this CampaignSchedule is for. -
getCampaign
-
setCampaign
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-