Package | Description |
---|---|
com.hellosign.sdk.resource |
Modifier and Type | Method and Description |
---|---|
List<Document> |
Template.getDocuments() |
List<Document> |
AbstractRequest.getDocuments()
Returns a reference to the list of documents for this request.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractRequest.addDocument(Document doc)
Adds a Document to the signature request.
|
void |
AbstractRequest.addDocument(Document doc,
int order)
Adds a Document to the signature request at the specific order.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractRequest.setDocuments(List<Document> docs)
Overwrites this requests document list with the provided document list.
|
Copyright © 2015 HelloSign. All rights reserved.