Uses of Class
com.mypurecloud.sdk.v2.model.ScheduleInterval
Packages that use ScheduleInterval
-
Uses of ScheduleInterval in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ScheduleIntervalModifier and TypeMethodDescriptionThe scheduled end time as an ISO-8601 string, i.e. yyyy-MM-ddTHH:mm:ss.SSSZThe scheduled start time as an ISO-8601 string, i.e yyyy-MM-ddTHH:mm:ss.SSSZMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type ScheduleIntervalModifier and TypeMethodDescriptionCampaignSchedule.getIntervals()EmailCampaignSchedule.getIntervals()MessagingCampaignSchedule.getIntervals()SequenceSchedule.getIntervals()WhatsAppCampaignSchedule.getIntervals()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ScheduleIntervalModifier and TypeMethodDescriptionCampaignSchedule.intervals(List<ScheduleInterval> intervals) A list of intervals during which to run the associated Campaign.EmailCampaignSchedule.intervals(List<ScheduleInterval> intervals) A list of intervals during which to run the associated Campaign.MessagingCampaignSchedule.intervals(List<ScheduleInterval> intervals) A list of intervals during which to run the associated Campaign.SequenceSchedule.intervals(List<ScheduleInterval> intervals) A list of intervals during which to run the associated CampaignSequence.WhatsAppCampaignSchedule.intervals(List<ScheduleInterval> intervals) A list of intervals during which to run the associated Campaign.voidCampaignSchedule.setIntervals(List<ScheduleInterval> intervals) voidEmailCampaignSchedule.setIntervals(List<ScheduleInterval> intervals) voidMessagingCampaignSchedule.setIntervals(List<ScheduleInterval> intervals) voidSequenceSchedule.setIntervals(List<ScheduleInterval> intervals) voidWhatsAppCampaignSchedule.setIntervals(List<ScheduleInterval> intervals)