| Package | Description |
|---|---|
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
CustomFieldV2 |
CustomFieldV2.configurationType(String configurationType)
If merge field's are being used, specifies the type of the merge field.
|
CustomFieldV2 |
CustomFieldV2.errorDetails(ErrorDetails errorDetails) |
CustomFieldV2 |
CustomFieldV2.fieldId(String fieldId) |
CustomFieldV2 |
CustomFieldV2.name(String name) |
CustomFieldV2 |
CustomFieldV2.required(String required)
When set to **true**, the signer is required to fill out this tab
|
CustomFieldV2 |
CustomFieldV2.show(String show) |
CustomFieldV2 |
CustomFieldV2.value(String value)
The value of the custom field.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomFieldV2> |
FolderItem.getCustomFields() |
| Modifier and Type | Method and Description |
|---|---|
FolderItem |
FolderItem.customFields(List<CustomFieldV2> customFields)
An optional array of strings that allows the sender to provide custom data about the recipient.
|
void |
FolderItem.setCustomFields(List<CustomFieldV2> customFields) |
Copyright © 2016. All rights reserved.