Uses of Class
com.mypurecloud.sdk.v2.api.request.DeleteLearningModuleRequest
Packages that use DeleteLearningModuleRequest
-
Uses of DeleteLearningModuleRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type DeleteLearningModuleRequestModifier and TypeMethodDescriptionvoidLearningApi.deleteLearningModule(DeleteLearningModuleRequest request) Delete a learning module This will delete a learning module if it is unpublished or it will delete a published and archived learning moduleLearningApiAsync.deleteLearningModuleAsync(DeleteLearningModuleRequest request, AsyncApiCallback<Void> callback) Delete a learning module This will delete a learning module if it is unpublished or it will delete a published and archived learning module -
Uses of DeleteLearningModuleRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return DeleteLearningModuleRequestModifier and TypeMethodDescriptionDeleteLearningModuleRequest.Builder.build()DeleteLearningModuleRequest.withCustomHeader(String name, String value) DeleteLearningModuleRequest.withModuleId(String moduleId)