| Package | Description |
|---|---|
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
Intermediary |
Intermediary.accessCode(String accessCode)
If a value is provided, the recipient must enter the value as the access code to view and sign the envelope.
|
Intermediary |
Intermediary.addAccessCodeToEmail(String addAccessCodeToEmail)
This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient.
|
Intermediary |
Intermediary.clientUserId(String clientUserId)
Specifies whether the recipient is embedded or remote.
|
Intermediary |
Intermediary.customFields(List<String> customFields)
An optional array of strings that allows the sender to provide custom data about the recipient.
|
Intermediary |
Intermediary.declinedDateTime(String declinedDateTime)
The date and time the recipient declined the document.
|
Intermediary |
Intermediary.declinedReason(String declinedReason)
The reason the recipient declined the document.
|
Intermediary |
Intermediary.deliveredDateTime(String deliveredDateTime)
Reserved: For DocuSign use only.
|
Intermediary |
Intermediary.deliveryMethod(String deliveryMethod)
Reserved: For DocuSign use only.
|
Intermediary |
Intermediary.email(String email)
Email id of the recipient.
|
Intermediary |
Intermediary.emailNotification(RecipientEmailNotification emailNotification) |
Intermediary |
Intermediary.emailRecipientPostSigningURL(String emailRecipientPostSigningURL) |
Intermediary |
Intermediary.embeddedRecipientStartURL(String embeddedRecipientStartURL)
Specifies a sender provided valid URL string for redirecting an embedded recipient.
|
Intermediary |
Intermediary.errorDetails(ErrorDetails errorDetails) |
Intermediary |
Intermediary.excludedDocuments(List<String> excludedDocuments)
Specifies the documents that are not visible to this recipient.
|
Intermediary |
Intermediary.faxNumber(String faxNumber)
Reserved:
|
Intermediary |
Intermediary.idCheckConfigurationName(String idCheckConfigurationName)
Specifies authentication check by name.
|
Intermediary |
Intermediary.idCheckInformationInput(IdCheckInformationInput idCheckInformationInput) |
Intermediary |
Intermediary.inheritEmailNotificationConfiguration(String inheritEmailNotificationConfiguration)
When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account.
|
Intermediary |
Intermediary.name(String name) |
Intermediary |
Intermediary.note(String note)
Specifies a note that is unique to this recipient.
|
Intermediary |
Intermediary.phoneAuthentication(RecipientPhoneAuthentication phoneAuthentication) |
Intermediary |
Intermediary.recipientAttachments(List<Attachment> recipientAttachments)
Reserved:
|
Intermediary |
Intermediary.recipientAuthenticationStatus(AuthenticationStatus recipientAuthenticationStatus) |
Intermediary |
Intermediary.recipientId(String recipientId)
Unique for the recipient.
|
Intermediary |
Intermediary.recipientIdGuid(String recipientIdGuid) |
Intermediary |
Intermediary.requireIdLookup(String requireIdLookup)
When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity.
|
Intermediary |
Intermediary.roleName(String roleName)
Optional element.
|
Intermediary |
Intermediary.routingOrder(String routingOrder)
Specifies the routing order of the recipient in the envelope.
|
Intermediary |
Intermediary.samlAuthentication(RecipientSAMLAuthentication samlAuthentication) |
Intermediary |
Intermediary.sentDateTime(String sentDateTime)
The date and time the envelope was sent.
|
Intermediary |
Intermediary.signedDateTime(String signedDateTime)
Reserved: For DocuSign use only.
|
Intermediary |
Intermediary.signingGroupId(String signingGroupId)
When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once).
|
Intermediary |
Intermediary.signingGroupName(String signingGroupName)
The display name for the signing group.
|
Intermediary |
Intermediary.signingGroupUsers(List<UserInfo> signingGroupUsers)
A complex type that contains information about users in the signing group.
|
Intermediary |
Intermediary.smsAuthentication(RecipientSMSAuthentication smsAuthentication) |
Intermediary |
Intermediary.socialAuthentications(List<SocialAuthentication> socialAuthentications)
Lists the social ID type that can be used for recipient authentication.
|
Intermediary |
Intermediary.status(String status)
Indicates the envelope status.
|
Intermediary |
Intermediary.templateLocked(String templateLocked)
When set to **true**, the sender cannot change any attributes of the recipient.
|
Intermediary |
Intermediary.templateRequired(String templateRequired)
When set to **true**, the sender may not remove the recipient.
|
Intermediary |
Intermediary.totalTabCount(String totalTabCount) |
Intermediary |
Intermediary.userId(String userId) |
| Modifier and Type | Method and Description |
|---|---|
List<Intermediary> |
TemplateRecipients.getIntermediaries() |
List<Intermediary> |
Recipients.getIntermediaries() |
| Modifier and Type | Method and Description |
|---|---|
TemplateRecipients |
TemplateRecipients.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.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).
|
void |
TemplateRecipients.setIntermediaries(List<Intermediary> intermediaries) |
void |
Recipients.setIntermediaries(List<Intermediary> intermediaries) |
Copyright © 2016. All rights reserved.