| Package | Description |
|---|---|
| com.hellosign.sdk.resource | |
| com.hellosign.sdk.resource.support | |
| com.hellosign.sdk.resource.support.types |
| Modifier and Type | Method and Description |
|---|---|
Map<String,FieldType> |
TemplateDraft.getMergeFields()
Returns the current map of merge field names to types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateDraft.addMergeField(String name,
FieldType type)
Add merge fields to the template draft.
|
| Modifier and Type | Method and Description |
|---|---|
FieldType |
ResponseData.getType() |
FieldType |
FormField.getType() |
FieldType |
CustomField.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseData.setType(FieldType type) |
void |
FormField.setType(FieldType type) |
void |
CustomField.setType(FieldType type)
Set the type for this custom field.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldType |
FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldType[] |
FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 HelloSign. All rights reserved.