Package com.mypurecloud.sdk.v2.model
Class DialerCampaignScheduleConfigChangeCampaignSchedule
java.lang.Object
com.mypurecloud.sdk.v2.model.DialerCampaignScheduleConfigChangeCampaignSchedule
- All Implemented Interfaces:
Serializable
public class DialerCampaignScheduleConfigChangeCampaignSchedule
extends Object
implements Serializable
DialerCampaignScheduleConfigChangeCampaignSchedule
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDialerCampaignScheduleConfigChangeCampaignSchedule(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 entitybooleangetId()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) voidvoidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) 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
-
DialerCampaignScheduleConfigChangeCampaignSchedule
public DialerCampaignScheduleConfigChangeCampaignSchedule() -
DialerCampaignScheduleConfigChangeCampaignSchedule
-
-
Method Details
-
intervals
public DialerCampaignScheduleConfigChangeCampaignSchedule intervals(List<DialerCampaignScheduleConfigChangeScheduleInterval> intervals) a list of start and end times -
getIntervals
-
setIntervals
-
recurrences
public DialerCampaignScheduleConfigChangeCampaignSchedule recurrences(List<DialerCampaignScheduleConfigChangeScheduleRecurrence> 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
-
campaign
public DialerCampaignScheduleConfigChangeCampaignSchedule campaign(DialerCampaignScheduleConfigChangeUriReference campaign) -
getCampaign
-
setCampaign
-
additionalProperties
public DialerCampaignScheduleConfigChangeCampaignSchedule 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
-