Package com.mypurecloud.sdk.v2.model
Class EmailCampaignSchedule
java.lang.Object
com.mypurecloud.sdk.v2.model.EmailCampaignSchedule
- All Implemented Interfaces:
Serializable
EmailCampaignSchedule
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionemailCampaign(DivisionedDomainEntityRef emailCampaign) The Campaign that this email campaign schedule 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 campaignvoidsetEmailCampaign(DivisionedDomainEntityRef emailCampaign) voidsetIntervals(List<ScheduleInterval> intervals) voidvoidsetRecurrences(List<Reoccurrence> recurrences) voidsetTimeZone(String timeZone) voidsetVersion(Integer version) The time zone for this email campaign schedule.toString()Required for updates, must match the version number of the most recent update
-
Constructor Details
-
EmailCampaignSchedule
public EmailCampaignSchedule() -
EmailCampaignSchedule
-
-
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 email 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
-
emailCampaign
The Campaign that this email campaign schedule is for. -
getEmailCampaign
-
setEmailCampaign
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-