Package com.docusign.esign.model
Class RecipientEmail
- java.lang.Object
-
- com.docusign.esign.model.RecipientEmail
-
public class RecipientEmail extends java.lang.ObjectRecipientEmail
-
-
Constructor Summary
Constructors Constructor Description RecipientEmail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipientEmailaccountId(java.lang.String accountId)RecipientEmailaccountName(java.lang.String accountName)RecipientEmailemail(java.lang.String email)RecipientEmailenvelopeId(java.lang.String envelopeId)booleanequals(java.lang.Object o)java.lang.StringgetAccountId()The account ID associated with the envelope.java.lang.StringgetAccountName()java.lang.StringgetEmail()java.lang.StringgetEnvelopeId()The envelope ID of the envelope status that failed to post.java.lang.StringgetName()java.lang.StringgetRecipientId()Unique for the recipient.java.lang.BooleangetSupported()java.lang.StringgetUserId()inthashCode()RecipientEmailname(java.lang.String name)RecipientEmailrecipientId(java.lang.String recipientId)voidsetAccountId(java.lang.String accountId)voidsetAccountName(java.lang.String accountName)voidsetEmail(java.lang.String email)voidsetEnvelopeId(java.lang.String envelopeId)voidsetName(java.lang.String name)voidsetRecipientId(java.lang.String recipientId)voidsetSupported(java.lang.Boolean supported)voidsetUserId(java.lang.String userId)RecipientEmailsupported(java.lang.Boolean supported)java.lang.StringtoString()RecipientEmailuserId(java.lang.String userId)
-
-
-
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)
-
email
public RecipientEmail email(java.lang.String email)
-
getEmail
public java.lang.String getEmail()
- Returns:
-
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)
-
name
public RecipientEmail name(java.lang.String name)
-
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)
-
userId
public RecipientEmail userId(java.lang.String userId)
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-