Uses of Class
com.mypurecloud.sdk.v2.model.LearningScheduleSlotsJobResponse
Packages that use LearningScheduleSlotsJobResponse
-
Uses of LearningScheduleSlotsJobResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return LearningScheduleSlotsJobResponseModifier and TypeMethodDescriptionLearningApi.getLearningScheduleslotsJob(GetLearningScheduleslotsJobRequest request) Retrieve the status of the job for the slots where a learning activity can be scheduled.LearningApi.getLearningScheduleslotsJob(String jobId) Retrieve the status of the job for the slots where a learning activity can be scheduled.LearningApi.postLearningScheduleslotsJobs(PostLearningScheduleslotsJobsRequest request) Start job to retrieve slots where a learning activity can be scheduled.LearningApi.postLearningScheduleslotsJobs(LearningScheduleSlotsJobRequest body) Start job to retrieve slots where a learning activity can be scheduled.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type LearningScheduleSlotsJobResponseModifier and TypeMethodDescriptionLearningApi.getLearningScheduleslotsJob(ApiRequest<Void> request) Retrieve the status of the job for the slots where a learning activity can be scheduled.LearningApiAsync.getLearningScheduleslotsJobAsync(GetLearningScheduleslotsJobRequest request, AsyncApiCallback<LearningScheduleSlotsJobResponse> callback) Retrieve the status of the job for the slots where a learning activity can be scheduled.LearningApiAsync.getLearningScheduleslotsJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LearningScheduleSlotsJobResponse>> callback) Retrieve the status of the job for the slots where a learning activity can be scheduled.LearningApi.getLearningScheduleslotsJobWithHttpInfo(String jobId) Retrieve the status of the job for the slots where a learning activity can be scheduled.LearningApi.postLearningScheduleslotsJobs(ApiRequest<LearningScheduleSlotsJobRequest> request) Start job to retrieve slots where a learning activity can be scheduled.LearningApiAsync.postLearningScheduleslotsJobsAsync(PostLearningScheduleslotsJobsRequest request, AsyncApiCallback<LearningScheduleSlotsJobResponse> callback) Start job to retrieve slots where a learning activity can be scheduled.LearningApiAsync.postLearningScheduleslotsJobsAsync(ApiRequest<LearningScheduleSlotsJobRequest> request, AsyncApiCallback<ApiResponse<LearningScheduleSlotsJobResponse>> callback) Start job to retrieve slots where a learning activity can be scheduled.LearningApi.postLearningScheduleslotsJobsWithHttpInfo(LearningScheduleSlotsJobRequest body) Start job to retrieve slots where a learning activity can be scheduled.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type LearningScheduleSlotsJobResponseModifier and TypeMethodDescriptionLearningApiAsync.getLearningScheduleslotsJobAsync(GetLearningScheduleslotsJobRequest request, AsyncApiCallback<LearningScheduleSlotsJobResponse> callback) Retrieve the status of the job for the slots where a learning activity can be scheduled.LearningApiAsync.getLearningScheduleslotsJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LearningScheduleSlotsJobResponse>> callback) Retrieve the status of the job for the slots where a learning activity can be scheduled.LearningApiAsync.postLearningScheduleslotsJobsAsync(PostLearningScheduleslotsJobsRequest request, AsyncApiCallback<LearningScheduleSlotsJobResponse> callback) Start job to retrieve slots where a learning activity can be scheduled.LearningApiAsync.postLearningScheduleslotsJobsAsync(ApiRequest<LearningScheduleSlotsJobRequest> request, AsyncApiCallback<ApiResponse<LearningScheduleSlotsJobResponse>> callback) Start job to retrieve slots where a learning activity can be scheduled. -
Uses of LearningScheduleSlotsJobResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningScheduleSlotsJobResponseModifier and TypeMethodDescriptionLearningScheduleSlotsJobResponse.activityCodeId(String activityCodeId) The Activity Code Id of the slots.LearningScheduleSlotsJobResponse.businessUnitId(String businessUnitId) The Business Unit Id of the users.LearningScheduleSlotsJobResponse.lengthInMinutes(Integer lengthInMinutes) The length in minutes of the slots.LearningScheduleSlotsJobResponse.results(List<LearningScheduleSlotsJobResult> results) The results of the job.LearningScheduleSlotsJobResponse.slotsType(LearningScheduleSlotsJobResponse.SlotsTypeEnum slotsType) The type of slots fetched in the job.The user IDs to fetch the slots for.