public class TemplateSignerInput extends SignRequestPrefillTag
| Modifier and Type | Class and Description |
|---|---|
static class |
TemplateSignerInput.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected EnumWrapper<TemplateSignerInputContentTypeField> |
contentType
Content type of input.
|
protected TemplateSignerInputCoordinatesField |
coordinates
Where the input is located on a page.
|
protected TemplateSignerInputDimensionsField |
dimensions
The size of the input.
|
protected String |
documentId
Document identifier.
|
protected List<String> |
dropdownChoices
When the input is of the type `dropdown` this values will be filled with all the dropdown
options.
|
protected String |
groupId
When the input is of type `radio` they can be grouped to gather with this identifier.
|
protected Boolean |
isRequired
Whether or not the input is required.
|
protected String |
label
The label field is used especially for text, attachment, radio, and checkbox type inputs.
|
protected long |
pageIndex
Index of page that the input is on.
|
protected Boolean |
readOnly
Indicates whether this input is read-only (cannot be modified by signers).
|
protected EnumWrapper<TemplateSignerInputTypeField> |
type
Type of input.
|
protected SignRequestSignerInputValidation |
validation
Specifies the formatting rules that signers must follow for text field inputs.
|
checkboxValue, dateValue, documentTagId, textValueexplicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
TemplateSignerInput(long pageIndex) |
protected |
TemplateSignerInput(TemplateSignerInput.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EnumWrapper<TemplateSignerInputContentTypeField> |
getContentType() |
TemplateSignerInputCoordinatesField |
getCoordinates() |
TemplateSignerInputDimensionsField |
getDimensions() |
String |
getDocumentId() |
List<String> |
getDropdownChoices() |
String |
getGroupId() |
Boolean |
getIsRequired() |
String |
getLabel() |
long |
getPageIndex() |
Boolean |
getReadOnly() |
EnumWrapper<TemplateSignerInputTypeField> |
getType() |
SignRequestSignerInputValidation |
getValidation() |
int |
hashCode() |
String |
toString() |
getCheckboxValue, getDateValue, getDocumentTagId, getTextValuegetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<TemplateSignerInputTypeField> type
protected EnumWrapper<TemplateSignerInputContentTypeField> contentType
protected Boolean isRequired
protected final long pageIndex
protected String documentId
protected List<String> dropdownChoices
protected String groupId
protected TemplateSignerInputCoordinatesField coordinates
protected TemplateSignerInputDimensionsField dimensions
protected String label
protected Boolean readOnly
protected SignRequestSignerInputValidation validation
public TemplateSignerInput(long pageIndex)
protected TemplateSignerInput(TemplateSignerInput.Builder builder)
public EnumWrapper<TemplateSignerInputTypeField> getType()
public EnumWrapper<TemplateSignerInputContentTypeField> getContentType()
public Boolean getIsRequired()
public long getPageIndex()
public String getDocumentId()
public List<String> getDropdownChoices()
public String getGroupId()
public TemplateSignerInputCoordinatesField getCoordinates()
public TemplateSignerInputDimensionsField getDimensions()
public Boolean getReadOnly()
public SignRequestSignerInputValidation getValidation()
public boolean equals(Object o)
equals in class SignRequestPrefillTagpublic int hashCode()
hashCode in class SignRequestPrefillTagpublic String toString()
toString in class SignRequestPrefillTag