Class BulkProcessDataApi


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

      • BulkProcessDataApi

        public BulkProcessDataApi()
        BulkProcessDataApi.
      • BulkProcessDataApi

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

      • getApiClient

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

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

        public void createBulkProcessRequest​(String accountId,
                                             String processAction)
                                      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)
        Throws:
        ApiException - if fails to make API call
      • createBulkProcessRequestWithHttpInfo

        public ApiResponse<Object> createBulkProcessRequestWithHttpInfo​(String accountId,
                                                                        String processAction)
                                                                 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)
        Throws:
        ApiException - if fails to make API call
      • 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
      • deleteBulkProcessLists

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

        public ApiResponse<BulkProcessResult> deleteBulkProcessListsWithHttpInfo​(String accountId,
                                                                                 String processAction,
                                                                                 BulkProcessingLists bulkProcessingLists)
                                                                          throws ApiException
        Deletes a specific bulk process list
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        processAction - (required)
        bulkProcessingLists - (optional)
        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
      • getBulkProcessLists

        public BulkProcessingListSummaries getBulkProcessLists​(String accountId,
                                                               String processAction)
                                                        throws ApiException
        Lists top-level details for all bulk process lists visible to the current user.
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        processAction - (required)
        Returns:
        BulkProcessingListSummaries
        Throws:
        ApiException - if fails to make API call
      • getBulkProcessListsWithHttpInfo

        public ApiResponse<BulkProcessingListSummaries> getBulkProcessListsWithHttpInfo​(String accountId,
                                                                                        String processAction)
                                                                                 throws ApiException
        Lists top-level details for all bulk process lists visible to the current user
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        processAction - (required)
        Returns:
        BulkProcessingListSummaries
        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