Uses of Enum Class
cloud.genesys.webmessaging.sdk.model.EventPresenceType
Packages that use EventPresenceType
-
Uses of EventPresenceType in cloud.genesys.webmessaging.sdk
Methods in cloud.genesys.webmessaging.sdk with parameters of type EventPresenceTypeModifier and TypeMethodDescriptionvoidWebMessagingClient.sendPresenceEvent(EventPresenceType type) send a Presence event by specifying the subtype -
Uses of EventPresenceType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return EventPresenceTypeModifier and TypeMethodDescriptionstatic EventPresenceTypeEventPresenceType.fromString(String key) EventPresence.getType()static EventPresenceTypeReturns the enum constant of this class with the specified name.static EventPresenceType[]EventPresenceType.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 EventPresenceTypeModifier and TypeMethodDescriptionvoidEventPresence.setType(EventPresenceType type) EventPresence.type(EventPresenceType type) Describes the type of Presence event.