Uses of Class
com.mypurecloud.sdk.v2.model.CoachingScheduleSlotsJobResponse
Packages that use CoachingScheduleSlotsJobResponse
-
Uses of CoachingScheduleSlotsJobResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CoachingScheduleSlotsJobResponseModifier and TypeMethodDescriptionCoachingApi.getCoachingScheduleslotsJob(GetCoachingScheduleslotsJobRequest request) Retrieve the status of the job for the slots where a coaching appointment can be scheduled.CoachingApi.getCoachingScheduleslotsJob(String jobId) Retrieve the status of the job for the slots where a coaching appointment can be scheduled.CoachingApi.postCoachingScheduleslotsJobs(PostCoachingScheduleslotsJobsRequest request) Start job to retrieve the slots where a coaching appointment can be scheduled.CoachingApi.postCoachingScheduleslotsJobs(CoachingScheduleSlotsJobRequest body) Start job to retrieve the slots where a coaching appointment can be scheduled.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CoachingScheduleSlotsJobResponseModifier and TypeMethodDescriptionCoachingApi.getCoachingScheduleslotsJob(ApiRequest<Void> request) Retrieve the status of the job for the slots where a coaching appointment can be scheduled.CoachingApiAsync.getCoachingScheduleslotsJobAsync(GetCoachingScheduleslotsJobRequest request, AsyncApiCallback<CoachingScheduleSlotsJobResponse> callback) Retrieve the status of the job for the slots where a coaching appointment can be scheduled.CoachingApiAsync.getCoachingScheduleslotsJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CoachingScheduleSlotsJobResponse>> callback) Retrieve the status of the job for the slots where a coaching appointment can be scheduled.CoachingApi.getCoachingScheduleslotsJobWithHttpInfo(String jobId) Retrieve the status of the job for the slots where a coaching appointment can be scheduled.CoachingApi.postCoachingScheduleslotsJobs(ApiRequest<CoachingScheduleSlotsJobRequest> request) Start job to retrieve the slots where a coaching appointment can be scheduled.CoachingApiAsync.postCoachingScheduleslotsJobsAsync(PostCoachingScheduleslotsJobsRequest request, AsyncApiCallback<CoachingScheduleSlotsJobResponse> callback) 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.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 CoachingScheduleSlotsJobResponseModifier and TypeMethodDescriptionCoachingApiAsync.getCoachingScheduleslotsJobAsync(GetCoachingScheduleslotsJobRequest request, AsyncApiCallback<CoachingScheduleSlotsJobResponse> callback) Retrieve the status of the job for the slots where a coaching appointment can be scheduled.CoachingApiAsync.getCoachingScheduleslotsJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CoachingScheduleSlotsJobResponse>> callback) Retrieve the status of the job for the slots where a coaching appointment can be scheduled.CoachingApiAsync.postCoachingScheduleslotsJobsAsync(PostCoachingScheduleslotsJobsRequest request, AsyncApiCallback<CoachingScheduleSlotsJobResponse> callback) 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 CoachingScheduleSlotsJobResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CoachingScheduleSlotsJobResponseModifier and TypeMethodDescriptionCoachingScheduleSlotsJobResponse.activityCodeId(String activityCodeId) The Activity Code Id of the slots.CoachingScheduleSlotsJobResponse.attendeeIds(List<String> attendeeIds) The attendee IDs to fetch the slots for.CoachingScheduleSlotsJobResponse.businessUnitId(String businessUnitId) The Business Unit Id of the users.CoachingScheduleSlotsJobResponse.facilitatorIds(List<String> facilitatorIds) The facilitator IDs to fetch the slots for.CoachingScheduleSlotsJobResponse.lengthInMinutes(Integer lengthInMinutes) The length in minutes of the slots.CoachingScheduleSlotsJobResponse.results(List<CoachingScheduleSlotsJobResult> results) The results of the job.CoachingScheduleSlotsJobResponse.slotsType(CoachingScheduleSlotsJobResponse.SlotsTypeEnum slotsType) The type of slots fetched in the job.