@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class TextCustomField extends Object
| Constructor and Description |
|---|
TextCustomField() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getConfigurationType()
If merge field’s are being used, specifies the type of the merge field.
|
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 getConfigurationType()
If merge field’s are being used, specifies the type of the merge field. The only supported value is salesforce.
public void setConfigurationType(String configurationType)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getFieldId()
An ID used to specify a custom field.
public void setFieldId(String fieldId)
public String getName()
The name of the custom field.
public void setName(String name)
public String getRequired()
When set to true, the signer is required to fill out this tab
public void setRequired(String required)
public String getShow()
A boolean indicating if the value should be displayed.
public void setShow(String show)
public String getValue()
The value of the custom field.
public void setValue(String value)
Copyright © 2017. All Rights Reserved.