public class SignRequestSignerSignerDecisionField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
SignRequestSignerSignerDecisionField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalInfo
Additional info about the decision, such as the decline reason from the signer.
|
protected OffsetDateTime |
finalizedAt
Date and Time that the decision was made.
|
protected EnumWrapper<SignRequestSignerSignerDecisionTypeField> |
type
Type of decision made by the signer.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
SignRequestSignerSignerDecisionField() |
protected |
SignRequestSignerSignerDecisionField(SignRequestSignerSignerDecisionField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAdditionalInfo() |
OffsetDateTime |
getFinalizedAt() |
EnumWrapper<SignRequestSignerSignerDecisionTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<SignRequestSignerSignerDecisionTypeField> type
protected OffsetDateTime finalizedAt
protected String additionalInfo
public SignRequestSignerSignerDecisionField()
protected SignRequestSignerSignerDecisionField(SignRequestSignerSignerDecisionField.Builder builder)
public EnumWrapper<SignRequestSignerSignerDecisionTypeField> getType()
public OffsetDateTime getFinalizedAt()
public String getAdditionalInfo()