public class CustomFieldV2 extends Object
| Constructor and Description |
|---|
CustomFieldV2() |
| Modifier and Type | Method and Description |
|---|---|
CustomFieldV2 |
configurationType(String configurationType) |
boolean |
equals(Object o) |
CustomFieldV2 |
errorDetails(ErrorDetails errorDetails) |
CustomFieldV2 |
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() |
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() |
CustomFieldV2 |
name(String name) |
CustomFieldV2 |
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) |
CustomFieldV2 |
show(String show) |
String |
toString() |
CustomFieldV2 |
value(String value) |
public CustomFieldV2 configurationType(String configurationType)
public String getConfigurationType()
public void setConfigurationType(String configurationType)
public CustomFieldV2 errorDetails(ErrorDetails errorDetails)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public CustomFieldV2 fieldId(String fieldId)
public String getFieldId()
public void setFieldId(String fieldId)
public CustomFieldV2 name(String name)
public String getName()
public void setName(String name)
public CustomFieldV2 required(String required)
public String getRequired()
public void setRequired(String required)
public CustomFieldV2 show(String show)
public String getShow()
public void setShow(String show)
public CustomFieldV2 value(String value)
public String getValue()
public void setValue(String value)
Copyright © 2020. All rights reserved.