Uses of Class
com.docusign.esign.model.BulkProcessRequest
-
Packages that use BulkProcessRequest Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of BulkProcessRequest in com.docusign.esign.api
Methods in com.docusign.esign.api with parameters of type BulkProcessRequest 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.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 BulkProcessRequest in com.docusign.esign.model
Methods in com.docusign.esign.model that return BulkProcessRequest Modifier and Type Method Description BulkProcessRequestBulkProcessRequest. batchName(String batchName)batchName.BulkProcessRequestBulkProcessRequest. envelopeOrTemplateId(String envelopeOrTemplateId)envelopeOrTemplateId.
-