Uses of Class
com.mypurecloud.sdk.v2.model.Schedule
Packages that use Schedule
Package
Description
-
Uses of Schedule in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ScheduleModifier and TypeMethodDescriptionArchitectApi.getArchitectSchedule(GetArchitectScheduleRequest request) Get a schedule by IDArchitectApi.getArchitectSchedule(String scheduleId) Get a schedule by IDArchitectApi.postArchitectSchedules(PostArchitectSchedulesRequest request) Create a new schedule.ArchitectApi.postArchitectSchedules(Schedule body) Create a new schedule.ArchitectApi.putArchitectSchedule(PutArchitectScheduleRequest request) Update schedule by IDArchitectApi.putArchitectSchedule(String scheduleId, Schedule body) Update schedule by IDMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ScheduleModifier and TypeMethodDescriptionArchitectApi.getArchitectSchedule(ApiRequest<Void> request) Get a schedule by IDArchitectApiAsync.getArchitectScheduleAsync(GetArchitectScheduleRequest request, AsyncApiCallback<Schedule> callback) Get a schedule by IDArchitectApiAsync.getArchitectScheduleAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Schedule>> callback) Get a schedule by IDArchitectApi.getArchitectScheduleWithHttpInfo(String scheduleId) Get a schedule by IDArchitectApi.postArchitectSchedules(ApiRequest<Schedule> request) Create a new schedule.ArchitectApiAsync.postArchitectSchedulesAsync(PostArchitectSchedulesRequest request, AsyncApiCallback<Schedule> callback) Create a new schedule.ArchitectApiAsync.postArchitectSchedulesAsync(ApiRequest<Schedule> request, AsyncApiCallback<ApiResponse<Schedule>> callback) Create a new schedule.ArchitectApi.postArchitectSchedulesWithHttpInfo(Schedule body) Create a new schedule.ArchitectApi.putArchitectSchedule(ApiRequest<Schedule> request) Update schedule by IDArchitectApiAsync.putArchitectScheduleAsync(PutArchitectScheduleRequest request, AsyncApiCallback<Schedule> callback) Update schedule by IDArchitectApiAsync.putArchitectScheduleAsync(ApiRequest<Schedule> request, AsyncApiCallback<ApiResponse<Schedule>> callback) Update schedule by IDArchitectApi.putArchitectScheduleWithHttpInfo(String scheduleId, Schedule body) Update schedule by IDMethods in com.mypurecloud.sdk.v2.api with parameters of type ScheduleModifier and TypeMethodDescriptionArchitectApi.postArchitectSchedules(Schedule body) Create a new schedule.ArchitectApi.postArchitectSchedulesWithHttpInfo(Schedule body) Create a new schedule.ArchitectApi.putArchitectSchedule(String scheduleId, Schedule body) Update schedule by IDArchitectApi.putArchitectScheduleWithHttpInfo(String scheduleId, Schedule body) Update schedule by IDMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ScheduleModifier and TypeMethodDescriptionArchitectApiAsync.getArchitectScheduleAsync(GetArchitectScheduleRequest request, AsyncApiCallback<Schedule> callback) Get a schedule by IDArchitectApiAsync.getArchitectScheduleAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Schedule>> callback) Get a schedule by IDArchitectApi.postArchitectSchedules(ApiRequest<Schedule> request) Create a new schedule.ArchitectApiAsync.postArchitectSchedulesAsync(PostArchitectSchedulesRequest request, AsyncApiCallback<Schedule> callback) Create a new schedule.ArchitectApiAsync.postArchitectSchedulesAsync(ApiRequest<Schedule> request, AsyncApiCallback<ApiResponse<Schedule>> callback) Create a new schedule.ArchitectApiAsync.postArchitectSchedulesAsync(ApiRequest<Schedule> request, AsyncApiCallback<ApiResponse<Schedule>> callback) Create a new schedule.ArchitectApi.putArchitectSchedule(ApiRequest<Schedule> request) Update schedule by IDArchitectApiAsync.putArchitectScheduleAsync(PutArchitectScheduleRequest request, AsyncApiCallback<Schedule> callback) Update schedule by IDArchitectApiAsync.putArchitectScheduleAsync(ApiRequest<Schedule> request, AsyncApiCallback<ApiResponse<Schedule>> callback) Update schedule by IDArchitectApiAsync.putArchitectScheduleAsync(ApiRequest<Schedule> request, AsyncApiCallback<ApiResponse<Schedule>> callback) Update schedule by ID -
Uses of Schedule in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ScheduleModifier and TypeMethodDescriptionPostArchitectSchedulesRequest.getBody()PutArchitectScheduleRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ScheduleModifier and TypeMethodDescriptionPostArchitectSchedulesRequest.withHttpInfo()PutArchitectScheduleRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type ScheduleModifier and TypeMethodDescriptionvoidvoidPostArchitectSchedulesRequest.Builder.withRequiredParams(Schedule body) PutArchitectScheduleRequest.Builder.withRequiredParams(String scheduleId, Schedule body) -
Uses of Schedule in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ScheduleModifier and TypeMethodDescriptionSchedule.description(String description) The resource's description.Schedule.division(WritableDivision division) The division to which this entity belongs.Schedule.end(LocalDateTime end) Date time is represented as an ISO-8601 string without a timezone.The name of the entity.An iCal Recurrence Rule (RRULE) string.Schedule.start(LocalDateTime start) Date time is represented as an ISO-8601 string without a timezone.The current version of the resource.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ScheduleMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ScheduleModifier and TypeMethodDescriptionvoidScheduleEntityListing.setEntities(List<Schedule> entities)