@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2016-07-18T18:11:15.675-07:00") public class TextCustomField extends Object
| Constructor and Description |
|---|
TextCustomField() |
| Modifier and Type | Method and Description |
|---|---|
TextCustomField |
configurationType(String configurationType)
If merge field's are being used, specifies the type of the merge field.
|
boolean |
equals(Object o) |
TextCustomField |
errorDetails(ErrorDetails errorDetails) |
TextCustomField |
fieldId(String fieldId)
An ID used to specify a custom field.
|
String |
getConfigurationType() |
ErrorDetails |
getErrorDetails() |
String |
getFieldId() |
String |
getName() |
String |
getRequired() |
String |
getShow() |
String |
getValue() |
int |
hashCode() |
TextCustomField |
name(String name)
The name of the custom field.
|
TextCustomField |
required(String required)
When set to **true**, the signer is required to fill out this tab
|
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)
A boolean indicating if the value should be displayed.
|
String |
toString() |
TextCustomField |
value(String value)
The value of the custom field.
|
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 show(String show)
public String getShow()
public void setShow(String show)
public TextCustomField required(String required)
public String getRequired()
public void setRequired(String required)
public TextCustomField value(String value)
public String getValue()
public void setValue(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)
Copyright © 2016. All rights reserved.