Uses of Class
org.openapitools.client.Pair
Packages that use Pair
- 
Uses of Pair in org.openapitools.clientMethods in org.openapitools.client that return types with arguments of type PairModifier and TypeMethodDescriptionApiClient.freeFormParameterToPairs(Object value) Formats the specified free-form query parameters to a list ofPairobjects.ApiClient.parameterToPair(String name, Object value) Formats the specified query parameter to a list containing a singlePairobject.ApiClient.parameterToPairs(String collectionFormat, String name, Collection value) Formats the specified collection query parameters to a list ofPairobjects.Method parameters in org.openapitools.client with type arguments of type PairModifier and TypeMethodDescriptionokhttp3.CallApiClient.buildCall(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build HTTP call with the given options.okhttp3.RequestApiClient.buildRequest(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build an HTTP request with the given options.ApiClient.buildUrl(String baseUrl, String path, List<Pair> queryParams, List<Pair> collectionQueryParams) Build full URL by concatenating base path, the given sub path and query parameters.voidApiClient.updateParamsForAuth(String[] authNames, List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) Update query and header parameters based on authentication settings.
- 
Uses of Pair in org.openapitools.client.authMethod parameters in org.openapitools.client.auth with type arguments of type PairModifier and TypeMethodDescriptionvoidApiKeyAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) voidAuthentication.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) Apply authentication settings to header and query params.voidHttpBasicAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) voidHttpBearerAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri)