| 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 |
EnvelopesApi.getDocumentTabs(String accountId,
String envelopeId,
String documentId)
Returns tabs on the document.
|
Tabs |
TemplatesApi.getDocumentTabs(String accountId,
String templateId,
String documentId)
Returns tabs on the document.
|
Tabs |
EnvelopesApi.getDocumentTabs(String accountId,
String envelopeId,
String documentId,
EnvelopesApi.GetDocumentTabsOptions options)
Returns tabs on the document.
|
Tabs |
TemplatesApi.getDocumentTabs(String accountId,
String templateId,
String documentId,
TemplatesApi.GetDocumentTabsOptions options)
Returns tabs on the document.
|
Tabs |
EnvelopesApi.getPageTabs(String accountId,
String envelopeId,
String documentId,
String pageNumber)
Returns tabs on the specified page.
|
Tabs |
TemplatesApi.getPageTabs(String accountId,
String templateId,
String documentId,
String pageNumber)
Returns tabs on the specified page.
|
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 |
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,
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 |
|---|---|
void |
Signer.setTabs(Tabs tabs) |
void |
SealSign.setTabs(Tabs tabs) |
void |
TemplateRole.setTabs(Tabs tabs) |
void |
NotaryHost.setTabs(Tabs tabs) |
void |
InPersonSigner.setTabs(Tabs tabs) |
void |
RecipientUpdateResponse.setTabs(Tabs tabs) |
void |
TemplateUpdateSummary.setTabUpdateResults(Tabs tabUpdateResults) |
void |
EnvelopeUpdateSummary.setTabUpdateResults(Tabs tabUpdateResults) |
Signer |
Signer.tabs(Tabs tabs) |
SealSign |
SealSign.tabs(Tabs tabs) |
TemplateRole |
TemplateRole.tabs(Tabs tabs) |
NotaryHost |
NotaryHost.tabs(Tabs tabs) |
InPersonSigner |
InPersonSigner.tabs(Tabs tabs) |
RecipientUpdateResponse |
RecipientUpdateResponse.tabs(Tabs tabs) |
TemplateUpdateSummary |
TemplateUpdateSummary.tabUpdateResults(Tabs tabUpdateResults) |
EnvelopeUpdateSummary |
EnvelopeUpdateSummary.tabUpdateResults(Tabs tabUpdateResults) |
Copyright © 2018. All rights reserved.