Uses of Enum Class
com.mypurecloud.sdk.v2.model.ConversationEventCoBrowse.TypeEnum
Packages that use ConversationEventCoBrowse.TypeEnum
-
Uses of ConversationEventCoBrowse.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationEventCoBrowse.TypeEnumModifier and TypeMethodDescriptionConversationEventCoBrowse.TypeEnum.fromString(String key) ConversationEventCoBrowse.getType()Returns the enum constant of this class with the specified name.static ConversationEventCoBrowse.TypeEnum[]ConversationEventCoBrowse.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 ConversationEventCoBrowse.TypeEnumModifier and TypeMethodDescriptionvoidConversationEventCoBrowse.setType(ConversationEventCoBrowse.TypeEnum type) ConversationEventCoBrowse.type(ConversationEventCoBrowse.TypeEnum type) Describes the type of CoBrowse event.