@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class CustomFieldV2 extends Object
| Constructor and Description |
|---|
CustomFieldV2() |
| 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() |
String |
getName() |
String |
getRequired()
When set to true, the signer is required to fill out this tab
|
String |
getShow() |
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()
public void setFieldId(String fieldId)
public String getName()
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()
public void setShow(String show)
public String getValue()
The value of the custom field.
public void setValue(String value)
Copyright © 2017. All Rights Reserved.