public class Signature extends AbstractResource
Modifier and Type | Field and Description |
---|---|
static String |
SIGNATURE_ID |
static String |
SIGNATURE_KEY |
static String |
SIGNER_DECLINE_REASON |
static String |
SIGNER_EMAIL_ADDRESS |
static String |
SIGNER_LAST_REMINDED_AT |
static String |
SIGNER_LAST_VIEWED_AT |
static String |
SIGNER_NAME |
static String |
SIGNER_ORDER |
static String |
SIGNER_SIGNED_AT |
static String |
SIGNER_STATUS_CODE |
dataObj, warnings
Constructor and Description |
---|
Signature() |
Signature(org.json.JSONObject json) |
Modifier and Type | Method and Description |
---|---|
Date |
getDateSigned()
Returns the date the signer signed the request.
|
String |
getDeclineReason()
Returns the reason the signer declined this request.
|
String |
getEmail()
Returns the email address of the signer.
|
String |
getId()
Returns the ID of the signer.
|
Date |
getLastReminded()
Returns the date at which the last reminder was sent to this signer.
|
Date |
getLastViewed()
Returns the date the signer last viewed the request.
|
String |
getName()
Returns the name of the signer.
|
Integer |
getOrder()
Returns the order of this signer.
|
SignatureStatus |
getStatus()
Returns the status of this signature/signer.
|
String |
getStatusString()
Returns the status in string format.
|
boolean |
hasEmail()
Returns true if this signature object has an email address.
|
boolean |
hasId()
Returns true if this signature object has a signature ID.
|
boolean |
hasName()
Returns true if this signature object has a name
|
add, addToList, clearList, get, getBoolean, getConstructor, getDate, getInteger, getJSONObject, getList, getList, getLong, getString, getWarnings, has, hasString, set, toString, toString
public static final String SIGNATURE_KEY
public static final String SIGNATURE_ID
public static final String SIGNER_EMAIL_ADDRESS
public static final String SIGNER_NAME
public static final String SIGNER_ORDER
public static final String SIGNER_STATUS_CODE
public static final String SIGNER_SIGNED_AT
public static final String SIGNER_LAST_VIEWED_AT
public static final String SIGNER_LAST_REMINDED_AT
public static final String SIGNER_DECLINE_REASON
public Signature()
public Signature(org.json.JSONObject json) throws HelloSignException
HelloSignException
public String getId()
public boolean hasId()
public String getEmail()
public boolean hasEmail()
public String getName()
public boolean hasName()
public Integer getOrder()
public SignatureStatus getStatus()
public String getStatusString()
public Date getDateSigned()
public Date getLastViewed()
public Date getLastReminded()
public String getDeclineReason()
Copyright © 2017 HelloSign. All rights reserved.