Uses of Enum Class
cloud.genesys.webmessaging.sdk.model.Direction
Packages that use Direction
-
Uses of Direction in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return DirectionModifier and TypeMethodDescriptionstatic DirectionDirection.fromString(String key) CleanMessage.getDirection()StructuredMessage.getDirection()static DirectionReturns the enum constant of this class with the specified name.static Direction[]Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type DirectionModifier and TypeMethodDescriptionvoidCleanMessage.setDirection(Direction direction) voidStructuredMessage.setDirection(Direction direction)