Class RecipientEmail


  • public class RecipientEmail
    extends Object
    RecipientEmail
    • Constructor Detail

      • RecipientEmail

        public RecipientEmail()
    • Method Detail

      • getAccountId

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

        public void setAccountId​(String accountId)
      • getAccountName

        public String getAccountName()
        Returns:
        accountName
      • setAccountName

        public void setAccountName​(String accountName)
      • getEmail

        public String getEmail()
        Returns:
        email
      • setEmail

        public void setEmail​(String email)
      • getEnvelopeId

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

        public void setEnvelopeId​(String envelopeId)
      • getName

        public String getName()
        Returns:
        name
      • setName

        public void setName​(String name)
      • getRecipientId

        public 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​(String recipientId)
      • getSupported

        public Boolean getSupported()
        Returns:
        supported
      • setSupported

        public void setSupported​(Boolean supported)
      • getUserId

        public String getUserId()
        Returns:
        userId
      • setUserId

        public void setUserId​(String userId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object