@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-14T16:41:01.888-08:00") public class TextCustomField extends Object
| Constructor and Description |
|---|
TextCustomField() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getConfigurationType() |
ErrorDetails |
getErrorDetails() |
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() |
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) |
String |
toString() |
public String getFieldId()
public void setFieldId(String fieldId)
public String getName()
public void setName(String name)
public String getShow()
public void setShow(String show)
public String getRequired()
public void setRequired(String required)
public String getValue()
public void setValue(String value)
public String getConfigurationType()
public void setConfigurationType(String configurationType)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
Copyright © 2016. All rights reserved.