Uses of Class
com.algorand.algosdk.kmd.client.lib.Pair
-
Packages that use Pair Package Description com.algorand.algosdk.kmd.client com.algorand.algosdk.kmd.client.auth -
-
Uses of Pair in com.algorand.algosdk.kmd.client
Methods in com.algorand.algosdk.kmd.client 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 com.algorand.algosdk.kmd.client with type arguments of type Pair Modifier and Type Method Description com.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.StringApiClient. buildUrl(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)Update query and header parameters based on authentication settings. -
Uses of Pair in com.algorand.algosdk.kmd.client.auth
Method parameters in com.algorand.algosdk.kmd.client.auth with type arguments of type Pair Modifier and Type Method Description voidApiKeyAuth. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)voidAuthentication. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)Apply authentication settings to header and query params.voidHttpBasicAuth. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)voidOAuth. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)
-