DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Api.BulkProcessDataApi Class Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for DocuSign.eSign.Api.BulkProcessDataApi:
DocuSign.eSign.Api.IBulkProcessDataApi DocuSign.eSign.Client.IApiAccessor

Public Member Functions

 BulkProcessDataApi (DocuSignClient aplClient)
 Initializes a new instance of the BulkProcessDataApi class using AplClient object More...
 
String GetBasePath ()
 Gets the base path of the API client. More...
 
void CreateBulkProcessRequest (string accountId, string processAction)
 Uses the specified bulk envelopes list to update the envelopes specified in the payload More...
 
ApiResponse< Object > CreateBulkProcessRequestWithHttpInfo (string accountId, string processAction)
 Uses the specified bulk envelopes list to update the envelopes specified in the payload More...
 
async System.Threading.Tasks.Task CreateBulkProcessRequestAsync (string accountId, string processAction)
 Uses the specified bulk envelopes list to update the envelopes specified in the payload More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > CreateBulkProcessRequestAsyncWithHttpInfo (string accountId, string processAction)
 Uses the specified bulk envelopes list to update the envelopes specified in the payload More...
 
BulkProcessResponse CreateBulkProcessRequestToQueue (string accountId, string processAction, string bulkProcessListId, BulkProcessRequest bulkProcessRequest=null)
 Uses the specified bulk envelopes list to update the envelopes specified in the payload More...
 
ApiResponse< BulkProcessResponseCreateBulkProcessRequestToQueueWithHttpInfo (string accountId, string processAction, string bulkProcessListId, BulkProcessRequest bulkProcessRequest=null)
 Uses the specified bulk envelopes list to update the envelopes specified in the payload More...
 
async System.Threading.Tasks.Task< BulkProcessResponseCreateBulkProcessRequestToQueueAsync (string accountId, string processAction, string bulkProcessListId, BulkProcessRequest bulkProcessRequest=null)
 Uses the specified bulk envelopes list to update the envelopes specified in the payload More...
 
async System.Threading.Tasks.Task< ApiResponse< BulkProcessResponse > > CreateBulkProcessRequestToQueueAsyncWithHttpInfo (string accountId, string processAction, string bulkProcessListId, BulkProcessRequest bulkProcessRequest=null)
 Uses the specified bulk envelopes list to update the envelopes specified in the payload More...
 
BulkProcessResult DeleteBulkProcessList (string accountId, string processAction, string bulkProcessListId)
 Deletes a specific bulk process list More...
 
ApiResponse< BulkProcessResultDeleteBulkProcessListWithHttpInfo (string accountId, string processAction, string bulkProcessListId)
 Deletes a specific bulk process list More...
 
async System.Threading.Tasks.Task< BulkProcessResultDeleteBulkProcessListAsync (string accountId, string processAction, string bulkProcessListId)
 Deletes a specific bulk process list More...
 
async System.Threading.Tasks.Task< ApiResponse< BulkProcessResult > > DeleteBulkProcessListAsyncWithHttpInfo (string accountId, string processAction, string bulkProcessListId)
 Deletes a specific bulk process list More...
 
BulkProcessResult DeleteBulkProcessLists (string accountId, string processAction, BulkProcessingLists bulkProcessingLists=null)
 Deletes a specific bulk process list More...
 
ApiResponse< BulkProcessResultDeleteBulkProcessListsWithHttpInfo (string accountId, string processAction, BulkProcessingLists bulkProcessingLists=null)
 Deletes a specific bulk process list More...
 
async System.Threading.Tasks.Task< BulkProcessResultDeleteBulkProcessListsAsync (string accountId, string processAction, BulkProcessingLists bulkProcessingLists=null)
 Deletes a specific bulk process list More...
 
async System.Threading.Tasks.Task< ApiResponse< BulkProcessResult > > DeleteBulkProcessListsAsyncWithHttpInfo (string accountId, string processAction, BulkProcessingLists bulkProcessingLists=null)
 Deletes a specific bulk process list More...
 
void GetBulkProcessList (string accountId, string processAction, string bulkProcessListId)
 Gets a specific bulk process list More...
 
ApiResponse< Object > GetBulkProcessListWithHttpInfo (string accountId, string processAction, string bulkProcessListId)
 Gets a specific bulk process list More...
 
