Uses of Class
com.mypurecloud.sdk.v2.model.LearningModuleJobResponse
Packages that use LearningModuleJobResponse
-
Uses of LearningModuleJobResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return LearningModuleJobResponseModifier and TypeMethodDescriptionLearningApi.getLearningModuleJob(GetLearningModuleJobRequest request) Get a specific Learning Module job statusLearningApi.getLearningModuleJob(String moduleId, String jobId) Get a specific Learning Module job statusLearningApi.postLearningModuleJobs(PostLearningModuleJobsRequest request) Starts a specified operation on learning module This will initiate operation specified in the request body for a learning moduleLearningApi.postLearningModuleJobs(String moduleId, LearningModuleJobRequest body) Starts a specified operation on learning module This will initiate operation specified in the request body for a learning moduleMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type LearningModuleJobResponseModifier and TypeMethodDescriptionLearningApi.getLearningModuleJob(ApiRequest<Void> request) Get a specific Learning Module job statusLearningApiAsync.getLearningModuleJobAsync(GetLearningModuleJobRequest request, AsyncApiCallback<LearningModuleJobResponse> callback) Get a specific Learning Module job statusLearningApiAsync.getLearningModuleJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LearningModuleJobResponse>> callback) Get a specific Learning Module job statusLearningApi.getLearningModuleJobWithHttpInfo(String moduleId, String jobId) Get a specific Learning Module job statusLearningApi.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(PostLearningModuleJobsRequest request, AsyncApiCallback<LearningModuleJobResponse> callback) 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 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 LearningModuleJobResponseModifier and TypeMethodDescriptionLearningApiAsync.getLearningModuleJobAsync(GetLearningModuleJobRequest request, AsyncApiCallback<LearningModuleJobResponse> callback) Get a specific Learning Module job statusLearningApiAsync.getLearningModuleJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LearningModuleJobResponse>> callback) Get a specific Learning Module job statusLearningApiAsync.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 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 LearningModuleJobResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningModuleJobResponseModifier and TypeMethodDescriptionLearningModuleJobResponse.status(LearningModuleJobResponse.StatusEnum status) The status of learning module job