Uses of Class
com.mypurecloud.sdk.v2.model.LearningScheduleSlotsJobRequest
Packages that use LearningScheduleSlotsJobRequest
Package
Description
-
Uses of LearningScheduleSlotsJobRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type LearningScheduleSlotsJobRequestModifier and TypeMethodDescriptionLearningApi.postLearningScheduleslotsJobs(LearningScheduleSlotsJobRequest body) 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 LearningScheduleSlotsJobRequestModifier and TypeMethodDescriptionLearningApi.postLearningScheduleslotsJobs(ApiRequest<LearningScheduleSlotsJobRequest> request) 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 LearningScheduleSlotsJobRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return LearningScheduleSlotsJobRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type LearningScheduleSlotsJobRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type LearningScheduleSlotsJobRequestModifier and TypeMethodDescriptionPostLearningScheduleslotsJobsRequest.builder(LearningScheduleSlotsJobRequest body) voidPostLearningScheduleslotsJobsRequest.setBody(LearningScheduleSlotsJobRequest body) PostLearningScheduleslotsJobsRequest.Builder.withBody(LearningScheduleSlotsJobRequest body) PostLearningScheduleslotsJobsRequest.withBody(LearningScheduleSlotsJobRequest body) PostLearningScheduleslotsJobsRequest.Builder.withRequiredParams(LearningScheduleSlotsJobRequest body) -
Uses of LearningScheduleSlotsJobRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningScheduleSlotsJobRequestModifier and TypeMethodDescriptionLearningScheduleSlotsJobRequest.activityCodeId(String activityCodeId) The Activity Code Id of the slots.The intervals to fetch the slots for.LearningScheduleSlotsJobRequest.lengthInMinutes(Integer lengthInMinutes) The length in minutes of the slots, in 15 minutes granularity.LearningScheduleSlotsJobRequest.slotsType(LearningScheduleSlotsJobRequest.SlotsTypeEnum slotsType) The type of slots to fetch in the job.The user IDs to fetch the slots for.