public class BulkEnvelopesApi extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
BulkEnvelopesApi.GetOptions |
class |
BulkEnvelopesApi.GetRecipientsOptions |
class |
BulkEnvelopesApi.ListOptions |
| Constructor and Description |
|---|
BulkEnvelopesApi() |
BulkEnvelopesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
BulkRecipientsUpdateResponse |
deleteRecipients(String accountId,
String envelopeId,
String recipientId)
Deletes the bulk recipient file from an envelope.
|
BulkEnvelopeStatus |
get(String accountId,
String batchId)
Gets the status of a specified bulk send operation.
|
BulkEnvelopeStatus |
get(String accountId,
String batchId,
BulkEnvelopesApi.GetOptions options)
Gets the status of a specified bulk send operation.
|
ApiClient |
getApiClient() |
BulkRecipientsResponse |
getRecipients(String accountId,
String envelopeId,
String recipientId)
Gets the bulk recipient file from an envelope.
|
BulkRecipientsResponse |
getRecipients(String accountId,
String envelopeId,
String recipientId,
BulkEnvelopesApi.GetRecipientsOptions options)
Gets the bulk recipient file from an envelope.
|
BulkEnvelopesResponse |
list(String accountId)
Gets status information about bulk recipient batches.
|
BulkEnvelopesResponse |
list(String accountId,
BulkEnvelopesApi.ListOptions options)
Gets status information about bulk recipient batches.
|
void |
setApiClient(ApiClient apiClient) |
BulkRecipientsSummaryResponse |
updateRecipients(String accountId,
String envelopeId,
String recipientId,
byte[] bulkRecipientsRequest)
Adds or replaces envelope bulk recipients.
|
public BulkEnvelopesApi()
public BulkEnvelopesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public BulkRecipientsUpdateResponse deleteRecipients(String accountId, String envelopeId, String recipientId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)envelopeId - The envelopeId Guid of the envelope being accessed. (required)recipientId - The ID of the recipient being accessed. (required)ApiException - if fails to make API callpublic BulkEnvelopeStatus get(String accountId, String batchId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)batchId - (required)ApiExceptionpublic BulkEnvelopeStatus get(String accountId, String batchId, BulkEnvelopesApi.GetOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)batchId - (required)options - for modifying the method behavior.ApiException - if fails to make API callpublic BulkRecipientsResponse getRecipients(String accountId, String envelopeId, String recipientId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)envelopeId - The envelopeId Guid of the envelope being accessed. (required)recipientId - The ID of the recipient being accessed. (required)ApiExceptionpublic BulkRecipientsResponse getRecipients(String accountId, String envelopeId, String recipientId, BulkEnvelopesApi.GetRecipientsOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)envelopeId - The envelopeId Guid of the envelope being accessed. (required)recipientId - The ID of the recipient being accessed. (required)options - for modifying the method behavior.ApiException - if fails to make API callpublic BulkEnvelopesResponse list(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)ApiExceptionpublic BulkEnvelopesResponse list(String accountId, BulkEnvelopesApi.ListOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)options - for modifying the method behavior.ApiException - if fails to make API callpublic BulkRecipientsSummaryResponse updateRecipients(String accountId, String envelopeId, String recipientId, byte[] bulkRecipientsRequest) throws ApiException
accountId - The external account number (int) or account id GUID. (required)envelopeId - The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec (required)recipientId - A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`. (required)bulkRecipientsRequest - (required)ApiException - if fails to make API callCopyright © 2021. All rights reserved.