Uses of Class
com.mypurecloud.sdk.v2.api.request.PostLearningModuleJobsRequest
Packages that use PostLearningModuleJobsRequest
-
Uses of PostLearningModuleJobsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostLearningModuleJobsRequestModifier and TypeMethodDescriptionLearningApi.postLearningModuleJobs(PostLearningModuleJobsRequest request) Starts a specified operation on learning module This will initiate operation specified in the request body for a learning moduleLearningApiAsync.postLearningModuleJobsAsync(PostLearningModuleJobsRequest request, AsyncApiCallback<LearningModuleJobResponse> callback) Starts a specified operation on learning module This will initiate operation specified in the request body for a learning module -
Uses of PostLearningModuleJobsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostLearningModuleJobsRequestModifier and TypeMethodDescriptionPostLearningModuleJobsRequest.Builder.build()PostLearningModuleJobsRequest.withBody(LearningModuleJobRequest body) PostLearningModuleJobsRequest.withCustomHeader(String name, String value) PostLearningModuleJobsRequest.withModuleId(String moduleId)