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