Uses of Enum
org.openapitools.client.ApiClient.CollectionFormat
Packages that use ApiClient.CollectionFormat
-
Uses of ApiClient.CollectionFormat in org.openapitools.client
Methods in org.openapitools.client that return ApiClient.CollectionFormatModifier and TypeMethodDescriptionstatic ApiClient.CollectionFormat
Returns the enum constant of this type with the specified name.static ApiClient.CollectionFormat[]
ApiClient.CollectionFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openapitools.client with parameters of type ApiClient.CollectionFormatModifier and TypeMethodDescriptionApiClient.collectionPathParameterToString
(ApiClient.CollectionFormat collectionFormat, Collection<?> values) Formats the specified collection path parameter to a string value.ApiClient.parameterToMultiValueMap
(ApiClient.CollectionFormat collectionFormat, String name, Object value) Converts a parameter to aMultiValueMap
for use in REST requests