Uses of Class
com.mypurecloud.sdk.v2.model.LearningModuleJobRequest
Packages that use LearningModuleJobRequest
Package
Description
-
Uses of LearningModuleJobRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type LearningModuleJobRequestModifier and TypeMethodDescriptionLearningApi.postLearningModuleJobs(String moduleId, LearningModuleJobRequest body) Starts a specified operation on learning module This will initiate operation specified in the request body for a learning moduleLearningApi.postLearningModuleJobsWithHttpInfo(String moduleId, LearningModuleJobRequest body) Starts a specified operation on learning module This will initiate operation specified in the request body for a learning moduleMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LearningModuleJobRequestModifier and TypeMethodDescriptionLearningApi.postLearningModuleJobs(ApiRequest<LearningModuleJobRequest> request) Starts a specified operation on learning module This will initiate operation specified in the request body for a learning moduleLearningApiAsync.postLearningModuleJobsAsync(ApiRequest<LearningModuleJobRequest> request, AsyncApiCallback<ApiResponse<LearningModuleJobResponse>> callback) Starts a specified operation on learning module This will initiate operation specified in the request body for a learning module -
Uses of LearningModuleJobRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return LearningModuleJobRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type LearningModuleJobRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type LearningModuleJobRequestModifier and TypeMethodDescriptionPostLearningModuleJobsRequest.builder(String moduleId, LearningModuleJobRequest body) voidPostLearningModuleJobsRequest.setBody(LearningModuleJobRequest body) PostLearningModuleJobsRequest.Builder.withBody(LearningModuleJobRequest body) PostLearningModuleJobsRequest.withBody(LearningModuleJobRequest body) PostLearningModuleJobsRequest.Builder.withRequiredParams(String moduleId, LearningModuleJobRequest body) -
Uses of LearningModuleJobRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningModuleJobRequestModifier and TypeMethodDescriptionLearningModuleJobRequest.action(LearningModuleJobRequest.ActionEnum action) The type for the learning module job