| Package | Description |
|---|---|
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateRole |
TemplateRole.accessCode(String accessCode)
If a value is provided, the recipient must enter the value as the access code to view and sign the envelope.
|
TemplateRole |
TemplateRole.clientUserId(String clientUserId)
Specifies whether the recipient is embedded or remote.
|
TemplateRole |
TemplateRole.defaultRecipient(String defaultRecipient)
When set to **true**, this recipient is the default recipient and any tabs generated by the transformPdfFields option are mapped to this recipient.
|
TemplateRole |
TemplateRole.email(String email)
Specifies the email associated with a role name.
|
TemplateRole |
TemplateRole.emailNotification(RecipientEmailNotification emailNotification) |
TemplateRole |
TemplateRole.embeddedRecipientStartURL(String embeddedRecipientStartURL)
Specifies a sender provided valid URL string for redirecting an embedded recipient.
|
TemplateRole |
TemplateRole.inPersonSignerName(String inPersonSignerName)
Specifies the full legal name of the signer in person signer template roles.\n\nMaximum Length: 100 characters.
|
TemplateRole |
TemplateRole.name(String name)
Specifies the recipient's name.
|
TemplateRole |
TemplateRole.roleName(String roleName)
Optional element.
|
TemplateRole |
TemplateRole.routingOrder(String routingOrder)
Specifies the routing order of the recipient in the envelope.
|
TemplateRole |
TemplateRole.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).
|
TemplateRole |
TemplateRole.tabs(Tabs tabs) |
| Modifier and Type | Method and Description |
|---|---|
List<TemplateRole> |
EnvelopeDefinition.getTemplateRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
EnvelopeDefinition.setTemplateRoles(List<TemplateRole> templateRoles) |
EnvelopeDefinition |
EnvelopeDefinition.templateRoles(List<TemplateRole> templateRoles)
Specifies the template recipients.
|
Copyright © 2016. All rights reserved.