async System.Threading.Tasks.Task GetBulkProcessListAsync (string accountId, string processAction, string bulkProcessListId)
 Gets a specific bulk process list More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > GetBulkProcessListAsyncWithHttpInfo (string accountId, string processAction, string bulkProcessListId)
 Gets a specific bulk process list More...
 
BulkProcessingListSummaries GetBulkProcessLists (string accountId, string processAction)
 Lists top-level details for all bulk process lists visible to the current user More...
 
ApiResponse< BulkProcessingListSummariesGetBulkProcessListsWithHttpInfo (string accountId, string processAction)
 Lists top-level details for all bulk process lists visible to the current user More...
 
async System.Threading.Tasks.Task< BulkProcessingListSummariesGetBulkProcessListsAsync (string accountId, string processAction)
 Lists top-level details for all bulk process lists visible to the current user More...
 
async System.Threading.Tasks.Task< ApiResponse< BulkProcessingListSummaries > > GetBulkProcessListsAsyncWithHttpInfo (string accountId, string processAction)
 Lists top-level details for all bulk process lists visible to the current user More...
 
void UpdateBulkProcessList (string accountId, string processAction, string bulkProcessListId)
 Updates a specific bulk process list More...
 
ApiResponse< Object > UpdateBulkProcessListWithHttpInfo (string accountId, string processAction, string bulkProcessListId)
 Updates a specific bulk process list More...
 
async System.Threading.Tasks.Task UpdateBulkProcessListAsync (string accountId, string processAction, string bulkProcessListId)
 Updates a specific bulk process list More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > UpdateBulkProcessListAsyncWithHttpInfo (string accountId, string processAction, string bulkProcessListId)
 Updates a specific bulk process list More...
 

Properties

DocuSignClient ApiClient [get, set]
 Gets or sets the ApiClient object More...
 
DocuSign.eSign.Client.ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 
- Properties inherited from DocuSign.eSign.Client.IApiAccessor
DocuSignClient ApiClient [get, set]
 Gets or sets the ApiClient object More...
 
ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Constructor & Destructor Documentation

◆ BulkProcessDataApi()

DocuSign.eSign.Api.BulkProcessDataApi.BulkProcessDataApi ( DocuSignClient  aplClient)
inline

Initializes a new instance of the BulkProcessDataApi class using AplClient object

Parameters
aplClientAn instance of AplClient
Returns

Member Function Documentation

◆ CreateBulkProcessRequest()

void DocuSign.eSign.Api.BulkProcessDataApi.CreateBulkProcessRequest ( string  accountId,
string  processAction 
)
inline

Uses the specified bulk envelopes list to update the envelopes specified in the payload

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
Returns

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ CreateBulkProcessRequestAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.BulkProcessDataApi.CreateBulkProcessRequestAsync ( string  accountId,
string  processAction 
)
inline

Uses the specified bulk envelopes list to update the envelopes specified in the payload

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
Returns
Task of void

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ CreateBulkProcessRequestAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.BulkProcessDataApi.CreateBulkProcessRequestAsyncWithHttpInfo ( string  accountId,
string  processAction 
)
inline

Uses the specified bulk envelopes list to update the envelopes specified in the payload

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ CreateBulkProcessRequestToQueue()

BulkProcessResponse DocuSign.eSign.Api.BulkProcessDataApi.CreateBulkProcessRequestToQueue ( string  accountId,
string  processAction,
string  bulkProcessListId,
BulkProcessRequest  bulkProcessRequest = null 
)
inline

Uses the specified bulk envelopes list to update the envelopes specified in the payload

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
bulkProcessListId
bulkProcessRequest(optional)
Returns
BulkProcessResponse

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ CreateBulkProcessRequestToQueueAsync()

async System.Threading.Tasks.Task<BulkProcessResponse> DocuSign.eSign.Api.BulkProcessDataApi.CreateBulkProcessRequestToQueueAsync ( string  accountId,
string  processAction,
string  bulkProcessListId,
BulkProcessRequest  bulkProcessRequest = null 
)
inline

Uses the specified bulk envelopes list to update the envelopes specified in the payload

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
bulkProcessListId
bulkProcessRequest(optional)
Returns
Task of BulkProcessResponse

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ CreateBulkProcessRequestToQueueAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<BulkProcessResponse> > DocuSign.eSign.Api.BulkProcessDataApi.CreateBulkProcessRequestToQueueAsyncWithHttpInfo ( string  accountId,
string  processAction,
string  bulkProcessListId,
BulkProcessRequest  bulkProcessRequest = null 
)
inline

