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