| Package | Description |
|---|---|
| com.hellosign.sdk | |
| com.hellosign.sdk.resource |
| Modifier and Type | Method and Description |
|---|---|
SignatureRequest |
HelloSignClient.getSignatureRequest(String id)
Retrieves a Signature Request with the given ID.
|
SignatureRequest |
HelloSignClient.requestEmailReminder(String requestId,
String email)
Instructs HelloSign to email the given address with a reminder to sign
the SignatureRequest referenced by the given request ID.
|
SignatureRequest |
HelloSignClient.sendSignatureRequest(SignatureRequest req)
Sends the provided signature request to HelloSign.
|
SignatureRequest |
HelloSignClient.sendTemplateSignatureRequest(TemplateSignatureRequest req)
Creates a new Signature Request based on the template provided.
|
SignatureRequest |
HelloSignClient.updateSignatureRequest(String signatureRequestId,
String signatureId,
String newEmailAddress)
Update a signer's email address.
|
| Modifier and Type | Method and Description |
|---|---|
SignatureRequest |
HelloSignClient.sendSignatureRequest(SignatureRequest req)
Sends the provided signature request to HelloSign.
|
| Modifier and Type | Method and Description |
|---|---|
SignatureRequest |
Event.getSignatureRequest()
Returns a reference to the SignatureRequest that is attached to the
Event.
|
Copyright © 2019 HelloSign. All rights reserved.