Package com.mypurecloud.sdk.v2.model
Class MessagingCampaignSchedule
java.lang.Object
com.mypurecloud.sdk.v2.model.MessagingCampaignSchedule
- All Implemented Interfaces:
Serializable
MessagingCampaignSchedule
- 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 Campaign.messagingCampaign(DivisionedDomainEntityRef messagingCampaign) The Campaign that this messaging campaign schedule is for.recurrences(List<Reoccurrence> recurrences) Recurring schedules of the campaignvoidsetIntervals(List<ScheduleInterval> intervals) voidsetMessagingCampaign(DivisionedDomainEntityRef messagingCampaign) voidvoidsetRecurrences(List<Reoccurrence> recurrences) voidsetTimeZone(String timeZone) voidsetVersion(Integer version) The time zone for this messaging campaign schedule.toString()Required for updates, must match the version number of the most recent update
-
Constructor Details
-
MessagingCampaignSchedule
public MessagingCampaignSchedule() -
MessagingCampaignSchedule
-
-
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 messaging campaign schedule. 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
-
messagingCampaign
The Campaign that this messaging campaign schedule is for. -
getMessagingCampaign
-
setMessagingCampaign
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-