Uses of Class
com.mypurecloud.sdk.v2.model.CoachingScheduleSlotsJobRequest
Packages that use CoachingScheduleSlotsJobRequest
Package
Description
-
Uses of CoachingScheduleSlotsJobRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CoachingScheduleSlotsJobRequestModifier and TypeMethodDescriptionCoachingApi.postCoachingScheduleslotsJobs(CoachingScheduleSlotsJobRequest body) Start job to retrieve the slots where a coaching appointment can be scheduled.CoachingApi.postCoachingScheduleslotsJobsWithHttpInfo(CoachingScheduleSlotsJobRequest body) Start job to retrieve the slots where a coaching appointment can be scheduled.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CoachingScheduleSlotsJobRequestModifier and TypeMethodDescriptionCoachingApi.postCoachingScheduleslotsJobs(ApiRequest<CoachingScheduleSlotsJobRequest> request) Start job to retrieve the slots where a coaching appointment can be scheduled.CoachingApiAsync.postCoachingScheduleslotsJobsAsync(ApiRequest<CoachingScheduleSlotsJobRequest> request, AsyncApiCallback<ApiResponse<CoachingScheduleSlotsJobResponse>> callback) Start job to retrieve the slots where a coaching appointment can be scheduled. -
Uses of CoachingScheduleSlotsJobRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CoachingScheduleSlotsJobRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CoachingScheduleSlotsJobRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CoachingScheduleSlotsJobRequestModifier and TypeMethodDescriptionPostCoachingScheduleslotsJobsRequest.builder(CoachingScheduleSlotsJobRequest body) voidPostCoachingScheduleslotsJobsRequest.setBody(CoachingScheduleSlotsJobRequest body) PostCoachingScheduleslotsJobsRequest.Builder.withBody(CoachingScheduleSlotsJobRequest body) PostCoachingScheduleslotsJobsRequest.withBody(CoachingScheduleSlotsJobRequest body) PostCoachingScheduleslotsJobsRequest.Builder.withRequiredParams(CoachingScheduleSlotsJobRequest body) -
Uses of CoachingScheduleSlotsJobRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CoachingScheduleSlotsJobRequestModifier and TypeMethodDescriptionCoachingScheduleSlotsJobRequest.activityCodeId(String activityCodeId) The Activity Code Id of the slots.CoachingScheduleSlotsJobRequest.attendeeIds(List<String> attendeeIds) The attendee IDs to fetch the slots for.CoachingScheduleSlotsJobRequest.facilitatorIds(List<String> facilitatorIds) The facilitator IDs to fetch the slots for.The intervals to fetch the slots for.CoachingScheduleSlotsJobRequest.lengthInMinutes(Integer lengthInMinutes) The length in minutes of the slots, in 15 minutes granularity.CoachingScheduleSlotsJobRequest.slotsType(CoachingScheduleSlotsJobRequest.SlotsTypeEnum slotsType) The type of slots to fetch in the job.