Uses of Class
com.docusign.esign.model.BulkSendRequest
-
Packages that use BulkSendRequest Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of BulkSendRequest in com.docusign.esign.api
Methods in com.docusign.esign.api with parameters of type BulkSendRequest Modifier and Type Method Description BulkSendResponse
BulkEnvelopesApi. createBulkSendRequest(String accountId, String bulkSendListId, BulkSendRequest bulkSendRequest)
Uses the specified bulk send list to send the envelope specified in the payload.ApiResponse<BulkSendResponse>
BulkEnvelopesApi. createBulkSendRequestWithHttpInfo(String accountId, String bulkSendListId, BulkSendRequest bulkSendRequest)
Uses the specified bulk send list to send the envelope specified in the payload This method initiates the bulk send process.BulkSendTestResponse
BulkEnvelopesApi. createBulkSendTestRequest(String accountId, String bulkSendListId, BulkSendRequest bulkSendRequest)
Tests whether the specified bulk sending list can be used to send an envelope.ApiResponse<BulkSendTestResponse>
BulkEnvelopesApi. createBulkSendTestRequestWithHttpInfo(String accountId, String bulkSendListId, BulkSendRequest bulkSendRequest)
Tests whether the specified bulk sending list can be used to send an envelope This method tests a bulk send list for compatibility with the envelope or template that you want to send. -
Uses of BulkSendRequest in com.docusign.esign.model
Methods in com.docusign.esign.model that return BulkSendRequest Modifier and Type Method Description BulkSendRequest
BulkSendRequest. batchName(String batchName)
batchName.BulkSendRequest
BulkSendRequest. envelopeOrTemplateId(String envelopeOrTemplateId)
envelopeOrTemplateId.
-