Uses of Enum Class
com.mypurecloud.sdk.v2.model.WebChatGuestMediaRequest.TypesEnum
Packages that use WebChatGuestMediaRequest.TypesEnum
-
Uses of WebChatGuestMediaRequest.TypesEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebChatGuestMediaRequest.TypesEnumModifier and TypeMethodDescriptionWebChatGuestMediaRequest.TypesEnum.fromString(String key) Returns the enum constant of this class with the specified name.static WebChatGuestMediaRequest.TypesEnum[]WebChatGuestMediaRequest.TypesEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type WebChatGuestMediaRequest.TypesEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type WebChatGuestMediaRequest.TypesEnumModifier and TypeMethodDescriptionvoidWebChatGuestMediaRequest.setTypes(List<WebChatGuestMediaRequest.TypesEnum> types) WebChatGuestMediaRequest.types(List<WebChatGuestMediaRequest.TypesEnum> types) The types of media being requested.