@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2019-11-02T09:22:19.033Z[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.
|
MultisigAccountInfoDTO |
getAccountMultisig(java.lang.String accountId)
Get multisig account information
Returns the multisig account information.
|
java.util.List<MultisigAccountGraphInfoDTO> |
getAccountMultisigGraph(java.lang.String accountId)
Get multisig account graph information
Returns the multisig account graph.
|
ApiResponse<java.util.List<MultisigAccountGraphInfoDTO>> |
getAccountMultisigGraphWithHttpInfo(java.lang.String accountId)
Get multisig account graph information
Returns the multisig account graph.
|
ApiResponse<MultisigAccountInfoDTO> |
getAccountMultisigWithHttpInfo(java.lang.String accountId)
Get multisig account information
Returns the multisig 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.
|
AccountsNamesDTO |
getAccountsNames(AccountIds accountIds)
Get readable names for a set of accountIds
Returns friendly names for accounts.
|
ApiResponse<AccountsNamesDTO> |
getAccountsNamesWithHttpInfo(AccountIds accountIds)
Get readable names for a set of accountIds
Returns friendly names for accounts.
|
ApiClient |
getApiClient() |
java.util.List<TransactionInfoDTO> |
incomingTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get incoming transactions
Gets an array of incoming transactions.
|
ApiResponse<java.util.List<TransactionInfoDTO>> |
incomingTransactionsWithHttpInfo(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get incoming transactions
Gets an array of incoming transactions.
|
java.util.List<TransactionInfoDTO> |
outgoingTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get outgoing transactions
Gets an array of outgoing transactions.
|
ApiResponse<java.util.List<TransactionInfoDTO>> |
outgoingTransactionsWithHttpInfo(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get outgoing transactions
Gets an array of outgoing transactions.
|
java.util.List<TransactionInfoDTO> |
partialTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get aggregate bonded transactions information
Gets an array of aggregate bonded transactions where the account is the sender or requires to cosign the transaction.
|
ApiResponse<java.util.List<TransactionInfoDTO>> |
partialTransactionsWithHttpInfo(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get aggregate bonded transactions information
Gets an array of aggregate bonded transactions where the account is the sender or requires to cosign the transaction.
|
void |
setApiClient(ApiClient apiClient) |
java.util.List<TransactionInfoDTO> |
transactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get confirmed transactions
Gets an array of transactions for which an account is the sender or receiver.
|
ApiResponse<java.util.List<TransactionInfoDTO>> |
transactionsWithHttpInfo(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get confirmed transactions
Gets an array of transactions for which an account is the sender or receiver.
|
java.util.List<TransactionInfoDTO> |
unconfirmedTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get unconfirmed transactions
Gets the array of transactions not included in a block where an account is the sender or receiver.
|
ApiResponse<java.util.List<TransactionInfoDTO>> |
unconfirmedTransactionsWithHttpInfo(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get unconfirmed transactions
Gets the array of transactions not included in a block where an account is the sender or receiver.
|
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. (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. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public MultisigAccountInfoDTO getAccountMultisig(java.lang.String accountId) throws ApiException
accountId - Account public key or address. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public ApiResponse<MultisigAccountInfoDTO> getAccountMultisigWithHttpInfo(java.lang.String accountId) throws ApiException
accountId - Account public key or address. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public java.util.List<MultisigAccountGraphInfoDTO> getAccountMultisigGraph(java.lang.String accountId) throws ApiException
accountId - Account public key or address. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<MultisigAccountGraphInfoDTO>> getAccountMultisigGraphWithHttpInfo(java.lang.String accountId) throws ApiException
accountId - Account public key or address. (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 | - |
public AccountsNamesDTO getAccountsNames(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<AccountsNamesDTO> getAccountsNamesWithHttpInfo(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 java.util.List<TransactionInfoDTO> incomingTransactions(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<TransactionInfoDTO>> incomingTransactionsWithHttpInfo(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public java.util.List<TransactionInfoDTO> outgoingTransactions(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<TransactionInfoDTO>> outgoingTransactionsWithHttpInfo(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public java.util.List<TransactionInfoDTO> partialTransactions(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<TransactionInfoDTO>> partialTransactionsWithHttpInfo(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public java.util.List<TransactionInfoDTO> transactions(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<TransactionInfoDTO>> transactionsWithHttpInfo(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public java.util.List<TransactionInfoDTO> unconfirmedTransactions(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<TransactionInfoDTO>> unconfirmedTransactionsWithHttpInfo(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |