Uses of Class
org.genesys.amphibian.client.invoker.ApiClient.CollectionFormat
-
Packages that use ApiClient.CollectionFormat Package Description org.genesys.amphibian.client.invoker -
-
Uses of ApiClient.CollectionFormat in org.genesys.amphibian.client.invoker
Methods in org.genesys.amphibian.client.invoker 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 org.genesys.amphibian.client.invoker 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
-