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 Boolean |
isValidated
Indicates whether the signer's input has been validated through re-authentication.
|
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 String |
reason
The reason for the signer's input, applicable to signature or initial content types in a
`cfr11` request flow.
|
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() |
Boolean |
getIsValidated() |
long |
getPageIndex() |
Boolean |
getReadOnly() |
String |
getReason() |
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
protected String reason
protected Boolean isValidated
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 getIsValidated()
public boolean equals(Object o)
equals in class SignRequestPrefillTagpublic int hashCode()
hashCode in class SignRequestPrefillTagpublic String toString()
toString in class SignRequestPrefillTag