Uses of Enum Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentPresentation.SurfacingMethodEnum
Packages that use KnowledgeDocumentPresentation.SurfacingMethodEnum
-
Uses of KnowledgeDocumentPresentation.SurfacingMethodEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentPresentation.SurfacingMethodEnumModifier and TypeMethodDescriptionKnowledgeDocumentPresentation.SurfacingMethodEnum.fromString(String key) KnowledgeDocumentPresentation.getSurfacingMethod()Returns the enum constant of this class with the specified name.KnowledgeDocumentPresentation.SurfacingMethodEnum.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 KnowledgeDocumentPresentation.SurfacingMethodEnumModifier and TypeMethodDescriptionvoidKnowledgeDocumentPresentation.setSurfacingMethod(KnowledgeDocumentPresentation.SurfacingMethodEnum surfacingMethod) KnowledgeDocumentPresentation.surfacingMethod(KnowledgeDocumentPresentation.SurfacingMethodEnum surfacingMethod) The method how knowledge was surfaced.