Uses the specified bulk envelopes list to update the envelopes specified in the payload

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
bulkProcessListId
bulkProcessRequest(optional)
Returns
Task of ApiResponse (BulkProcessResponse)

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ CreateBulkProcessRequestToQueueWithHttpInfo()

ApiResponse<BulkProcessResponse> DocuSign.eSign.Api.BulkProcessDataApi.CreateBulkProcessRequestToQueueWithHttpInfo ( string  accountId,
string  processAction,
string  bulkProcessListId,
BulkProcessRequest  bulkProcessRequest = null 
)
inline

Uses the specified bulk envelopes list to update the envelopes specified in the payload

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
bulkProcessListId
bulkProcessRequest(optional)
Returns
ApiResponse of BulkProcessResponse

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ CreateBulkProcessRequestWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.BulkProcessDataApi.CreateBulkProcessRequestWithHttpInfo ( string  accountId,
string  processAction 
)
inline

Uses the specified bulk envelopes list to update the envelopes specified in the payload

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ DeleteBulkProcessList()

BulkProcessResult DocuSign.eSign.Api.BulkProcessDataApi.DeleteBulkProcessList ( string  accountId,
string  processAction,
string  bulkProcessListId 
)
inline

Deletes a specific bulk process list

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
bulkProcessListId
Returns
BulkProcessResult

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ DeleteBulkProcessListAsync()

async System.Threading.Tasks.Task<BulkProcessResult> DocuSign.eSign.Api.BulkProcessDataApi.DeleteBulkProcessListAsync ( string  accountId,
string  processAction,
string  bulkProcessListId 
)
inline

Deletes a specific bulk process list

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
bulkProcessListId
Returns
Task of BulkProcessResult

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ DeleteBulkProcessListAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<BulkProcessResult> > DocuSign.eSign.Api.BulkProcessDataApi.DeleteBulkProcessListAsyncWithHttpInfo ( string  accountId,
string  processAction,
string  bulkProcessListId 
)
inline

Deletes a specific bulk process list

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
bulkProcessListId
Returns
Task of ApiResponse (BulkProcessResult)

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ DeleteBulkProcessLists()

BulkProcessResult DocuSign.eSign.Api.BulkProcessDataApi.DeleteBulkProcessLists ( string  accountId,
string  processAction,
BulkProcessingLists  bulkProcessingLists = null 
)
inline

Deletes a specific bulk process list

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
bulkProcessingLists(optional)
Returns
BulkProcessResult

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ DeleteBulkProcessListsAsync()

async System.Threading.Tasks.Task<BulkProcessResult> DocuSign.eSign.Api.BulkProcessDataApi.DeleteBulkProcessListsAsync ( string  accountId,
string  processAction,
BulkProcessingLists  bulkProcessingLists = null 
)
inline

Deletes a specific bulk process list

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
bulkProcessingLists(optional)
Returns
Task of BulkProcessResult

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ DeleteBulkProcessListsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<BulkProcessResult> > DocuSign.eSign.Api.BulkProcessDataApi.DeleteBulkProcessListsAsyncWithHttpInfo ( string  accountId,
string  processAction,
BulkProcessingLists  bulkProcessingLists = null 
)
inline

Deletes a specific bulk process list

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
bulkProcessingLists(optional)
Returns
Task of ApiResponse (BulkProcessResult)

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ DeleteBulkProcessListsWithHttpInfo()

ApiResponse<BulkProcessResult> DocuSign.eSign.Api.BulkProcessDataApi.DeleteBulkProcessListsWithHttpInfo ( string  accountId,
string  processAction,
BulkProcessingLists  bulkProcessingLists = null 
)
inline

Deletes a specific bulk process list

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
bulkProcessingLists(optional)
Returns
ApiResponse of BulkProcessResult

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ DeleteBulkProcessListWithHttpInfo()

ApiResponse<BulkProcessResult> DocuSign.eSign.Api.BulkProcessDataApi.DeleteBulkProcessListWithHttpInfo ( string  accountId,
string  processAction,
string  bulkProcessListId 
)
inline

