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 BulkProcessResponseBulkProcessDataApi. createBulkProcessRequestToQueue(String accountId, String processAction, String bulkProcessListId, BulkProcessRequest bulkProcessRequest)Uses the specified bulk envelopes list to update the envelopes specified in the payload.BulkProcessResponseBulkProcessDataSendApi. 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 BulkProcessResponseBulkProcessResponse. addErrorDetailsItem(String errorDetailsItem)addErrorDetailsItem.BulkProcessResponseBulkProcessResponse. addErrorsItem(String errorsItem)addErrorsItem.BulkProcessResponseBulkProcessResponse. batchId(String batchId)batchId.BulkProcessResponseBulkProcessResponse. batchName(String batchName)batchName.BulkProcessResponseBulkProcessResponse. batchSize(String batchSize)batchSize.BulkProcessResponseBulkProcessResponse. errorDetails(List<String> errorDetails)errorDetails.BulkProcessResponseBulkProcessResponse. errors(List<String> errors)errors.BulkProcessResponseBulkProcessResponse. queueLimit(String queueLimit)queueLimit.BulkProcessResponseBulkProcessResponse. totalQueued(String totalQueued)totalQueued.
-