public static class SignRequestPrefillTag.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
checkboxValue |
protected OffsetDateTime |
dateValue |
protected String |
documentTagId |
protected String |
textValue |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SignRequestPrefillTag |
build() |
SignRequestPrefillTag.Builder |
checkboxValue(Boolean checkboxValue) |
SignRequestPrefillTag.Builder |
dateValue(OffsetDateTime dateValue) |
SignRequestPrefillTag.Builder |
documentTagId(String documentTagId) |
SignRequestPrefillTag.Builder |
textValue(String textValue) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String documentTagId
protected Boolean checkboxValue
protected OffsetDateTime dateValue
public Builder()
public SignRequestPrefillTag.Builder documentTagId(String documentTagId)
public SignRequestPrefillTag.Builder textValue(String textValue)
public SignRequestPrefillTag.Builder checkboxValue(Boolean checkboxValue)
public SignRequestPrefillTag.Builder dateValue(OffsetDateTime dateValue)
public SignRequestPrefillTag build()