Uses of Class
cloud.genesys.webmessaging.sdk.model.EventPresenceType
-
Packages that use EventPresenceType Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of EventPresenceType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return EventPresenceType Modifier and Type Method Description static EventPresenceTypeEventPresenceType. fromString(String key)EventPresenceTypeEventPresence. getType()static EventPresenceTypeEventPresenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventPresenceType[]EventPresenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type EventPresenceType Modifier and Type Method Description voidEventPresence. setType(EventPresenceType type)EventPresenceEventPresence. type(EventPresenceType type)Describes the type of Presence event.
-