@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class TemplateRecipients extends Object
| Constructor and Description |
|---|
TemplateRecipients() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Agent> |
getAgents()
A complex type defining the management and access rights of a recipient assigned assigned as an agent on the document.
|
List<CarbonCopy> |
getCarbonCopies()
A complex type containing information about recipients who should receive a copy of the envelope, but does not need to sign it.
|
List<CertifiedDelivery> |
getCertifiedDeliveries()
A complex type containing information on a recipient the must receive the completed documents for the envelope to be completed, but the recipient does not need to sign, initial, date, or add information to any of the documents.
|
String |
getCurrentRoutingOrder() |
List<Editor> |
getEditors() |
ErrorDetails |
getErrorDetails() |
List<InPersonSigner> |
getInPersonSigners()
Specifies a signer that is in the same physical location as a DocuSign user who will act as a Signing Host for the transaction.
|
List<Intermediary> |
getIntermediaries()
Identifies a recipient that can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order (until subsequent Agents, Editors or Intermediaries recipient types are added).
|
String |
getRecipientCount()
The list of recipient event statuses that will trigger Connect to send updates to the url.
|
List<Signer> |
getSigners()
A complex type containing information about the Signer recipient.
|
int |
hashCode() |
void |
setAgents(List<Agent> agents) |
void |
setCarbonCopies(List<CarbonCopy> carbonCopies) |
void |
setCertifiedDeliveries(List<CertifiedDelivery> certifiedDeliveries) |
void |
setCurrentRoutingOrder(String currentRoutingOrder) |
void |
setEditors(List<Editor> editors) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setInPersonSigners(List<InPersonSigner> inPersonSigners) |
void |
setIntermediaries(List<Intermediary> intermediaries) |
void |
setRecipientCount(String recipientCount) |
void |
setSigners(List<Signer> signers) |
String |
toString() |
public List<Agent> getAgents()
public List<CarbonCopy> getCarbonCopies()
public void setCarbonCopies(List<CarbonCopy> carbonCopies)
public List<CertifiedDelivery> getCertifiedDeliveries()
public void setCertifiedDeliveries(List<CertifiedDelivery> certifiedDeliveries)
public String getCurrentRoutingOrder()
public void setCurrentRoutingOrder(String currentRoutingOrder)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public List<InPersonSigner> getInPersonSigners()
public void setInPersonSigners(List<InPersonSigner> inPersonSigners)
public List<Intermediary> getIntermediaries()
public void setIntermediaries(List<Intermediary> intermediaries)
public String getRecipientCount()
public void setRecipientCount(String recipientCount)
public List<Signer> getSigners()
Copyright © 2017. All rights reserved.