Package com.docusign.esign.model
Class DocGenFormField
- java.lang.Object
-
- com.docusign.esign.model.DocGenFormField
-
public class DocGenFormField extends Object
DocGenFormField.
-
-
Constructor Summary
Constructors Constructor Description DocGenFormField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetLabel().StringgetName().StringgetRequired()When set to **true**, the signer is required to fill out this tab.StringgetType().StringgetValue()Specifies the value of the tab.inthashCode()Returns the HashCode.DocGenFormFieldlabel(String label)label.DocGenFormFieldname(String name)name.DocGenFormFieldrequired(String required)required.voidsetLabel(String label)setLabel.voidsetName(String name)setName.voidsetRequired(String required)setRequired.voidsetType(String type)setType.voidsetValue(String value)setValue.StringtoString()Converts the given object to string.DocGenFormFieldtype(String type)type.DocGenFormFieldvalue(String value)value.
-
-
-
Method Detail
-
label
public DocGenFormField label(String label)
label.- Returns:
- DocGenFormField
-
getLabel
public String getLabel()
.- Returns:
- label
-
setLabel
public void setLabel(String label)
setLabel.
-
name
public DocGenFormField name(String name)
name.- Returns:
- DocGenFormField
-
getName
public String getName()
.- Returns:
- name
-
setName
public void setName(String name)
setName.
-
required
public DocGenFormField required(String required)
required.- Returns:
- DocGenFormField
-
getRequired
public String getRequired()
When set to **true**, the signer is required to fill out this tab.- Returns:
- required
-
setRequired
public void setRequired(String required)
setRequired.
-
type
public DocGenFormField type(String type)
type.- Returns:
- DocGenFormField
-
getType
public String getType()
.- Returns:
- type
-
setType
public void setType(String type)
setType.
-
value
public DocGenFormField value(String value)
value.- Returns:
- DocGenFormField
-
getValue
public String getValue()
Specifies the value of the tab. .- Returns:
- value
-
setValue
public void setValue(String value)
setValue.
-
equals
public boolean equals(Object o)
Compares objects.
-
-