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 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)ApiException
public BulkEnvelopeStatus get(String accountId, String batchId, BulkEnvelopesApi.GetOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)batchId
- (required)BulkEnvelopesApi.GetOptions
- 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)ApiException
public 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)BulkEnvelopesApi.GetRecipientsOptions
- 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)ApiException
public BulkEnvelopesResponse list(String accountId, BulkEnvelopesApi.ListOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)BulkEnvelopesApi.ListOptions
- Options for modifying the method behavior.ApiException
- if fails to make API callpublic BulkRecipientsSummaryResponse updateRecipients(String accountId, String envelopeId, String recipientId, BulkRecipientsRequest bulkRecipientsRequest) 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)bulkRecipientsRequest
- (optional)ApiException
- if fails to make API callCopyright © 2017. All rights reserved.