Uses of Class
com.mypurecloud.sdk.v2.model.LearningModule
Packages that use LearningModule
-
Uses of LearningModule in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return LearningModuleModifier and TypeMethodDescriptionLearningApi.getLearningModule(GetLearningModuleRequest request) Get a learning moduleLearningApi.getLearningModule(String moduleId, List<String> expand) Get a learning moduleLearningApi.getLearningModuleVersion(GetLearningModuleVersionRequest request) Get specific version of a published moduleLearningApi.getLearningModuleVersion(String moduleId, String versionId, List<String> expand) Get specific version of a published moduleLearningApi.postLearningModules(PostLearningModulesRequest request) Create a new learning module This will create a new unpublished learning module with the specified fields.LearningApi.postLearningModules(LearningModuleRequest body) Create a new learning module This will create a new unpublished learning module with the specified fields.LearningApi.putLearningModule(PutLearningModuleRequest request) Update a learning module This will update the name, description, completion time in days and inform steps for a learning moduleLearningApi.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 moduleMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type LearningModuleModifier and TypeMethodDescriptionLearningApi.getLearningModule(ApiRequest<Void> request) Get a learning moduleLearningApiAsync.getLearningModuleAsync(GetLearningModuleRequest request, AsyncApiCallback<LearningModule> callback) Get a learning moduleLearningApiAsync.getLearningModuleAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LearningModule>> callback) Get a learning moduleLearningApi.getLearningModuleVersion(ApiRequest<Void> request) Get specific version of a published moduleLearningApiAsync.getLearningModuleVersionAsync(GetLearningModuleVersionRequest request, AsyncApiCallback<LearningModule> callback) Get specific version of a published moduleLearningApiAsync.getLearningModuleVersionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LearningModule>> callback) Get specific version of a published moduleLearningApi.getLearningModuleVersionWithHttpInfo(String moduleId, String versionId, List<String> expand) Get specific version of a published moduleLearningApi.getLearningModuleWithHttpInfo(String moduleId, List<String> expand) Get a learning moduleLearningApi.postLearningModules(ApiRequest<LearningModuleRequest> 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.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.postLearningModulesWithHttpInfo(LearningModuleRequest body) 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(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 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 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 LearningModuleModifier and TypeMethodDescriptionLearningApiAsync.getLearningModuleAsync(GetLearningModuleRequest request, AsyncApiCallback<LearningModule> callback) Get a learning moduleLearningApiAsync.getLearningModuleAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LearningModule>> callback) Get a learning moduleLearningApiAsync.getLearningModuleVersionAsync(GetLearningModuleVersionRequest request, AsyncApiCallback<LearningModule> callback) Get specific version of a published moduleLearningApiAsync.getLearningModuleVersionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LearningModule>> callback) Get specific version of a published moduleLearningApiAsync.postLearningModulesAsync(PostLearningModulesRequest request, AsyncApiCallback<LearningModule> callback) 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.LearningApiAsync.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 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 LearningModule in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningModuleModifier and TypeMethodDescriptionLearningModule.archivalMode(LearningModule.ArchivalModeEnum archivalMode) The mode of archival for learning moduleLearningModule.assessmentForm(AssessmentForm assessmentForm) The assessment form for learning moduleLearningModule.autoAssign(LearningModuleAutoAssignResponse autoAssign) The auto assignment settings for this moduleLearningModule.completionTimeInDays(Integer completionTimeInDays) The completion time of learning module in daysLearningModule.coverArt(LearningModuleCoverArtResponse coverArt) The cover art for the learning moduleLearningModule.description(String description) The description of learning moduleLearningModule.enforceContentOrder(Boolean enforceContentOrder) If true, learning module content should be viewed one by one in orderLearningModule.excludedFromCatalog(Boolean excludedFromCatalog) If true, learning module is excluded when retrieving modules for manual assignmentLearningAssignment.getModule()LearningModule.informSteps(List<LearningModuleInformStep> informSteps) The list of inform steps in a learning moduleLearningModule.lengthInMinutes(Integer lengthInMinutes) The recommended time in minutes to complete the moduleThe name of learning moduleLearningModule.reassignSummaryData(LearningModuleReassignSummary reassignSummaryData) The learning module reassign summary dataLearningModule.reviewAssessmentResults(ReviewAssessmentResults reviewAssessmentResults) Allows to view Assessment results in detailLearningModule.summaryData(LearningModuleSummary summaryData) The learning module summary dataLearningModule.type(LearningModule.TypeEnum type) The type for the learning moduleMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type LearningModuleMethods in com.mypurecloud.sdk.v2.model with parameters of type LearningModuleModifier and TypeMethodDescriptionLearningAssignment.module(LearningModule module) The Learning module object associated with this assignmentvoidLearningAssignment.setModule(LearningModule module) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type LearningModuleModifier and TypeMethodDescriptionLearningModuleList.entities(List<LearningModule> entities) voidLearningModuleList.setEntities(List<LearningModule> entities)