Uses of Enum Class
com.mypurecloud.sdk.v2.model.WebMessagingEventCoBrowse.TypeEnum
Packages that use WebMessagingEventCoBrowse.TypeEnum
-
Uses of WebMessagingEventCoBrowse.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebMessagingEventCoBrowse.TypeEnumModifier and TypeMethodDescriptionWebMessagingEventCoBrowse.TypeEnum.fromString(String key) WebMessagingEventCoBrowse.getType()Returns the enum constant of this class with the specified name.static WebMessagingEventCoBrowse.TypeEnum[]WebMessagingEventCoBrowse.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type WebMessagingEventCoBrowse.TypeEnumModifier and TypeMethodDescriptionvoidWebMessagingEventCoBrowse.setType(WebMessagingEventCoBrowse.TypeEnum type) WebMessagingEventCoBrowse.type(WebMessagingEventCoBrowse.TypeEnum type) Describes the type of Cobrowse event.