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