Uses of Class
com.mypurecloud.sdk.v2.model.LearningModuleRequest
Packages that use LearningModuleRequest
Package
Description
-
Uses of LearningModuleRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type LearningModuleRequestModifier and TypeMethodDescriptionLearningApi.postLearningModules(LearningModuleRequest body) Create a new learning module This will create a new unpublished learning module with the specified fields.LearningApi.postLearningModulesWithHttpInfo(LearningModuleRequest body) Create a new learning module This will create a new unpublished learning module with the specified fields.LearningApi.putLearningModule(String moduleId, LearningModuleRequest body) Update a learning module This will update the name, description, completion time in days and inform steps for a learning moduleLearningApi.putLearningModuleWithHttpInfo(String moduleId, LearningModuleRequest body) Update a learning module This will update the name, description, completion time in days and inform steps for a learning moduleMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LearningModuleRequestModifier and TypeMethodDescriptionLearningApi.postLearningModules(ApiRequest<LearningModuleRequest> request) Create a new learning module This will create a new unpublished learning module with the specified fields.LearningApiAsync.postLearningModulesAsync(ApiRequest<LearningModuleRequest> request, AsyncApiCallback<ApiResponse<LearningModule>> callback) Create a new learning module This will create a new unpublished learning module with the specified fields.LearningApi.putLearningModule(ApiRequest<LearningModuleRequest> request) Update a learning module This will update the name, description, completion time in days and inform steps for a learning moduleLearningApiAsync.putLearningModuleAsync(ApiRequest<LearningModuleRequest> request, AsyncApiCallback<ApiResponse<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 LearningModuleRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return LearningModuleRequestModifier and TypeMethodDescriptionPostLearningModulesRequest.getBody()PutLearningModuleRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type LearningModuleRequestModifier and TypeMethodDescriptionPostLearningModulesRequest.withHttpInfo()PutLearningModuleRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type LearningModuleRequestModifier and TypeMethodDescriptionPostLearningModulesRequest.builder(LearningModuleRequest body) PutLearningModuleRequest.builder(String moduleId, LearningModuleRequest body) voidPostLearningModulesRequest.setBody(LearningModuleRequest body) voidPutLearningModuleRequest.setBody(LearningModuleRequest body) PostLearningModulesRequest.Builder.withBody(LearningModuleRequest body) PostLearningModulesRequest.withBody(LearningModuleRequest body) PutLearningModuleRequest.Builder.withBody(LearningModuleRequest body) PutLearningModuleRequest.withBody(LearningModuleRequest body) PostLearningModulesRequest.Builder.withRequiredParams(LearningModuleRequest body) PutLearningModuleRequest.Builder.withRequiredParams(String moduleId, LearningModuleRequest body) -
Uses of LearningModuleRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningModuleRequestModifier and TypeMethodDescriptionLearningModuleRequest.assessmentForm(AssessmentForm assessmentForm) The assessment form for learning moduleLearningModuleRequest.autoAssign(LearningModuleAutoAssignRequest autoAssign) The configuration for linking a module to a ruleLearningModuleRequest.completionTimeInDays(Integer completionTimeInDays) The completion time of learning module in daysLearningModuleRequest.coverArt(LearningModuleCoverArtRequest coverArt) The cover art for the learning moduleLearningModuleRequest.description(String description) The description of learning moduleLearningModuleRequest.enforceContentOrder(Boolean enforceContentOrder) If true, learning module content should be viewed one by one in orderLearningModuleRequest.excludedFromCatalog(Boolean excludedFromCatalog) If true, learning module is excluded when retrieving modules for manual assignmentLearningModuleRequest.externalId(String externalId) The external ID of the learning module.LearningModuleRequest.informSteps(List<LearningModuleInformStepRequest> informSteps) The list of inform steps in a learning moduleLearningModuleRequest.lengthInMinutes(Integer lengthInMinutes) The recommended time in minutes to complete the moduleThe name of learning moduleLearningModuleRequest.reviewAssessmentResults(ReviewAssessmentResults reviewAssessmentResults) Allows to view Assessment results in detailLearningModuleRequest.type(LearningModuleRequest.TypeEnum type) The type for the learning module.