public class ListCustomField extends Object
Constructor and Description |
---|
ListCustomField() |
Modifier and Type | Method and Description |
---|---|
ListCustomField |
addListItemsItem(String listItemsItem) |
ListCustomField |
configurationType(String configurationType) |
boolean |
equals(Object o) |
ListCustomField |
errorDetails(ErrorDetails errorDetails) |
ListCustomField |
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()
An ID used to specify a custom field.
|
List<String> |
getListItems() |
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() |
ListCustomField |
listItems(List<String> listItems) |
ListCustomField |
name(String name) |
ListCustomField |
required(String required) |
void |
setConfigurationType(String configurationType) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setFieldId(String fieldId) |
void |
setListItems(List<String> listItems) |
void |
setName(String name) |
void |
setRequired(String required) |
void |
setShow(String show) |
void |
setValue(String value) |
ListCustomField |
show(String show) |
String |
toString() |
ListCustomField |
value(String value) |
public ListCustomField configurationType(String configurationType)
public String getConfigurationType()
public void setConfigurationType(String configurationType)
public ListCustomField errorDetails(ErrorDetails errorDetails)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public ListCustomField fieldId(String fieldId)
public String getFieldId()
public void setFieldId(String fieldId)
public ListCustomField listItems(List<String> listItems)
public ListCustomField addListItemsItem(String listItemsItem)
public ListCustomField name(String name)
public String getName()
public void setName(String name)
public ListCustomField required(String required)
public String getRequired()
public void setRequired(String required)
public ListCustomField show(String show)
public String getShow()
public void setShow(String show)
public ListCustomField value(String value)
public String getValue()
public void setValue(String value)
Copyright © 2018. All rights reserved.