Package | Description |
---|---|
com.hellosign.sdk.resource |
Modifier and Type | Method and Description |
---|---|
Signature |
Event.getRelatedSignature()
Returns the associated Signature object with this event, if the event is
associated with a Signature Request.
|
Signature |
SignatureRequest.getSignature(String email,
String name)
Returns the signature for the given email/name combination, or null if
not found on this request.
|
Signature |
SignatureRequest.getSignatureBySigner(String email,
String name)
Deprecated.
Use getSignature(email, name)
|
Modifier and Type | Method and Description |
---|---|
List<Signature> |
SignatureRequest.getSignatures()
Returns a list of signatures for this request.
|
Copyright © 2017 HelloSign. All rights reserved.