Class MultisigRoutesApi
- java.lang.Object
-
- io.nem.sdk.openapi.okhttp_gson.api.MultisigRoutesApi
-
public class MultisigRoutesApi extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MultisigRoutesApi()MultisigRoutesApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultisigAccountInfoDTOgetAccountMultisig(java.lang.String accountId)Get multisig account information Returns the multisig account information.okhttp3.CallgetAccountMultisigAsync(java.lang.String accountId, ApiCallback<MultisigAccountInfoDTO> _callback)Get multisig account information (asynchronously) Returns the multisig account information.okhttp3.CallgetAccountMultisigCall(java.lang.String accountId, ApiCallback _callback)Build call for getAccountMultisigjava.util.List<MultisigAccountGraphInfoDTO>getAccountMultisigGraph(java.lang.String accountId)Get multisig account graph information Returns the multisig account graph.okhttp3.CallgetAccountMultisigGraphAsync(java.lang.String accountId, ApiCallback<java.util.List<MultisigAccountGraphInfoDTO>> _callback)Get multisig account graph information (asynchronously) Returns the multisig account graph.okhttp3.CallgetAccountMultisigGraphCall(java.lang.String accountId, ApiCallback _callback)Build call for getAccountMultisigGraphApiResponse<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.ApiClientgetApiClient()voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
MultisigRoutesApi
public MultisigRoutesApi()
-
MultisigRoutesApi
public MultisigRoutesApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getAccountMultisigCall
public okhttp3.Call getAccountMultisigCall(java.lang.String accountId, ApiCallback _callback) throws ApiExceptionBuild call for getAccountMultisig- Parameters:
accountId- Account public key or address. (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details
Status Code Description Response Headers 200 success - 404 ResourceNotFound - 409 InvalidArgument -
-
getAccountMultisig
public MultisigAccountInfoDTO getAccountMultisig(java.lang.String accountId) throws ApiException
Get multisig account information Returns the multisig account information.- Parameters:
accountId- Account public key or address. (required)- Returns:
- MultisigAccountInfoDTO
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Status Code Description Response Headers 200 success - 404 ResourceNotFound - 409 InvalidArgument -
-
getAccountMultisigWithHttpInfo
public ApiResponse<MultisigAccountInfoDTO> getAccountMultisigWithHttpInfo(java.lang.String accountId) throws ApiException
Get multisig account information Returns the multisig account information.- Parameters:
accountId- Account public key or address. (required)- Returns:
- ApiResponse<MultisigAccountInfoDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Status Code Description Response Headers 200 success - 404 ResourceNotFound - 409 InvalidArgument -
-
getAccountMultisigAsync
public okhttp3.Call getAccountMultisigAsync(java.lang.String accountId, ApiCallback<MultisigAccountInfoDTO> _callback) throws ApiExceptionGet multisig account information (asynchronously) Returns the multisig account information.- Parameters:
accountId- Account public key or address. (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details
Status Code Description Response Headers 200 success - 404 ResourceNotFound - 409 InvalidArgument -
-
getAccountMultisigGraphCall
public okhttp3.Call getAccountMultisigGraphCall(java.lang.String accountId, ApiCallback _callback) throws ApiExceptionBuild call for getAccountMultisigGraph- Parameters:
accountId- Account public key or address. (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details
Status Code Description Response Headers 200 success - 404 ResourceNotFound - 409 InvalidArgument -
-
getAccountMultisigGraph
public java.util.List<MultisigAccountGraphInfoDTO> getAccountMultisigGraph(java.lang.String accountId) throws ApiException
Get multisig account graph information Returns the multisig account graph.- Parameters:
accountId- Account public key or address. (required)- Returns:
- List<MultisigAccountGraphInfoDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Status Code Description Response Headers 200 success - 404 ResourceNotFound - 409 InvalidArgument -
-
getAccountMultisigGraphWithHttpInfo
public ApiResponse<java.util.List<MultisigAccountGraphInfoDTO>> getAccountMultisigGraphWithHttpInfo(java.lang.String accountId) throws ApiException
Get multisig account graph information Returns the multisig account graph.- Parameters:
accountId- Account public key or address. (required)- Returns:
- ApiResponse<List<MultisigAccountGraphInfoDTO>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Status Code Description Response Headers 200 success - 404 ResourceNotFound - 409 InvalidArgument -
-
getAccountMultisigGraphAsync
public okhttp3.Call getAccountMultisigGraphAsync(java.lang.String accountId, ApiCallback<java.util.List<MultisigAccountGraphInfoDTO>> _callback) throws ApiExceptionGet multisig account graph information (asynchronously) Returns the multisig account graph.- Parameters:
accountId- Account public key or address. (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details
Status Code Description Response Headers 200 success - 404 ResourceNotFound - 409 InvalidArgument -
-
-