Deletes a specific bulk process list

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
bulkProcessListId
Returns
ApiResponse of BulkProcessResult

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ GetBasePath()

String DocuSign.eSign.Api.BulkProcessDataApi.GetBasePath ( )
inline

Gets the base path of the API client.

The base path

Implements DocuSign.eSign.Client.IApiAccessor.

◆ GetBulkProcessList()

void DocuSign.eSign.Api.BulkProcessDataApi.GetBulkProcessList ( string  accountId,
string  processAction,
string  bulkProcessListId 
)
inline

Gets a specific bulk process list

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
bulkProcessListId
Returns

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ GetBulkProcessListAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.BulkProcessDataApi.GetBulkProcessListAsync ( string  accountId,
string  processAction,
string  bulkProcessListId 
)
inline

Gets a specific bulk process list

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
bulkProcessListId
Returns
Task of void

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ GetBulkProcessListAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.BulkProcessDataApi.GetBulkProcessListAsyncWithHttpInfo ( string  accountId,
string  processAction,
string  bulkProcessListId 
)
inline

Gets a specific bulk process list

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
bulkProcessListId
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ GetBulkProcessLists()

BulkProcessingListSummaries DocuSign.eSign.Api.BulkProcessDataApi.GetBulkProcessLists ( string  accountId,
string  processAction 
)
inline

Lists top-level details for all bulk process lists visible to the current user

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
Returns
BulkProcessingListSummaries

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ GetBulkProcessListsAsync()

async System.Threading.Tasks.Task<BulkProcessingListSummaries> DocuSign.eSign.Api.BulkProcessDataApi.GetBulkProcessListsAsync ( string  accountId,
string  processAction 
)
inline

Lists top-level details for all bulk process lists visible to the current user

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
Returns
Task of BulkProcessingListSummaries

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ GetBulkProcessListsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<BulkProcessingListSummaries> > DocuSign.eSign.Api.BulkProcessDataApi.GetBulkProcessListsAsyncWithHttpInfo ( string  accountId,
string  processAction 
)
inline

Lists top-level details for all bulk process lists visible to the current user

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
Returns
Task of ApiResponse (BulkProcessingListSummaries)

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ GetBulkProcessListsWithHttpInfo()

ApiResponse<BulkProcessingListSummaries> DocuSign.eSign.Api.BulkProcessDataApi.GetBulkProcessListsWithHttpInfo ( string  accountId,
string  processAction 
)
inline

Lists top-level details for all bulk process lists visible to the current user

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
Returns
ApiResponse of BulkProcessingListSummaries

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ GetBulkProcessListWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.BulkProcessDataApi.GetBulkProcessListWithHttpInfo ( string  accountId,
string  processAction,
string  bulkProcessListId 
)
inline

Gets a specific bulk process list

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
bulkProcessListId
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ UpdateBulkProcessList()

void DocuSign.eSign.Api.BulkProcessDataApi.UpdateBulkProcessList ( string  accountId,
string  processAction,
string  bulkProcessListId 
)
inline

Updates a specific bulk process list

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
bulkProcessListId
Returns

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ UpdateBulkProcessListAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.BulkProcessDataApi.UpdateBulkProcessListAsync ( string  accountId,
string  processAction,
string  bulkProcessListId 
)
inline

Updates a specific bulk process list

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
bulkProcessListId
Returns
Task of void

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ UpdateBulkProcessListAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.BulkProcessDataApi.UpdateBulkProcessListAsyncWithHttpInfo ( string  accountId,
string  processAction,
string  bulkProcessListId 
)
inline

Updates a specific bulk process list

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
bulkProcessListId
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

◆ UpdateBulkProcessListWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.BulkProcessDataApi.UpdateBulkProcessListWithHttpInfo ( string  accountId,
string  processAction,
string  bulkProcessListId 
)
inline

Updates a specific bulk process list

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
processAction
bulkProcessListId
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IBulkProcessDataApi.

Property Documentation

◆ ApiClient

DocuSignClient DocuSign.eSign.Api.BulkProcessDataApi.ApiClient
getset

Gets or sets the ApiClient object

An instance of the ApiClient

◆ ExceptionFactory

DocuSign.eSign.Client.ExceptionFactory DocuSign.eSign.Api.BulkProcessDataApi.ExceptionFactory
getset

Provides a factory method hook for the creation of exceptions.


The documentation for this class was generated from the following file: