Package com.mypurecloud.sdk.v2.model
Class EmailCampaignScheduleConfigChangeEmailCampaignSchedule
java.lang.Object
com.mypurecloud.sdk.v2.model.EmailCampaignScheduleConfigChangeEmailCampaignSchedule
- All Implemented Interfaces:
Serializable
public class EmailCampaignScheduleConfigChangeEmailCampaignSchedule
extends Object
implements Serializable
EmailCampaignScheduleConfigChangeEmailCampaignSchedule
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmailCampaignScheduleConfigChangeEmailCampaignSchedule(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) dateCreated(Date dateCreated) Creation time of the entitydateModified(Date dateModified) Last modified time of the entityemailCampaign(EmailCampaignScheduleConfigChangeUriReference emailCampaign) booleangetId()getName()inthashCode()The globally unique identifier for the object.a list of start and end timesThe UI-visible name of the objecta list of recurrences for a schedulevoidsetAdditionalProperties(Map<String, Object> additionalProperties) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetEmailCampaign(EmailCampaignScheduleConfigChangeUriReference emailCampaign) voidvoidvoidvoidvoidsetTimeZone(String timeZone) voidsetVersion(Long version) time zone identifier to be applied to the intervals; for example Africa/AbidjantoString()Required for updates, must match the version number of the most recent update
-
Constructor Details
-
EmailCampaignScheduleConfigChangeEmailCampaignSchedule
public EmailCampaignScheduleConfigChangeEmailCampaignSchedule() -
EmailCampaignScheduleConfigChangeEmailCampaignSchedule
-
-
Method Details
-
intervals
public EmailCampaignScheduleConfigChangeEmailCampaignSchedule intervals(List<EmailCampaignScheduleConfigChangeScheduleInterval> intervals) a list of start and end times -
getIntervals
-
setIntervals
-
recurrences
public EmailCampaignScheduleConfigChangeEmailCampaignSchedule recurrences(List<EmailCampaignScheduleConfigChangeScheduleRecurrence> recurrences) a list of recurrences for a schedule -
getRecurrences
-
setRecurrences
-
timeZone
time zone identifier to be applied to the intervals; for example Africa/Abidjan -
getTimeZone
-
setTimeZone
-
emailCampaign
public EmailCampaignScheduleConfigChangeEmailCampaignSchedule emailCampaign(EmailCampaignScheduleConfigChangeUriReference emailCampaign) -
getEmailCampaign
-
setEmailCampaign
-
additionalProperties
public EmailCampaignScheduleConfigChangeEmailCampaignSchedule additionalProperties(Map<String, Object> additionalProperties) -
getAdditionalProperties
-
setAdditionalProperties
-
id
The globally unique identifier for the object. -
getId
-
setId
-
name
The UI-visible name of the object -
getName
-
setName
-
dateCreated
Creation time of the entity -
getDateCreated
-
setDateCreated
-
dateModified
Last modified time of the entity -
getDateModified
-
setDateModified
-
version
Required for updates, must match the version number of the most recent update -
getVersion
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-