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