| Package | Description |
|---|---|
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
CarbonCopy |
CarbonCopy.accessCode(String accessCode)
If a value is provided, the recipient must enter the value as the access code to view and sign the envelope.
|
CarbonCopy |
CarbonCopy.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.
|
CarbonCopy |
CarbonCopy.clientUserId(String clientUserId)
Specifies whether the recipient is embedded or remote.
|
CarbonCopy |
CarbonCopy.customFields(List<String> customFields)
An optional array of strings that allows the sender to provide custom data about the recipient.
|
CarbonCopy |
CarbonCopy.declinedDateTime(String declinedDateTime)
The date and time the recipient declined the document.
|
CarbonCopy |
CarbonCopy.declinedReason(String declinedReason)
The reason the recipient declined the document.
|
CarbonCopy |
CarbonCopy.deliveredDateTime(String deliveredDateTime)
Reserved: For DocuSign use only.
|
CarbonCopy |
CarbonCopy.deliveryMethod(String deliveryMethod)
Reserved: For DocuSign use only.
|
CarbonCopy |
CarbonCopy.email(String email)
Email id of the recipient.
|
CarbonCopy |
CarbonCopy.emailNotification(RecipientEmailNotification emailNotification) |
CarbonCopy |
CarbonCopy.emailRecipientPostSigningURL(String emailRecipientPostSigningURL) |
CarbonCopy |
CarbonCopy.embeddedRecipientStartURL(String embeddedRecipientStartURL)
Specifies a sender provided valid URL string for redirecting an embedded recipient.
|
CarbonCopy |
CarbonCopy.errorDetails(ErrorDetails errorDetails) |
CarbonCopy |
CarbonCopy.excludedDocuments(List<String> excludedDocuments)
Specifies the documents that are not visible to this recipient.
|
CarbonCopy |
CarbonCopy.faxNumber(String faxNumber)
Reserved:
|
CarbonCopy |
CarbonCopy.idCheckConfigurationName(String idCheckConfigurationName)
Specifies authentication check by name.
|
CarbonCopy |
CarbonCopy.idCheckInformationInput(IdCheckInformationInput idCheckInformationInput) |
CarbonCopy |
CarbonCopy.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.
|
CarbonCopy |
CarbonCopy.name(String name)
legal name of the recipient.\n\nMaximum Length: 100 characters.
|
CarbonCopy |
CarbonCopy.note(String note)
Specifies a note that is unique to this recipient.
|
CarbonCopy |
CarbonCopy.phoneAuthentication(RecipientPhoneAuthentication phoneAuthentication) |
CarbonCopy |
CarbonCopy.recipientAttachments(List<Attachment> recipientAttachments)
Reserved:
|
CarbonCopy |
CarbonCopy.recipientAuthenticationStatus(AuthenticationStatus recipientAuthenticationStatus) |
CarbonCopy |
CarbonCopy.recipientId(String recipientId)
Unique for the recipient.
|
CarbonCopy |
CarbonCopy.recipientIdGuid(String recipientIdGuid) |
CarbonCopy |
CarbonCopy.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.
|
CarbonCopy |
CarbonCopy.roleName(String roleName)
Optional element.
|
CarbonCopy |
CarbonCopy.routingOrder(String routingOrder)
Specifies the routing order of the recipient in the envelope.
|
CarbonCopy |
CarbonCopy.samlAuthentication(RecipientSAMLAuthentication samlAuthentication) |
CarbonCopy |
CarbonCopy.sentDateTime(String sentDateTime)
The date and time the envelope was sent.
|
CarbonCopy |
CarbonCopy.signedDateTime(String signedDateTime)
Reserved: For DocuSign use only.
|
CarbonCopy |
CarbonCopy.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).
|
CarbonCopy |
CarbonCopy.signingGroupName(String signingGroupName)
The display name for the signing group.
|
CarbonCopy |
CarbonCopy.signingGroupUsers(List<UserInfo> signingGroupUsers)
A complex type that contains information about users in the signing group.
|
CarbonCopy |
CarbonCopy.smsAuthentication(RecipientSMSAuthentication smsAuthentication) |
CarbonCopy |
CarbonCopy.socialAuthentications(List<SocialAuthentication> socialAuthentications)
Lists the social ID type that can be used for recipient authentication.
|
CarbonCopy |
CarbonCopy.status(String status)
Indicates the envelope status.
|
CarbonCopy |
CarbonCopy.templateLocked(String templateLocked)
When set to **true**, the sender cannot change any attributes of the recipient.
|
CarbonCopy |
CarbonCopy.templateRequired(String templateRequired)
When set to **true**, the sender may not remove the recipient.
|
CarbonCopy |
CarbonCopy.totalTabCount(String totalTabCount) |
CarbonCopy |
CarbonCopy.userId(String userId) |
| Modifier and Type | Method and Description |
|---|---|
List<CarbonCopy> |
TemplateRecipients.getCarbonCopies() |
List<CarbonCopy> |
Recipients.getCarbonCopies() |
| Modifier and Type | Method and Description |
|---|---|
TemplateRecipients |
TemplateRecipients.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.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.
|
void |
TemplateRecipients.setCarbonCopies(List<CarbonCopy> carbonCopies) |
void |
Recipients.setCarbonCopies(List<CarbonCopy> carbonCopies) |
Copyright © 2016. All rights reserved.