Uses of Class
dev.vality.swag.analytics.ApiClient.CollectionFormat
| Package | Description |
|---|---|
| dev.vality.swag.analytics |
-
Uses of ApiClient.CollectionFormat in dev.vality.swag.analytics
Methods in dev.vality.swag.analytics that return ApiClient.CollectionFormat Modifier and Type Method Description static ApiClient.CollectionFormatApiClient.CollectionFormat. valueOf(String name)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 dev.vality.swag.analytics with parameters of type ApiClient.CollectionFormat Modifier and Type Method Description org.springframework.util.MultiValueMap<String,String>ApiClient. parameterToMultiValueMap(ApiClient.CollectionFormat collectionFormat, String name, Object value)Converts a parameter to aMultiValueMapfor use in REST requests