Uses of Class
com.exoscale.sdk.client.Pair
-
Packages that use Pair Package Description com.exoscale.sdk.client -
-
Uses of Pair in com.exoscale.sdk.client
Methods in com.exoscale.sdk.client that return types with arguments of type Pair Modifier and Type Method Description static List<Pair>
ApiClient. parameterToPairs(String name, Object value)
Convert a URL query name/value parameter to a list of encodedPair
objects.static List<Pair>
ApiClient. parameterToPairs(String collectionFormat, String name, Collection<?> values)
Convert a URL query name/collection parameter to a list of encodedPair
objects.
-