Uses of Enum Class
com.mypurecloud.sdk.v2.model.ActionTarget.SupportedMediaTypesEnum
Packages that use ActionTarget.SupportedMediaTypesEnum
-
Uses of ActionTarget.SupportedMediaTypesEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ActionTarget.SupportedMediaTypesEnumModifier and TypeMethodDescriptionActionTarget.SupportedMediaTypesEnum.fromString(String key) Returns the enum constant of this class with the specified name.static ActionTarget.SupportedMediaTypesEnum[]ActionTarget.SupportedMediaTypesEnum.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 ActionTarget.SupportedMediaTypesEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ActionTarget.SupportedMediaTypesEnumModifier and TypeMethodDescriptionvoidActionTarget.setSupportedMediaTypes(List<ActionTarget.SupportedMediaTypesEnum> supportedMediaTypes) ActionTarget.supportedMediaTypes(List<ActionTarget.SupportedMediaTypesEnum> supportedMediaTypes) Supported media types of the target.