Package com.avoka.component.docusign
Class DocuSignRecipient
java.lang.Object
com.avoka.component.docusign.DocuSignRecipient
Provides a DocuSign envelope Recipient class. This class is used with the DocuSignClient when creating a DocuSign Envelope.
- Since:
- 3.6.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()Return the recipient email address.getName()Return the recipient name.intReturn the receipt ID.intReturn the routing order.voidSet the recipient email address.voidSet the recipient name.voidsetRecipientId(int recipientId) Set the Recipient ID.voidsetRoutingOrder(int routingOrder) Set the routing order.toString()Return the string representation of the object.
-
Constructor Details
-
DocuSignRecipient
public DocuSignRecipient()
-
-
Method Details
-
getRecipientId
public int getRecipientId()Return the receipt ID.- Returns:
- the receipt ID
-
setRecipientId
public void setRecipientId(int recipientId) Set the Recipient ID.- Parameters:
recipientId- the receipt ID to set
-
getRoutingOrder
public int getRoutingOrder()Return the routing order.- Returns:
- the routing order.
-
setRoutingOrder
public void setRoutingOrder(int routingOrder) Set the routing order.- Parameters:
routingOrder- the routing order
-
getEmail
Return the recipient email address.- Returns:
- the recipient email address
-
setEmail
Set the recipient email address.- Parameters:
email- the recipient email address
-
getName
Return the recipient name.- Returns:
- the recipient name
-
setName
Set the recipient name.- Parameters:
name- the recipient name
-
toString
Return the string representation of the object.
-