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