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