Uses of Class
com.mypurecloud.sdk.v2.model.LearningScheduleSlotsQueryRequest
Packages that use LearningScheduleSlotsQueryRequest
Package
Description
-
Uses of LearningScheduleSlotsQueryRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type LearningScheduleSlotsQueryRequestModifier and TypeMethodDescriptionLearningApi.postLearningScheduleslotsQuery(LearningScheduleSlotsQueryRequest body) Get list of possible slots where a learning activity can be scheduled.LearningApi.postLearningScheduleslotsQueryWithHttpInfo(LearningScheduleSlotsQueryRequest body) Get list of possible slots where a learning activity can be scheduled.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type LearningScheduleSlotsQueryRequestModifier and TypeMethodDescriptionLearningApi.postLearningScheduleslotsQuery(ApiRequest<LearningScheduleSlotsQueryRequest> request) Get list of possible slots where a learning activity can be scheduled.LearningApiAsync.postLearningScheduleslotsQueryAsync(ApiRequest<LearningScheduleSlotsQueryRequest> request, AsyncApiCallback<ApiResponse<LearningScheduleSlotsQueryResponse>> callback) Get list of possible slots where a learning activity can be scheduled. -
Uses of LearningScheduleSlotsQueryRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return LearningScheduleSlotsQueryRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type LearningScheduleSlotsQueryRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type LearningScheduleSlotsQueryRequestModifier and TypeMethodDescriptionPostLearningScheduleslotsQueryRequest.builder(LearningScheduleSlotsQueryRequest body) voidPostLearningScheduleslotsQueryRequest.setBody(LearningScheduleSlotsQueryRequest body) PostLearningScheduleslotsQueryRequest.Builder.withBody(LearningScheduleSlotsQueryRequest body) PostLearningScheduleslotsQueryRequest.withBody(LearningScheduleSlotsQueryRequest body) PostLearningScheduleslotsQueryRequest.Builder.withRequiredParams(LearningScheduleSlotsQueryRequest body) -
Uses of LearningScheduleSlotsQueryRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningScheduleSlotsQueryRequestModifier and TypeMethodDescriptionLearningScheduleSlotsQueryRequest.interruptibleAssignmentId(String interruptibleAssignmentId) Assignment ID to exclude from consideration when determining blocked slotsRange of time to get slots for scheduling learning activities.LearningScheduleSlotsQueryRequest.lengthInMinutes(Integer lengthInMinutes) The duration of Learning Assignment to schedule in 15 minutes granularityThe user IDs for which to fetch schedules.