Uses of Class
com.mypurecloud.sdk.v2.model.EmailCampaignSchedule
Packages that use EmailCampaignSchedule
Package
Description
-
Uses of EmailCampaignSchedule in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return EmailCampaignScheduleModifier and TypeMethodDescriptionOutboundApi.getOutboundSchedulesEmailcampaign(GetOutboundSchedulesEmailcampaignRequest request) Get an email campaign schedule.OutboundApi.getOutboundSchedulesEmailcampaign(String emailCampaignId) Get an email campaign schedule.OutboundApi.putOutboundSchedulesEmailcampaign(PutOutboundSchedulesEmailcampaignRequest request) Update an email campaign schedule.OutboundApi.putOutboundSchedulesEmailcampaign(String emailCampaignId, EmailCampaignSchedule body) Update an email campaign schedule.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type EmailCampaignScheduleModifier and TypeMethodDescriptionOutboundApi.getOutboundSchedulesEmailcampaign(ApiRequest<Void> request) Get an email campaign schedule.OutboundApiAsync.getOutboundSchedulesEmailcampaignAsync(GetOutboundSchedulesEmailcampaignRequest request, AsyncApiCallback<EmailCampaignSchedule> callback) Get an email campaign schedule.OutboundApiAsync.getOutboundSchedulesEmailcampaignAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<EmailCampaignSchedule>> callback) Get an email campaign schedule.OutboundApi.getOutboundSchedulesEmailcampaignWithHttpInfo(String emailCampaignId) Get an email campaign schedule.OutboundApi.putOutboundSchedulesEmailcampaign(ApiRequest<EmailCampaignSchedule> request) Update an email campaign schedule.OutboundApiAsync.putOutboundSchedulesEmailcampaignAsync(PutOutboundSchedulesEmailcampaignRequest request, AsyncApiCallback<EmailCampaignSchedule> callback) Update an email campaign schedule.OutboundApiAsync.putOutboundSchedulesEmailcampaignAsync(ApiRequest<EmailCampaignSchedule> request, AsyncApiCallback<ApiResponse<EmailCampaignSchedule>> callback) Update an email campaign schedule.OutboundApi.putOutboundSchedulesEmailcampaignWithHttpInfo(String emailCampaignId, EmailCampaignSchedule body) Update an email campaign schedule.Methods in com.mypurecloud.sdk.v2.api with parameters of type EmailCampaignScheduleModifier and TypeMethodDescriptionOutboundApi.putOutboundSchedulesEmailcampaign(String emailCampaignId, EmailCampaignSchedule body) Update an email campaign schedule.OutboundApi.putOutboundSchedulesEmailcampaignWithHttpInfo(String emailCampaignId, EmailCampaignSchedule body) Update an email campaign schedule.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type EmailCampaignScheduleModifier and TypeMethodDescriptionOutboundApiAsync.getOutboundSchedulesEmailcampaignAsync(GetOutboundSchedulesEmailcampaignRequest request, AsyncApiCallback<EmailCampaignSchedule> callback) Get an email campaign schedule.OutboundApiAsync.getOutboundSchedulesEmailcampaignAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<EmailCampaignSchedule>> callback) Get an email campaign schedule.OutboundApi.putOutboundSchedulesEmailcampaign(ApiRequest<EmailCampaignSchedule> request) Update an email campaign schedule.OutboundApiAsync.putOutboundSchedulesEmailcampaignAsync(PutOutboundSchedulesEmailcampaignRequest request, AsyncApiCallback<EmailCampaignSchedule> callback) Update an email campaign schedule.OutboundApiAsync.putOutboundSchedulesEmailcampaignAsync(ApiRequest<EmailCampaignSchedule> request, AsyncApiCallback<ApiResponse<EmailCampaignSchedule>> callback) Update an email campaign schedule.OutboundApiAsync.putOutboundSchedulesEmailcampaignAsync(ApiRequest<EmailCampaignSchedule> request, AsyncApiCallback<ApiResponse<EmailCampaignSchedule>> callback) Update an email campaign schedule. -
Uses of EmailCampaignSchedule in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return EmailCampaignScheduleMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type EmailCampaignScheduleMethods in com.mypurecloud.sdk.v2.api.request with parameters of type EmailCampaignScheduleModifier and TypeMethodDescriptionPutOutboundSchedulesEmailcampaignRequest.builder(String emailCampaignId, EmailCampaignSchedule body) voidPutOutboundSchedulesEmailcampaignRequest.setBody(EmailCampaignSchedule body) PutOutboundSchedulesEmailcampaignRequest.Builder.withBody(EmailCampaignSchedule body) PutOutboundSchedulesEmailcampaignRequest.withBody(EmailCampaignSchedule body) PutOutboundSchedulesEmailcampaignRequest.Builder.withRequiredParams(String emailCampaignId, EmailCampaignSchedule body) -
Uses of EmailCampaignSchedule in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailCampaignScheduleModifier and TypeMethodDescriptionEmailCampaignSchedule.emailCampaign(DivisionedDomainEntityRef emailCampaign) The Campaign that this email campaign schedule is for.EmailCampaignSchedule.intervals(List<ScheduleInterval> intervals) A list of intervals during which to run the associated Campaign.EmailCampaignSchedule.recurrences(List<Reoccurrence> recurrences) Recurring schedules of the campaignThe time zone for this email campaign schedule.Required for updates, must match the version number of the most recent updateMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type EmailCampaignScheduleMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type EmailCampaignScheduleModifier and TypeMethodDescriptionEmailCampaignScheduleEntityListing.entities(List<EmailCampaignSchedule> entities) voidEmailCampaignScheduleEntityListing.setEntities(List<EmailCampaignSchedule> entities)