public class FormField extends AbstractResource
dataObj, warnings
Constructor and Description |
---|
FormField() |
FormField(org.json.JSONObject json) |
Modifier and Type | Method and Description |
---|---|
String |
getApiId() |
Integer |
getHeight() |
String |
getName() |
Integer |
getPage() |
Boolean |
getRequired() |
Integer |
getSigner() |
FieldType |
getType() |
String |
getTypeString() |
ValidationType |
getValidationType() |
String |
getValidationTypeString() |
Integer |
getWidth() |
Integer |
getX() |
Integer |
getY() |
boolean |
hasName() |
void |
setApiId(String apiId) |
void |
setHeight(Integer height) |
void |
setName(String name) |
void |
setPage(Integer page) |
void |
setRequired(Boolean required) |
void |
setSigner(Integer signer) |
void |
setType(FieldType type) |
void |
setValidationType(ValidationType type) |
void |
setWidth(Integer width) |
void |
setX(Integer x) |
void |
setY(Integer y) |
add, addToList, clearList, get, getBoolean, getConstructor, getDate, getInteger, getJSONObject, getList, getList, getLong, getString, getWarnings, has, hasString, set, toString
public FormField()
public FormField(org.json.JSONObject json) throws HelloSignException
HelloSignException
public String getApiId()
public void setApiId(String apiId)
public String getName()
public void setName(String name)
public boolean hasName()
public FieldType getType()
public void setType(FieldType type)
public String getTypeString()
public Integer getX()
public void setX(Integer x)
public Integer getY()
public void setY(Integer y)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
public Integer getSigner()
public void setSigner(Integer signer)
public Boolean getRequired()
public void setRequired(Boolean required)
public void setPage(Integer page)
public Integer getPage()
public void setValidationType(ValidationType type)
public ValidationType getValidationType()
public String getValidationTypeString()
Copyright © 2016 HelloSign. All rights reserved.