| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for listSavedAddress
|
WalletApi.APIlistSavedAddressRequest |
chain(String chain)
Set chain
|
List<SavedAddress> |
execute()
Execute listSavedAddress request
|
okhttp3.Call |
executeAsync(ApiCallback<List<SavedAddress>> _callback)
Execute listSavedAddress request (asynchronously)
|
ApiResponse<List<SavedAddress>> |
executeWithHttpInfo()
Execute listSavedAddress request with HTTP info returned
|
WalletApi.APIlistSavedAddressRequest |
limit(String limit)
Set limit
|
public WalletApi.APIlistSavedAddressRequest chain(String chain)
chain - Chain name (optional, default to "")public WalletApi.APIlistSavedAddressRequest limit(String limit)
limit - Maximum number returned, 100 at most (optional, default to "50")public okhttp3.Call buildCall(ApiCallback _callback) throws ApiException
_callback - ApiCallback API callbackApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | List retrieved | - |
public List<SavedAddress> execute() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | List retrieved | - |
public ApiResponse<List<SavedAddress>> executeWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | List retrieved | - |
public okhttp3.Call executeAsync(ApiCallback<List<SavedAddress>> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | List retrieved | - |
Copyright © 2023. All rights reserved.