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,
BulkRecipientsRequest bulkRecipientsRequest)
Adds or replaces envelope bulk recipients.
|
public BulkEnvelopesApi()
public BulkEnvelopesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public BulkEnvelopesResponse list(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic BulkEnvelopesResponse list(String accountId, BulkEnvelopesApi.ListOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.BulkEnvelopesApi.ListOptions - Options for modifying the method behavior.ApiExceptionpublic BulkEnvelopeStatus get(String accountId, String batchId) throws ApiException
accountId - The external account number (int) or account ID Guid.batchId - ApiExceptionpublic BulkEnvelopeStatus get(String accountId, String batchId, BulkEnvelopesApi.GetOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.batchId - BulkEnvelopesApi.GetOptions - Options for modifying the method behavior.ApiExceptionpublic BulkRecipientsResponse getRecipients(String accountId, String envelopeId, String recipientId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.ApiExceptionpublic BulkRecipientsResponse getRecipients(String accountId, String envelopeId, String recipientId, BulkEnvelopesApi.GetRecipientsOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.BulkEnvelopesApi.GetRecipientsOptions - Options for modifying the method behavior.ApiExceptionpublic BulkRecipientsSummaryResponse updateRecipients(String accountId, String envelopeId, String recipientId, BulkRecipientsRequest bulkRecipientsRequest) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.BulkEnvelopesApi.UpdateRecipientsOptions - Options for modifying the method behavior.ApiExceptionpublic BulkRecipientsUpdateResponse deleteRecipients(String accountId, String envelopeId, String recipientId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.BulkEnvelopesApi.DeleteRecipientsOptions - Options for modifying the method behavior.ApiExceptionCopyright © 2017. All rights reserved.