public class BoxSignRequestSigner.BoxSignerDecision extends BoxJSONObject
Constructor and Description |
---|
BoxSignerDecision(JsonObject jsonObject)
Constructs a BoxSignerDecision object using an already parsed JSON object.
|
Modifier and Type | Method and Description |
---|---|
String |
getAdditionalInfo()
Gets the additional info about the decision, such as the decline reason from the signer.
|
Date |
getFinalizedAt()
Gets the date/time that the decision was made.
|
BoxSignRequestSigner.BoxSignRequestSignerDecisionType |
getType()
Gets the type of decision made by signer.
|
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public BoxSignerDecision(JsonObject jsonObject)
jsonObject
- the parsed JSON object.public BoxSignRequestSigner.BoxSignRequestSignerDecisionType getType()
public Date getFinalizedAt()
public String getAdditionalInfo()