| Package | Description |
|---|---|
| com.hellosign.sdk | |
| com.hellosign.sdk.resource | |
| com.hellosign.sdk.resource.support | |
| com.hellosign.sdk.resource.support.types |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedResponse |
HelloSignClient.getEmbeddedTemplateEditUrl(String templateId,
boolean skipSignerRoles,
boolean skipSubjectMessage,
boolean testMode,
Map<String,FieldType> mergeFields,
List<String> ccRoles)
Big kahuna method for editing an embedded template.
|
| 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 |
|---|---|
static String |
TemplateDraft.serializeMergeFields(Map<String,FieldType> mergeFields)
Helper method to convert a Java Map into the JSON string required
by the HelloSign API.
|
| Modifier and Type | Method and Description |
|---|---|
FieldType |
ResponseData.getType() |
FieldType |
CustomField.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseData.setType(FieldType type) |
void |
CustomField.setType(FieldType type)
Set the type for this custom field.
|
| Constructor and Description |
|---|
FormField(FieldType type,
String name,
int signer,
int x,
int y,
int height,
int width,
int page)
Constructor to be used when creating a new FormField object.
|
| 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 © 2019 HelloSign. All rights reserved.