Uses of Enum Class
com.mypurecloud.sdk.v2.model.LearningModuleRequest.TypeEnum
Packages that use LearningModuleRequest.TypeEnum
-
Uses of LearningModuleRequest.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningModuleRequest.TypeEnumModifier and TypeMethodDescriptionLearningModuleRequest.TypeEnum.fromString(String key) LearningModuleRequest.getType()Returns the enum constant of this class with the specified name.static LearningModuleRequest.TypeEnum[]LearningModuleRequest.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type LearningModuleRequest.TypeEnumModifier and TypeMethodDescriptionvoidLearningModuleRequest.setType(LearningModuleRequest.TypeEnum type) LearningModuleRequest.type(LearningModuleRequest.TypeEnum type) The type for the learning module.