Class MultisigRoutesApi


  • public class MultisigRoutesApi
    extends java.lang.Object
    • 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 ApiException
        Build 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 ApiException
        Get 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 ApiException
        Build 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 ApiException
        Get 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 -