Uses of Class
com.docusign.esign.model.BulkProcessResponse
-
Packages that use BulkProcessResponse Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of BulkProcessResponse in com.docusign.esign.api
Methods in com.docusign.esign.api that return BulkProcessResponse Modifier and Type Method Description BulkProcessResponse
BulkProcessDataApi. createBulkProcessRequestToQueue(String accountId, String processAction, String bulkProcessListId, BulkProcessRequest bulkProcessRequest)
Uses the specified bulk envelopes list to update the envelopes specified in the payload.BulkProcessResponse
BulkProcessDataSendApi. createBulkProcessRequestToQueue(String accountId, String processAction, String bulkProcessListId, BulkProcessRequest bulkProcessRequest)
Uses the specified bulk envelopes list to update the envelopes specified in the payload.Methods in com.docusign.esign.api that return types with arguments of type BulkProcessResponse Modifier and Type Method Description ApiResponse<BulkProcessResponse>
BulkProcessDataApi. createBulkProcessRequestToQueueWithHttpInfo(String accountId, String processAction, String bulkProcessListId, BulkProcessRequest bulkProcessRequest)
Uses the specified bulk envelopes list to update the envelopes specified in the payloadApiResponse<BulkProcessResponse>
BulkProcessDataSendApi. createBulkProcessRequestToQueueWithHttpInfo(String accountId, String processAction, String bulkProcessListId, BulkProcessRequest bulkProcessRequest)
Uses the specified bulk envelopes list to update the envelopes specified in the payload -
Uses of BulkProcessResponse in com.docusign.esign.model
Methods in com.docusign.esign.model that return BulkProcessResponse Modifier and Type Method Description BulkProcessResponse
BulkProcessResponse. addErrorDetailsItem(String errorDetailsItem)
addErrorDetailsItem.BulkProcessResponse
BulkProcessResponse. addErrorsItem(String errorsItem)
addErrorsItem.BulkProcessResponse
BulkProcessResponse. batchId(String batchId)
batchId.BulkProcessResponse
BulkProcessResponse. batchName(String batchName)
batchName.BulkProcessResponse
BulkProcessResponse. batchSize(String batchSize)
batchSize.BulkProcessResponse
BulkProcessResponse. errorDetails(List<String> errorDetails)
errorDetails.BulkProcessResponse
BulkProcessResponse. errors(List<String> errors)
errors.BulkProcessResponse
BulkProcessResponse. queueLimit(String queueLimit)
queueLimit.BulkProcessResponse
BulkProcessResponse. totalQueued(String totalQueued)
totalQueued.
-