Class RecipientEmail


  • public class RecipientEmail
    extends java.lang.Object
    RecipientEmail
    • Constructor Detail

      • RecipientEmail

        public RecipientEmail()
    • Method Detail

      • accountId

        public RecipientEmail accountId​(java.lang.String accountId)
      • getAccountId

        public java.lang.String getAccountId()
        The account ID associated with the envelope.
        Returns:
        accountId
      • setAccountId

        public void setAccountId​(java.lang.String accountId)
      • accountName

        public RecipientEmail accountName​(java.lang.String accountName)
      • getAccountName

        public java.lang.String getAccountName()
        Returns:
        accountName
      • setAccountName

        public void setAccountName​(java.lang.String accountName)
      • getEmail

        public java.lang.String getEmail()
        Returns:
        email
      • setEmail

        public void setEmail​(java.lang.String email)
      • envelopeId

        public RecipientEmail envelopeId​(java.lang.String envelopeId)
      • getEnvelopeId

        public java.lang.String getEnvelopeId()
        The envelope ID of the envelope status that failed to post.
        Returns:
        envelopeId
      • setEnvelopeId

        public void setEnvelopeId​(java.lang.String envelopeId)
      • getName

        public java.lang.String getName()
        Returns:
        name
      • setName

        public void setName​(java.lang.String name)
      • recipientId

        public RecipientEmail recipientId​(java.lang.String recipientId)
      • getRecipientId

        public java.lang.String getRecipientId()
        Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.
        Returns:
        recipientId
      • setRecipientId

        public void setRecipientId​(java.lang.String recipientId)
      • supported

        public RecipientEmail supported​(java.lang.Boolean supported)
      • getSupported

        public java.lang.Boolean getSupported()
        Returns:
        supported
      • setSupported

        public void setSupported​(java.lang.Boolean supported)
      • getUserId

        public java.lang.String getUserId()
        Returns:
        userId
      • setUserId

        public void setUserId​(java.lang.String userId)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object