Uses of Class
com.mypurecloud.sdk.v2.model.LearningModuleRule
Packages that use LearningModuleRule
Package
Description
-
Uses of LearningModuleRule in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return LearningModuleRuleModifier and TypeMethodDescriptionLearningApi.getLearningModuleRule(GetLearningModuleRuleRequest request) Get a learning module ruleLearningApi.getLearningModuleRule(String moduleId) Get a learning module ruleLearningApi.putLearningModuleRule(PutLearningModuleRuleRequest request) Update a learning module rule This will update a learning module rule with the specified fields.LearningApi.putLearningModuleRule(String moduleId, LearningModuleRule body, Boolean assign) Update a learning module rule This will update a learning module rule with the specified fields.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type LearningModuleRuleModifier and TypeMethodDescriptionLearningApi.getLearningModuleRule(ApiRequest<Void> request) Get a learning module ruleLearningApiAsync.getLearningModuleRuleAsync(GetLearningModuleRuleRequest request, AsyncApiCallback<LearningModuleRule> callback) Get a learning module ruleLearningApiAsync.getLearningModuleRuleAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LearningModuleRule>> callback) Get a learning module ruleLearningApi.getLearningModuleRuleWithHttpInfo(String moduleId) Get a learning module ruleLearningApi.putLearningModuleRule(ApiRequest<LearningModuleRule> request) Update a learning module rule This will update a learning module rule with the specified fields.LearningApiAsync.putLearningModuleRuleAsync(PutLearningModuleRuleRequest request, AsyncApiCallback<LearningModuleRule> callback) Update a learning module rule This will update a learning module rule with the specified fields.LearningApiAsync.putLearningModuleRuleAsync(ApiRequest<LearningModuleRule> request, AsyncApiCallback<ApiResponse<LearningModuleRule>> callback) Update a learning module rule This will update a learning module rule with the specified fields.LearningApi.putLearningModuleRuleWithHttpInfo(String moduleId, LearningModuleRule body, Boolean assign) Update a learning module rule This will update a learning module rule with the specified fields.Methods in com.mypurecloud.sdk.v2.api with parameters of type LearningModuleRuleModifier and TypeMethodDescriptionLearningApi.putLearningModuleRule(String moduleId, LearningModuleRule body, Boolean assign) Update a learning module rule This will update a learning module rule with the specified fields.LearningApi.putLearningModuleRuleWithHttpInfo(String moduleId, LearningModuleRule body, Boolean assign) Update a learning module rule This will update a learning module rule with the specified fields.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type LearningModuleRuleModifier and TypeMethodDescriptionLearningApiAsync.getLearningModuleRuleAsync(GetLearningModuleRuleRequest request, AsyncApiCallback<LearningModuleRule> callback) Get a learning module ruleLearningApiAsync.getLearningModuleRuleAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LearningModuleRule>> callback) Get a learning module ruleLearningApi.putLearningModuleRule(ApiRequest<LearningModuleRule> request) Update a learning module rule This will update a learning module rule with the specified fields.LearningApiAsync.putLearningModuleRuleAsync(PutLearningModuleRuleRequest request, AsyncApiCallback<LearningModuleRule> callback) Update a learning module rule This will update a learning module rule with the specified fields.LearningApiAsync.putLearningModuleRuleAsync(ApiRequest<LearningModuleRule> request, AsyncApiCallback<ApiResponse<LearningModuleRule>> callback) Update a learning module rule This will update a learning module rule with the specified fields.LearningApiAsync.putLearningModuleRuleAsync(ApiRequest<LearningModuleRule> request, AsyncApiCallback<ApiResponse<LearningModuleRule>> callback) Update a learning module rule This will update a learning module rule with the specified fields. -
Uses of LearningModuleRule in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return LearningModuleRuleMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type LearningModuleRuleMethods in com.mypurecloud.sdk.v2.api.request with parameters of type LearningModuleRuleModifier and TypeMethodDescriptionPutLearningModuleRuleRequest.builder(String moduleId, LearningModuleRule body) voidPutLearningModuleRuleRequest.setBody(LearningModuleRule body) PutLearningModuleRuleRequest.Builder.withBody(LearningModuleRule body) PutLearningModuleRuleRequest.withBody(LearningModuleRule body) PutLearningModuleRuleRequest.Builder.withRequiredParams(String moduleId, LearningModuleRule body) -
Uses of LearningModuleRule in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningModuleRuleModifier and TypeMethodDescriptionAssignedLearningModule.getRule()LearningAssignmentUserQuery.getRule()LearningModule.getRule()If true, rule is activeLearningModuleRule.parts(List<LearningModuleRuleParts> parts) The parts of a learning module ruleMethods in com.mypurecloud.sdk.v2.model with parameters of type LearningModuleRuleModifier and TypeMethodDescriptionLearningAssignmentUserQuery.rule(LearningModuleRule rule) Learning module rule objectvoidLearningAssignmentUserQuery.setRule(LearningModuleRule rule)