Uses of Class
com.mypurecloud.sdk.v2.api.request.PostLearningModulesRequest
Packages that use PostLearningModulesRequest
-
Uses of PostLearningModulesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostLearningModulesRequestModifier and TypeMethodDescriptionLearningApi.postLearningModules(PostLearningModulesRequest request) Create a new learning module This will create a new unpublished learning module with the specified fields.LearningApiAsync.postLearningModulesAsync(PostLearningModulesRequest request, AsyncApiCallback<LearningModule> callback) Create a new learning module This will create a new unpublished learning module with the specified fields. -
Uses of PostLearningModulesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostLearningModulesRequestModifier and TypeMethodDescriptionPostLearningModulesRequest.Builder.build()PostLearningModulesRequest.withBody(LearningModuleRequest body) PostLearningModulesRequest.withCustomHeader(String name, String value)