Package com.docusign.esign.api
Class BulkProcessDataApi
- java.lang.Object
-
- com.docusign.esign.api.BulkProcessDataApi
-
public class BulkProcessDataApi extends Object
BulkProcessDataApi class.
-
-
Constructor Summary
Constructors Constructor Description BulkProcessDataApi()BulkProcessDataApi.BulkProcessDataApi(ApiClient apiClient)BulkProcessDataApi.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateBulkProcessRequest(String accountId, String processAction)Uses the specified bulk envelopes list to update the envelopes specified in the payload.BulkProcessResponsecreateBulkProcessRequestToQueue(String accountId, String processAction, String bulkProcessListId, BulkProcessRequest bulkProcessRequest)Uses the specified bulk envelopes list to update the envelopes specified in the payload.ApiResponse<BulkProcessResponse>createBulkProcessRequestToQueueWithHttpInfo(String accountId, String processAction, String bulkProcessListId, BulkProcessRequest bulkProcessRequest)Uses the specified bulk envelopes list to update the envelopes specified in the payloadApiResponse<Object>createBulkProcessRequestWithHttpInfo(String accountId, String processAction)Uses the specified bulk envelopes list to update the envelopes specified in the payloadBulkProcessResultdeleteBulkProcessList(String accountId, String processAction, String bulkProcessListId)Deletes a specific bulk process list.BulkProcessResultdeleteBulkProcessLists(String accountId, String processAction, BulkProcessingLists bulkProcessingLists)Deletes a specific bulk process list.ApiResponse<BulkProcessResult>deleteBulkProcessListsWithHttpInfo(String accountId, String processAction, BulkProcessingLists bulkProcessingLists)Deletes a specific bulk process listApiResponse<BulkProcessResult>deleteBulkProcessListWithHttpInfo(String accountId, String processAction, String bulkProcessListId)Deletes a specific bulk process listApiClientgetApiClient()getApiClient Method.voidgetBulkProcessList(String accountId, String processAction, String bulkProcessListId)Gets a specific bulk process list.BulkProcessingListSummariesgetBulkProcessLists(String accountId, String processAction)Lists top-level details for all bulk process lists visible to the current user.ApiResponse<BulkProcessingListSummaries>getBulkProcessListsWithHttpInfo(String accountId, String processAction)Lists top-level details for all bulk process lists visible to the current userApiResponse<Object>getBulkProcessListWithHttpInfo(String accountId, String processAction, String bulkProcessListId)Gets a specific bulk process listvoidsetApiClient(ApiClient apiClient)setApiClient Method.voidupdateBulkProcessList(String accountId, String processAction, String bulkProcessListId)Updates a specific bulk process list.ApiResponse<Object>updateBulkProcessListWithHttpInfo(String accountId, String processAction, String bulkProcessListId)Updates a specific bulk process list
-
-
-
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
-
-