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