public class TextCustomField extends Object
| Constructor and Description |
|---|
TextCustomField() |
| Modifier and Type | Method and Description |
|---|---|
TextCustomField |
configurationType(String configurationType) |
boolean |
equals(Object o) |
TextCustomField |
errorDetails(ErrorDetails errorDetails) |
TextCustomField |
fieldId(String fieldId) |
String |
getConfigurationType()
If merge field's are being used, specifies the type of the merge field.
|
ErrorDetails |
getErrorDetails()
Get errorDetails
|
String |
getFieldId()
An ID used to specify a custom field.
|
String |
getName()
The name of the custom field.
|
String |
getRequired()
When set to **true**, the signer is required to fill out this tab
|
String |
getShow()
A boolean indicating if the value should be displayed.
|
String |
getValue()
The value of the custom field.
|
int |
hashCode() |
TextCustomField |
name(String name) |
TextCustomField |
required(String required) |
void |
setConfigurationType(String configurationType) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setFieldId(String fieldId) |
void |
setName(String name) |
void |
setRequired(String required) |
void |
setShow(String show) |
void |
setValue(String value) |
TextCustomField |
show(String show) |
String |
toString() |
TextCustomField |
value(String value) |
public TextCustomField configurationType(String configurationType)
public String getConfigurationType()
public void setConfigurationType(String configurationType)
public TextCustomField errorDetails(ErrorDetails errorDetails)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public TextCustomField fieldId(String fieldId)
public String getFieldId()
public void setFieldId(String fieldId)
public TextCustomField name(String name)
public String getName()
public void setName(String name)
public TextCustomField required(String required)
public String getRequired()
public void setRequired(String required)
public TextCustomField show(String show)
public String getShow()
public void setShow(String show)
public TextCustomField value(String value)
public String getValue()
public void setValue(String value)
Copyright © 2020. All rights reserved.