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