public class SignRequestPrefillTag extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
SignRequestPrefillTag.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
checkboxValue
Checkbox prefill value.
|
protected OffsetDateTime |
dateValue
Date prefill value.
|
protected String |
documentTagId
This references the ID of a specific tag contained in a file of the signature request.
|
protected String |
textValue
Text prefill value.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
SignRequestPrefillTag() |
protected |
SignRequestPrefillTag(SignRequestPrefillTag.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getCheckboxValue() |
OffsetDateTime |
getDateValue() |
String |
getDocumentTagId() |
String |
getTextValue() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String documentTagId
protected Boolean checkboxValue
protected OffsetDateTime dateValue
public SignRequestPrefillTag()
protected SignRequestPrefillTag(SignRequestPrefillTag.Builder builder)
public String getDocumentTagId()
public String getTextValue()
public Boolean getCheckboxValue()
public OffsetDateTime getDateValue()