| Package | Description |
|---|---|
| com.docusign.esign.api | |
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
Recipients |
EnvelopesApi.createRecipient(String accountId,
String envelopeId,
Recipients recipients)
Adds one or more recipients to an envelope.
|
Recipients |
TemplatesApi.createRecipients(String accountId,
String templateId,
TemplateRecipients templateRecipients)
Adds tabs for a recipient.
|
Recipients |
EnvelopesApi.deleteRecipient(String accountId,
String envelopeId,
String recipientId)
Deletes a recipient from an envelope.
|
Recipients |
TemplatesApi.deleteRecipient(String accountId,
String templateId,
String recipientId,
TemplateRecipients templateRecipients)
Deletes the specified recipient file from a template.
|
Recipients |
EnvelopesApi.deleteRecipients(String accountId,
String envelopeId,
Recipients recipients)
Deletes recipients from an envelope.
|
Recipients |
TemplatesApi.deleteRecipients(String accountId,
String templateId,
TemplateRecipients templateRecipients)
Deletes recipients from a template.
|
Recipients |
TemplatesApi.listRecipients(String accountId,
String templateId)
Gets recipient information from a template.
|
Recipients |
EnvelopesApi.listRecipients(String accountId,
String envelopeId)
Gets the status of recipients for an envelope.
|
| Modifier and Type | Method and Description |
|---|---|
Recipients |
EnvelopesApi.createRecipient(String accountId,
String envelopeId,
Recipients recipients)
Adds one or more recipients to an envelope.
|
Recipients |
EnvelopesApi.deleteRecipients(String accountId,
String envelopeId,
Recipients recipients)
Deletes recipients from an envelope.
|
RecipientsUpdateSummary |
EnvelopesApi.updateRecipients(String accountId,
String envelopeId,
Recipients recipients)
Updates recipients in a draft envelope or corrects recipient information for an in process envelope.
|
| Modifier and Type | Method and Description |
|---|---|
Recipients |
Recipients.agents(List<Agent> agents)
A complex type defining the management and access rights of a recipient assigned assigned as an agent on the document.
|
Recipients |
Recipients.carbonCopies(List<CarbonCopy> carbonCopies)
A complex type containing information about recipients who should receive a copy of the envelope, but does not need to sign it.
|
Recipients |
Recipients.certifiedDeliveries(List<CertifiedDelivery> certifiedDeliveries)
A complex type containing information on a recipient the must receive the completed documents for the envelope to be completed, but the recipient does not need to sign, initial, date, or add information to any of the documents.
|
Recipients |
Recipients.currentRoutingOrder(String currentRoutingOrder) |
Recipients |
Recipients.editors(List<Editor> editors)
A complex type defining the management and access rights of a recipient assigned assigned as an editor on the document.
|
Recipients |
Recipients.errorDetails(ErrorDetails errorDetails) |
Recipients |
InlineTemplate.getRecipients() |
Recipients |
FolderItemV2.getRecipients() |
Recipients |
EnvelopeTemplateResult.getRecipients() |
Recipients |
EnvelopeTemplate.getRecipients() |
Recipients |
EnvelopeDefinition.getRecipients() |
Recipients |
Recipients.inPersonSigners(List<InPersonSigner> inPersonSigners)
Specifies a signer that is in the same physical location as a DocuSign user who will act as a Signing Host for the transaction.
|
Recipients |
Recipients.intermediaries(List<Intermediary> intermediaries)
Identifies a recipient that can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order (until subsequent Agents, Editors or Intermediaries recipient types are added).
|
Recipients |
Recipients.recipientCount(String recipientCount) |
Recipients |
Recipients.signers(List<Signer> signers)
A complex type containing information about the Signer recipient.
|
| Modifier and Type | Method and Description |
|---|---|
InlineTemplate |
InlineTemplate.recipients(Recipients recipients) |
FolderItemV2 |
FolderItemV2.recipients(Recipients recipients) |
EnvelopeTemplateResult |
EnvelopeTemplateResult.recipients(Recipients recipients) |
EnvelopeTemplate |
EnvelopeTemplate.recipients(Recipients recipients) |
EnvelopeDefinition |
EnvelopeDefinition.recipients(Recipients recipients) |
void |
InlineTemplate.setRecipients(Recipients recipients) |
void |
FolderItemV2.setRecipients(Recipients recipients) |
void |
EnvelopeTemplateResult.setRecipients(Recipients recipients) |
void |
EnvelopeTemplate.setRecipients(Recipients recipients) |
void |
EnvelopeDefinition.setRecipients(Recipients recipients) |
Copyright © 2016. All rights reserved.