Uses of Enum Class
org.springframework.ai.huggingface.invoker.ApiClient.CollectionFormat
Packages that use ApiClient.CollectionFormat
-
Uses of ApiClient.CollectionFormat in org.springframework.ai.huggingface.invoker
Methods in org.springframework.ai.huggingface.invoker that return ApiClient.CollectionFormatModifier and TypeMethodDescriptionstatic ApiClient.CollectionFormat
Returns the enum constant of this class with the specified name.static ApiClient.CollectionFormat[]
ApiClient.CollectionFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.huggingface.invoker with parameters of type ApiClient.CollectionFormatModifier and TypeMethodDescriptionApiClient.parameterToMultiValueMap
(ApiClient.CollectionFormat collectionFormat, String name, Object value) Converts a parameter to aMultiValueMap
for use in REST requests