Package com.docusign.esign.api
Class BulkProcessDataSendApi
- java.lang.Object
-
- com.docusign.esign.api.BulkProcessDataSendApi
-
public class BulkProcessDataSendApi extends Object
BulkProcessDataSendApi class.
-
-
Constructor Summary
Constructors Constructor Description BulkProcessDataSendApi()BulkProcessDataSendApi.BulkProcessDataSendApi(ApiClient apiClient)BulkProcessDataSendApi.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 payloadBulkProcessResultdeleteBulkProcessList(String accountId, String processAction, String bulkProcessListId)Deletes a specific bulk process list.ApiResponse<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.ApiResponse<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
-
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
-
-