Class BulkProcessDataSendApi


  • public class BulkProcessDataSendApi
    extends Object
    BulkProcessDataSendApi class.
    • Constructor Detail

      • BulkProcessDataSendApi

        public BulkProcessDataSendApi()
        BulkProcessDataSendApi.
      • BulkProcessDataSendApi

        public BulkProcessDataSendApi​(ApiClient apiClient)
        BulkProcessDataSendApi.
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
        getApiClient Method.
        Returns:
        ApiClient
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
        setApiClient Method.
      • createBulkProcessRequestToQueue

        public BulkProcessResponse createBulkProcessRequestToQueue​(String accountId,
                                                                   String processAction,
                                                                   String bulkProcessListId,
                                                                   BulkProcessRequest bulkProcessRequest)
                                                            throws ApiException
        Uses the specified bulk envelopes list to update the envelopes specified in the payload.
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        processAction - (required)
        bulkProcessListId - (required)
        bulkProcessRequest - (optional)
        Returns:
        BulkProcessResponse
        Throws:
        ApiException - if fails to make API call
      • createBulkProcessRequestToQueueWithHttpInfo

        public ApiResponse<BulkProcessResponse> createBulkProcessRequestToQueueWithHttpInfo​(String accountId,
                                                                                            String processAction,
                                                                                            String bulkProcessListId,
                                                                                            BulkProcessRequest bulkProcessRequest)
                                                                                     throws ApiException
        Uses the specified bulk envelopes list to update the envelopes specified in the payload
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        processAction - (required)
        bulkProcessListId - (required)
        bulkProcessRequest - (optional)
        Returns:
        BulkProcessResponse
        Throws:
        ApiException - if fails to make API call
      • deleteBulkProcessList

        public BulkProcessResult deleteBulkProcessList​(String accountId,
                                                       String processAction,
                                                       String bulkProcessListId)
                                                throws ApiException
        Deletes a specific bulk process list.
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        processAction - (required)
        bulkProcessListId - (required)
        Returns:
        BulkProcessResult
        Throws:
        ApiException - if fails to make API call
      • deleteBulkProcessListWithHttpInfo

        public ApiResponse<BulkProcessResult> deleteBulkProcessListWithHttpInfo​(String accountId,
                                                                                String processAction,
                                                                                String bulkProcessListId)
                                                                         throws ApiException
        Deletes a specific bulk process list
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        processAction - (required)
        bulkProcessListId - (required)
        Returns:
        BulkProcessResult
        Throws:
        ApiException - if fails to make API call
      • getBulkProcessList

        public void getBulkProcessList​(String accountId,
                                       String processAction,
                                       String bulkProcessListId)
                                throws ApiException
        Gets a specific bulk process list.
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        processAction - (required)
        bulkProcessListId - (required)
        Throws:
        ApiException - if fails to make API call
      • getBulkProcessListWithHttpInfo

        public ApiResponse<Object> getBulkProcessListWithHttpInfo​(String accountId,
                                                                  String processAction,
                                                                  String bulkProcessListId)
                                                           throws ApiException
        Gets a specific bulk process list
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        processAction - (required)
        bulkProcessListId - (required)
        Throws:
        ApiException - if fails to make API call
      • updateBulkProcessList

        public void updateBulkProcessList​(String accountId,
                                          String processAction,
                                          String bulkProcessListId)
                                   throws ApiException
        Updates a specific bulk process list.
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        processAction - (required)
        bulkProcessListId - (required)
        Throws:
        ApiException - if fails to make API call
      • updateBulkProcessListWithHttpInfo

        public ApiResponse<Object> updateBulkProcessListWithHttpInfo​(String accountId,
                                                                     String processAction,
                                                                     String bulkProcessListId)
                                                              throws ApiException
        Updates a specific bulk process list
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        processAction - (required)
        bulkProcessListId - (required)
        Throws:
        ApiException - if fails to make API call