Uses of Class
dev.vality.swag_webhook_events.ApiClient.CollectionFormat
| Package | Description |
|---|---|
| dev.vality.swag_webhook_events |
-
Uses of ApiClient.CollectionFormat in dev.vality.swag_webhook_events
Methods in dev.vality.swag_webhook_events 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_webhook_events with parameters of type ApiClient.CollectionFormat Modifier and Type Method Description StringApiClient. collectionPathParameterToString(ApiClient.CollectionFormat collectionFormat, Collection<?> values)Formats the specified collection path parameter to a string value.org.springframework.util.MultiValueMap<String,String>ApiClient. parameterToMultiValueMap(ApiClient.CollectionFormat collectionFormat, String name, Object value)Converts a parameter to aMultiValueMapfor use in REST requests