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