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