Uses of Class
com.docusign.esign.api.BulkEnvelopesApi.GetBulkSendBatchEnvelopesOptions
-
Packages that use BulkEnvelopesApi.GetBulkSendBatchEnvelopesOptions Package Description com.docusign.esign.api -
-
Uses of BulkEnvelopesApi.GetBulkSendBatchEnvelopesOptions in com.docusign.esign.api
Methods in com.docusign.esign.api with parameters of type BulkEnvelopesApi.GetBulkSendBatchEnvelopesOptions Modifier and Type Method Description EnvelopesInformationBulkEnvelopesApi. getBulkSendBatchEnvelopes(String accountId, String bulkSendBatchId, BulkEnvelopesApi.GetBulkSendBatchEnvelopesOptions options)Gets envelopes from a specific bulk send batch.ApiResponse<EnvelopesInformation>BulkEnvelopesApi. getBulkSendBatchEnvelopesWithHttpInfo(String accountId, String bulkSendBatchId, BulkEnvelopesApi.GetBulkSendBatchEnvelopesOptions options)Gets envelopes from a specific bulk send batch This method returns a list of envelopes in a specified bulk batch.
-