| Package | Description |
|---|---|
| com.docusign.esign.api | |
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
Tabs |
EnvelopesApi.createTabs(String accountId,
String envelopeId,
String recipientId,
Tabs tabs)
Adds tabs for a recipient.
|
Tabs |
TemplatesApi.createTabs(String accountId,
String templateId,
String recipientId,
TemplateTabs templateTabs)
Adds tabs for a recipient.
|
Tabs |
EnvelopesApi.deleteTabs(String accountId,
String envelopeId,
String recipientId,
Tabs tabs)
Deletes the tabs associated with a recipient.
|
Tabs |
TemplatesApi.deleteTabs(String accountId,
String templateId,
String recipientId,
TemplateTabs templateTabs)
Deletes the tabs associated with a recipient in a template.
|
Tabs |
TemplatesApi.listTabs(String accountId,
String templateId,
String recipientId)
Gets the tabs information for a signer or sign-in-person recipient in a template.
|
Tabs |
EnvelopesApi.listTabs(String accountId,
String envelopeId,
String recipientId)
Gets the tabs information for a signer or sign-in-person recipient in an envelope.
|
Tabs |
EnvelopesApi.listTabs(String accountId,
String envelopeId,
String recipientId,
EnvelopesApi.ListTabsOptions options)
Gets the tabs information for a signer or sign-in-person recipient in an envelope.
|
Tabs |
TemplatesApi.listTabs(String accountId,
String templateId,
String recipientId,
TemplatesApi.ListTabsOptions options)
Gets the tabs information for a signer or sign-in-person recipient in a template.
|
Tabs |
EnvelopesApi.updateTabs(String accountId,
String envelopeId,
String recipientId,
Tabs tabs)
Updates the tabs for a recipient.
|
Tabs |
TemplatesApi.updateTabs(String accountId,
String templateId,
String recipientId,
TemplateTabs templateTabs)
Updates the tabs for a recipient.
|
| Modifier and Type | Method and Description |
|---|---|
Tabs |
EnvelopesApi.createTabs(String accountId,
String envelopeId,
String recipientId,
Tabs tabs)
Adds tabs for a recipient.
|
Tabs |
EnvelopesApi.deleteTabs(String accountId,
String envelopeId,
String recipientId,
Tabs tabs)
Deletes the tabs associated with a recipient.
|
Tabs |
EnvelopesApi.updateTabs(String accountId,
String envelopeId,
String recipientId,
Tabs tabs)
Updates the tabs for a recipient.
|
| Modifier and Type | Method and Description |
|---|---|
Tabs |
TemplateRole.getTabs() |
Tabs |
Signer.getTabs() |
Tabs |
RecipientUpdateResponse.getTabs() |
Tabs |
InPersonSigner.getTabs() |
Tabs |
TemplateUpdateSummary.getTabUpdateResults() |
Tabs |
EnvelopeUpdateSummary.getTabUpdateResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateRole.setTabs(Tabs tabs) |
void |
Signer.setTabs(Tabs tabs) |
void |
RecipientUpdateResponse.setTabs(Tabs tabs) |
void |
InPersonSigner.setTabs(Tabs tabs) |
void |
TemplateUpdateSummary.setTabUpdateResults(Tabs tabUpdateResults) |
void |
EnvelopeUpdateSummary.setTabUpdateResults(Tabs tabUpdateResults) |
Copyright © 2017. All rights reserved.