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
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
Return the recipient email address.getName()
Return the recipient name.int
Return the receipt ID.int
Return the routing order.void
Set the recipient email address.void
Set the recipient name.void
setRecipientId
(int recipientId) Set the Recipient ID.void
setRoutingOrder
(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.
-