Uses of Enum Class
com.mypurecloud.sdk.v2.model.KnowledgeSettings.KnowledgeTypeEnum
Packages that use KnowledgeSettings.KnowledgeTypeEnum
-
Uses of KnowledgeSettings.KnowledgeTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeSettings.KnowledgeTypeEnumModifier and TypeMethodDescriptionKnowledgeSettings.KnowledgeTypeEnum.fromString(String key) KnowledgeSettings.getKnowledgeType()Returns the enum constant of this class with the specified name.static KnowledgeSettings.KnowledgeTypeEnum[]KnowledgeSettings.KnowledgeTypeEnum.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 KnowledgeSettings.KnowledgeTypeEnumModifier and TypeMethodDescriptionKnowledgeSettings.knowledgeType(KnowledgeSettings.KnowledgeTypeEnum knowledgeType) The type of the knowledge settings (Standard or Enhanced)voidKnowledgeSettings.setKnowledgeType(KnowledgeSettings.KnowledgeTypeEnum knowledgeType)