@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2016-04-27T11:06:30.816-07:00") public class Recipients extends Object
| Constructor and Description |
|---|
Recipients() |
| Modifier and Type | Method and Description |
|---|---|
Recipients |
agents(List<Agent> agents)
A complex type defining the management and access rights of a recipient assigned assigned as an agent on the document.
|
Recipients |
carbonCopies(List<CarbonCopy> carbonCopies)
A complex type containing information about recipients who should receive a copy of the envelope, but does not need to sign it.
|
Recipients |
certifiedDeliveries(List<CertifiedDelivery> certifiedDeliveries)
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.
|
Recipients |
currentRoutingOrder(String currentRoutingOrder) |
Recipients |
editors(List<Editor> editors)
A complex type defining the management and access rights of a recipient assigned assigned as an editor on the document.
|
boolean |
equals(Object o) |
Recipients |
errorDetails(ErrorDetails errorDetails) |
List<Agent> |
getAgents() |
List<CarbonCopy> |
getCarbonCopies() |
List<CertifiedDelivery> |
getCertifiedDeliveries() |
String |
getCurrentRoutingOrder() |
List<Editor> |
getEditors() |
ErrorDetails |
getErrorDetails() |
List<InPersonSigner> |
getInPersonSigners() |
List<Intermediary> |
getIntermediaries() |
String |
getRecipientCount() |
List<Signer> |
getSigners() |
int |
hashCode() |
Recipients |
inPersonSigners(List<InPersonSigner> inPersonSigners)
Specifies a signer that is in the same physical location as a DocuSign user who will act as a Signing Host for the transaction.
|
Recipients |
intermediaries(List<Intermediary> intermediaries)
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).
|
Recipients |
recipientCount(String recipientCount) |
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) |
Recipients |
signers(List<Signer> signers)
A complex type containing information about the Signer recipient.
|
String |
toString() |
public Recipients signers(List<Signer> signers)
public Recipients agents(List<Agent> agents)
public Recipients editors(List<Editor> editors)
public Recipients intermediaries(List<Intermediary> intermediaries)
public List<Intermediary> getIntermediaries()
public void setIntermediaries(List<Intermediary> intermediaries)
public Recipients carbonCopies(List<CarbonCopy> carbonCopies)
public List<CarbonCopy> getCarbonCopies()
public void setCarbonCopies(List<CarbonCopy> carbonCopies)
public Recipients certifiedDeliveries(List<CertifiedDelivery> certifiedDeliveries)
public List<CertifiedDelivery> getCertifiedDeliveries()
public void setCertifiedDeliveries(List<CertifiedDelivery> certifiedDeliveries)
public Recipients inPersonSigners(List<InPersonSigner> inPersonSigners)
public List<InPersonSigner> getInPersonSigners()
public void setInPersonSigners(List<InPersonSigner> inPersonSigners)
public Recipients recipientCount(String recipientCount)
public String getRecipientCount()
public void setRecipientCount(String recipientCount)
public Recipients currentRoutingOrder(String currentRoutingOrder)
public String getCurrentRoutingOrder()
public void setCurrentRoutingOrder(String currentRoutingOrder)
public Recipients errorDetails(ErrorDetails errorDetails)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
Copyright © 2016. All rights reserved.