Package com.docusign.esign.model
Class CaptiveRecipient
- java.lang.Object
-
- com.docusign.esign.model.CaptiveRecipient
-
public class CaptiveRecipient extends java.lang.ObjectCaptiveRecipient.
-
-
Constructor Summary
Constructors Constructor Description CaptiveRecipient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CaptiveRecipientclientUserId(java.lang.String clientUserId)clientUserId.CaptiveRecipientemail(java.lang.String email)email.booleanequals(java.lang.Object o)Compares objects.CaptiveRecipienterrorDetails(ErrorDetails errorDetails)errorDetails.java.lang.StringgetClientUserId()Specifies whether the recipient is embedded or remote.java.lang.StringgetEmail()Specifies the email address associated with the captive recipient..ErrorDetailsgetErrorDetails()Get errorDetails.java.lang.StringgetUserName()Specifies the user name associated with the captive recipient..inthashCode()Returns the HashCode.voidsetClientUserId(java.lang.String clientUserId)setClientUserId.voidsetEmail(java.lang.String email)setEmail.voidsetErrorDetails(ErrorDetails errorDetails)setErrorDetails.voidsetUserName(java.lang.String userName)setUserName.java.lang.StringtoString()Converts the given object to string.CaptiveRecipientuserName(java.lang.String userName)userName.
-
-
-
Method Detail
-
clientUserId
public CaptiveRecipient clientUserId(java.lang.String clientUserId)
clientUserId.- Returns:
- CaptiveRecipient
-
getClientUserId
public java.lang.String getClientUserId()
Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. .- Returns:
- clientUserId
-
setClientUserId
public void setClientUserId(java.lang.String clientUserId)
setClientUserId.
-
email
public CaptiveRecipient email(java.lang.String email)
email.- Returns:
- CaptiveRecipient
-
getEmail
public java.lang.String getEmail()
Specifies the email address associated with the captive recipient..- Returns:
-
setEmail
public void setEmail(java.lang.String email)
setEmail.
-
errorDetails
public CaptiveRecipient errorDetails(ErrorDetails errorDetails)
errorDetails.- Returns:
- CaptiveRecipient
-
getErrorDetails
public ErrorDetails getErrorDetails()
Get errorDetails.- Returns:
- errorDetails
-
setErrorDetails
public void setErrorDetails(ErrorDetails errorDetails)
setErrorDetails.
-
userName
public CaptiveRecipient userName(java.lang.String userName)
userName.- Returns:
- CaptiveRecipient
-
getUserName
public java.lang.String getUserName()
Specifies the user name associated with the captive recipient..- Returns:
- userName
-
setUserName
public void setUserName(java.lang.String userName)
setUserName.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-