Uses of Enum Class
cloud.genesys.webmessaging.sdk.model.EventTypingType
Packages that use EventTypingType
-
Uses of EventTypingType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return EventTypingTypeModifier and TypeMethodDescriptionstatic EventTypingTypeEventTypingType.fromString(String key) EventTyping.getType()static EventTypingTypeReturns the enum constant of this class with the specified name.static EventTypingType[]EventTypingType.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 EventTypingTypeModifier and TypeMethodDescriptionvoidEventTyping.setType(EventTypingType type) EventTyping.type(EventTypingType type) Describes the type of Typing event.