@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-06-30T14:26:28.734Z[UTC]")
public class AccountRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
AccountRoutesApi() |
AccountRoutesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
AccountInfoDTO |
getAccountInfo(java.lang.String accountId)
Get account information
Returns the account information.
|
ApiResponse<AccountInfoDTO> |
getAccountInfoWithHttpInfo(java.lang.String accountId)
Get account information
Returns the account information.
|
java.util.List<AccountInfoDTO> |
getAccountsInfo(AccountIds accountIds)
Get accounts information
Returns the account information for an array of accounts.
|
ApiResponse<java.util.List<AccountInfoDTO>> |
getAccountsInfoWithHttpInfo(AccountIds accountIds)
Get accounts information
Returns the account information for an array of accounts.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public AccountRoutesApi()
public AccountRoutesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public AccountInfoDTO getAccountInfo(java.lang.String accountId) throws ApiException
accountId - Account public key or address enconded using a 32-character set. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public ApiResponse<AccountInfoDTO> getAccountInfoWithHttpInfo(java.lang.String accountId) throws ApiException
accountId - Account public key or address enconded using a 32-character set. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public java.util.List<AccountInfoDTO> getAccountsInfo(AccountIds accountIds) throws ApiException
accountIds - (optional)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<AccountInfoDTO>> getAccountsInfoWithHttpInfo(AccountIds accountIds) throws ApiException
accountIds - (optional)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |