-
Methods in com.algorand.algosdk.algod.client that return types with arguments of type Pair
Modifier and Type |
Method |
Description |
java.util.List<Pair> |
ApiClient.parameterToPair(java.lang.String name,
java.lang.Object value) |
Deprecated.
Formats the specified query parameter to a list containing a single Pair object.
|
java.util.List<Pair> |
ApiClient.parameterToPairs(java.lang.String collectionFormat,
java.lang.String name,
java.util.Collection value) |
Deprecated.
Formats the specified collection query parameters to a list of Pair objects.
|
Method parameters in com.algorand.algosdk.algod.client with type arguments of type Pair
Modifier and Type |
Method |
Description |
com.squareup.okhttp.Call |
ApiClient.buildCall(java.lang.String path,
java.lang.String method,
java.util.List<Pair> queryParams,
java.util.List<Pair> collectionQueryParams,
java.lang.Object body,
java.util.Map<java.lang.String,java.lang.String> headerParams,
java.util.Map<java.lang.String,java.lang.Object> formParams,
java.lang.String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(java.lang.String path,
java.lang.String method,
java.util.List<Pair> queryParams,
java.util.List<Pair> collectionQueryParams,
java.lang.Object body,
java.util.Map<java.lang.String,java.lang.String> headerParams,
java.util.Map<java.lang.String,java.lang.Object> formParams,
java.lang.String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
Build an HTTP request with the given options.
|
java.lang.String |
ApiClient.buildUrl(java.lang.String path,
java.util.List<Pair> queryParams,
java.util.List<Pair> collectionQueryParams) |
Deprecated.
Build full URL by concatenating base path, the given sub path and query parameters.
|
void |
ApiClient.updateParamsForAuth(java.lang.String[] authNames,
java.util.List<Pair> queryParams,
java.util.Map<java.lang.String,java.lang.String> headerParams) |
Deprecated.
Update query and header parameters based on authentication settings.
|
-
Method parameters in com.algorand.algosdk.algod.client.auth with type arguments of type Pair
Modifier and Type |
Method |
Description |
void |
ApiKeyAuth.applyToParams(java.util.List<Pair> queryParams,
java.util.Map<java.lang.String,java.lang.String> headerParams) |
Deprecated.
|
void |
Authentication.applyToParams(java.util.List<Pair> queryParams,
java.util.Map<java.lang.String,java.lang.String> headerParams) |
Deprecated.
Apply authentication settings to header and query params.
|
void |
HttpBasicAuth.applyToParams(java.util.List<Pair> queryParams,
java.util.Map<java.lang.String,java.lang.String> headerParams) |
Deprecated.
|
void |
OAuth.applyToParams(java.util.List<Pair> queryParams,
java.util.Map<java.lang.String,java.lang.String> headerParams) |
Deprecated.
|