Uses of Class
cloud.genesys.webmessaging.sdk.model.EventCoBrowseType
-
Packages that use EventCoBrowseType Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of EventCoBrowseType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return EventCoBrowseType Modifier and Type Method Description static EventCoBrowseTypeEventCoBrowseType. fromString(String key)EventCoBrowseTypeEventCoBrowse. getType()static EventCoBrowseTypeEventCoBrowseType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventCoBrowseType[]EventCoBrowseType. 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 EventCoBrowseType Modifier and Type Method Description voidEventCoBrowse. setType(EventCoBrowseType type)EventCoBrowseEventCoBrowse. type(EventCoBrowseType type)Describes the type of CoBrowse event.
-