Uses of Class
com.mypurecloud.sdk.v2.model.Reoccurrence
Packages that use Reoccurrence
-
Uses of Reoccurrence in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ReoccurrenceModifier and TypeMethodDescriptionReoccurrence.alterations(List<Alteration> alterations) Modifications to the original recurrence schedule (Exclusions/Inclusions)The end date time of the initial occurrence as an ISO-8601 string in the format YYYY-MM-DDThh:mm:ssThe schedule pattern e.g.: Daily/WeeklyThe schedule range e.g.: EndDate/NoEnd/NumberedThe start date time of the initial occurrence as an ISO-8601 string in the format YYYY-MM-DDThh:mm:ssThe time zone for the recurrence.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ReoccurrenceModifier and TypeMethodDescriptionCampaignSchedule.getRecurrences()EmailCampaignSchedule.getRecurrences()MessagingCampaignSchedule.getRecurrences()SequenceSchedule.getRecurrences()WhatsAppCampaignSchedule.getRecurrences()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ReoccurrenceModifier and TypeMethodDescriptionCampaignSchedule.recurrences(List<Reoccurrence> recurrences) Recurring schedules of the campaignEmailCampaignSchedule.recurrences(List<Reoccurrence> recurrences) Recurring schedules of the campaignMessagingCampaignSchedule.recurrences(List<Reoccurrence> recurrences) Recurring schedules of the campaignSequenceSchedule.recurrences(List<Reoccurrence> recurrences) Recurring schedules of the campaignWhatsAppCampaignSchedule.recurrences(List<Reoccurrence> recurrences) Recurring schedules of the campaignvoidCampaignSchedule.setRecurrences(List<Reoccurrence> recurrences) voidEmailCampaignSchedule.setRecurrences(List<Reoccurrence> recurrences) voidMessagingCampaignSchedule.setRecurrences(List<Reoccurrence> recurrences) voidSequenceSchedule.setRecurrences(List<Reoccurrence> recurrences) voidWhatsAppCampaignSchedule.setRecurrences(List<Reoccurrence> recurrences)