Uses of Enum Class
cloud.genesys.webmessaging.sdk.model.EventCoBrowseType
Packages that use EventCoBrowseType
-
Uses of EventCoBrowseType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return EventCoBrowseTypeModifier and TypeMethodDescriptionstatic EventCoBrowseTypeEventCoBrowseType.fromString(String key) EventCoBrowse.getType()static EventCoBrowseTypeReturns the enum constant of this class with the specified name.static EventCoBrowseType[]EventCoBrowseType.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 EventCoBrowseTypeModifier and TypeMethodDescriptionvoidEventCoBrowse.setType(EventCoBrowseType type) EventCoBrowse.type(EventCoBrowseType type) Describes the type of CoBrowse event.