Uses of Enum Class
cloud.genesys.webmessaging.sdk.model.EventType
Packages that use EventType
-
Uses of EventType in cloud.genesys.webmessaging.sdk
Methods in cloud.genesys.webmessaging.sdk with parameters of type EventTypeModifier and TypeMethodDescriptionstatic booleanWebMessagingClient.hasEvents(StructuredMessage message, EventType type) Inspect a StructuredMessage, looking for a type of event (EventType) -
Uses of EventType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return EventTypeModifier and TypeMethodDescriptionstatic EventTypeEventType.fromString(String key) CleanMessageEvent.getEventType()MessageEvent.getEventType()static EventTypeReturns the enum constant of this class with the specified name.static EventType[]EventType.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 EventTypeModifier and TypeMethodDescriptionvoidCleanMessageEvent.setEventType(EventType eventType) voidMessageEvent.setEventType(EventType eventType)