Package | Description |
---|---|
com.hellosign.sdk.resource |
Modifier and Type | Method and Description |
---|---|
Map<String,Signer> |
TemplateSignatureRequest.getSigners()
Returns a reference to the signers list.
|
List<Signer> |
SignatureRequest.getSigners()
Returns a reference to the signers list.
|
Modifier and Type | Method and Description |
---|---|
void |
SignatureRequest.addSigner(Signer signer)
Adds the signer to the list of signers for this request.
|
Modifier and Type | Method and Description |
---|---|
void |
SignatureRequest.setSigners(List<Signer> signers)
Overwrites the current list of signers for this request with the
given list.
|
void |
TemplateSignatureRequest.setSigners(Map<String,Signer> signers)
Overwrites the current list of signers for this request with the
given list.
|
Copyright © 2016 HelloSign. All rights reserved.