Uses of Class
com.mypurecloud.sdk.v2.api.request.PutLearningModuleRequest
Packages that use PutLearningModuleRequest
-
Uses of PutLearningModuleRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PutLearningModuleRequestModifier and TypeMethodDescriptionLearningApi.putLearningModule(PutLearningModuleRequest request) Update a learning module This will update the name, description, completion time in days and inform steps for a learning moduleLearningApiAsync.putLearningModuleAsync(PutLearningModuleRequest request, AsyncApiCallback<LearningModule> callback) Update a learning module This will update the name, description, completion time in days and inform steps for a learning module -
Uses of PutLearningModuleRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PutLearningModuleRequestModifier and TypeMethodDescriptionPutLearningModuleRequest.Builder.build()PutLearningModuleRequest.withBody(LearningModuleRequest body) PutLearningModuleRequest.withCustomHeader(String name, String value) PutLearningModuleRequest.withModuleId(String moduleId)