Class DocuSignRecipient


  • public class DocuSignRecipient
    extends Object
    Provides a DocuSign envelope Recipient class. This class is used with the DocuSignClient when creating a DocuSign Envelope.
    Since:
    3.6.0
    • Constructor Detail

      • DocuSignRecipient

        public DocuSignRecipient()
    • Method Detail

      • 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

        public String getEmail()
        Return the recipient email address.
        Returns:
        the recipient email address
      • setEmail

        public void setEmail​(String email)
        Set the recipient email address.
        Parameters:
        email - the recipient email address
      • getName

        public String getName()
        Return the recipient name.
        Returns:
        the recipient name
      • setName

        public void setName​(String name)
        Set the recipient name.
        Parameters:
        name - the recipient name
      • toString

        public String toString()
        Return the string representation of the object.
        Overrides:
        toString in class Object
        Returns:
        the string representation of the object