public static class SignRequestSignerSignerDecisionField.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalInfo |
protected OffsetDateTime |
finalizedAt |
protected EnumWrapper<SignRequestSignerSignerDecisionTypeField> |
type |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SignRequestSignerSignerDecisionField.Builder |
additionalInfo(String additionalInfo) |
SignRequestSignerSignerDecisionField |
build() |
SignRequestSignerSignerDecisionField.Builder |
finalizedAt(OffsetDateTime finalizedAt) |
SignRequestSignerSignerDecisionField.Builder |
type(EnumWrapper<SignRequestSignerSignerDecisionTypeField> type) |
SignRequestSignerSignerDecisionField.Builder |
type(SignRequestSignerSignerDecisionTypeField type) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<SignRequestSignerSignerDecisionTypeField> type
protected OffsetDateTime finalizedAt
protected String additionalInfo
public Builder()
public SignRequestSignerSignerDecisionField.Builder type(SignRequestSignerSignerDecisionTypeField type)
public SignRequestSignerSignerDecisionField.Builder type(EnumWrapper<SignRequestSignerSignerDecisionTypeField> type)
public SignRequestSignerSignerDecisionField.Builder finalizedAt(OffsetDateTime finalizedAt)
public SignRequestSignerSignerDecisionField.Builder additionalInfo(String additionalInfo)
public SignRequestSignerSignerDecisionField build()