Uses of Class
org.wso2.am.integration.clients.internal.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in org.wso2.am.integration.clients.internal
Methods in org.wso2.am.integration.clients.internal that return types with arguments of type PairModifier and TypeMethodDescriptionApiClient.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.wso2.am.integration.clients.internal with type arguments of type PairModifier and TypeMethodDescriptioncom.squareup.okhttp.CallApiClient.buildCall(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, Object> formParams, String[] authNames, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build HTTP call with the given options.com.squareup.okhttp.RequestApiClient.buildRequest(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, Object> formParams, String[] authNames, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build an HTTP request with the given options.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) Update query and header parameters based on authentication settings. -
Uses of Pair in org.wso2.am.integration.clients.internal.auth
Method parameters in org.wso2.am.integration.clients.internal.auth with type arguments of type PairModifier and TypeMethodDescriptionvoidvoidApply authentication settings to header and query params.voidvoid