Uses of Class
video.api.client.api.Pair
-
Packages that use Pair Package Description video.api.client.api -
-
Uses of Pair in video.api.client.api
Methods in video.api.client.api that return types with arguments of type Pair Modifier and Type Method Description List<Pair>ApiClient. parameterToPair(String name, Object value)Formats the specified query parameter to a list containing a singlePairobject.List<Pair>ApiClient. parameterToPairs(String collectionFormat, String name, Collection value)Formats the specified collection query parameters to a list ofPairobjects.Method parameters in video.api.client.api with type arguments of type Pair Modifier and Type Method Description okhttp3.CallApiClient. buildCall(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String,String> headerParams, Map<String,String> cookieParams, Map<String,Object> formParams, ApiCallback callback)Build HTTP call with the given options.okhttp3.RequestApiClient. buildRequest(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String,String> headerParams, Map<String,String> cookieParams, Map<String,Object> formParams, ApiCallback callback)Build an HTTP request with the given options.StringApiClient. buildUrl(String path, List<Pair> queryParams, List<Pair> collectionQueryParams)Build full URL by concatenating base path, the given sub path and query parameters.
-