public class SignRequestSignerInput extends SignRequestPrefillTag
| Modifier and Type | Class and Description |
|---|---|
static class |
SignRequestSignerInput.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected EnumWrapper<SignRequestSignerInputContentTypeField> |
contentType
Content type of input.
|
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<SignRequestSignerInputTypeField> |
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 |
|---|---|
|
SignRequestSignerInput(long pageIndex) |
protected |
SignRequestSignerInput(SignRequestSignerInput.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EnumWrapper<SignRequestSignerInputContentTypeField> |
getContentType() |
long |
getPageIndex() |
Boolean |
getReadOnly() |
EnumWrapper<SignRequestSignerInputTypeField> |
getType() |
SignRequestSignerInputValidation |
getValidation() |
int |
hashCode() |
String |
toString() |
getCheckboxValue, getDateValue, getDocumentTagId, getTextValuegetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<SignRequestSignerInputTypeField> type
protected EnumWrapper<SignRequestSignerInputContentTypeField> contentType
protected final long pageIndex
protected Boolean readOnly
protected SignRequestSignerInputValidation validation
public SignRequestSignerInput(long pageIndex)
protected SignRequestSignerInput(SignRequestSignerInput.Builder builder)
public EnumWrapper<SignRequestSignerInputTypeField> getType()
public EnumWrapper<SignRequestSignerInputContentTypeField> getContentType()
public long getPageIndex()
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