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