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