public class CustomTabsApi extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CustomTabsApi.ListOptions |
| Constructor and Description |
|---|
CustomTabsApi() |
CustomTabsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
TabMetadata |
create(String accountId,
TabMetadata tabMetadata)
Creates a custom tab.
|
void |
delete(String accountId,
String customTabId)
Deletes custom tab information.
|
TabMetadata |
get(String accountId,
String customTabId)
Gets custom tab information.
|
ApiClient |
getApiClient() |
TabMetadataList |
list(String accountId)
Gets a list of all account tabs.
|
TabMetadataList |
list(String accountId,
CustomTabsApi.ListOptions options)
Gets a list of all account tabs.
|
void |
setApiClient(ApiClient apiClient) |
TabMetadata |
update(String accountId,
String customTabId,
TabMetadata tabMetadata)
Updates custom tab information.
|
public CustomTabsApi()
public CustomTabsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public TabMetadataList list(String accountId) throws ApiException
Gets a list of all account tabs. Retrieves a list of all tabs associated with the account.
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic TabMetadataList list(String accountId, CustomTabsApi.ListOptions options) throws ApiException
Gets a list of all account tabs. Retrieves a list of all tabs associated with the account.
accountId - The external account number (int) or account ID Guid.CustomTabsApi.ListOptions - Options for modifying the method behavior.ApiExceptionpublic TabMetadata create(String accountId, TabMetadata tabMetadata) throws ApiException
Creates a custom tab. Creates a tab with pre-defined properties, such as a text tab with a certain font type and validation pattern. Users can access the custom tabs when sending documents through the DocuSign web application.\n\nCustom tabs can be created for approve, checkbox, company, date, date signed, decline, email, email address, envelope ID, first name, formula, full name, initial here, last name, list, note, number, radio, sign here, signer attachment, SSN, text, title, and zip tabs.
accountId - The external account number (int) or account ID Guid.CustomTabsApi.CreateOptions - Options for modifying the method behavior.ApiExceptionpublic TabMetadata get(String accountId, String customTabId) throws ApiException
Gets custom tab information. Retrieves information about the requested custom tab on the specified account.
accountId - The external account number (int) or account ID Guid.customTabId - CustomTabsApi.GetOptions - Options for modifying the method behavior.ApiExceptionpublic TabMetadata update(String accountId, String customTabId, TabMetadata tabMetadata) throws ApiException
Updates custom tab information. Updates the information in a custom tab for the specified account.
accountId - The external account number (int) or account ID Guid.customTabId - CustomTabsApi.UpdateOptions - Options for modifying the method behavior.ApiExceptionpublic void delete(String accountId, String customTabId) throws ApiException
Deletes custom tab information. Deletes the custom from the specified account.
accountId - The external account number (int) or account ID Guid.customTabId - CustomTabsApi.DeleteOptions - Options for modifying the method behavior.ApiExceptionCopyright © 2017. All Rights Reserved.