Package com.docusign.esign.model
Class CaptiveRecipient
- java.lang.Object
-
- com.docusign.esign.model.CaptiveRecipient
-
public class CaptiveRecipient extends Object
This object contains details about a captive (embedded) recipient..
-
-
Constructor Summary
Constructors Constructor Description CaptiveRecipient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CaptiveRecipientclientUserId(String clientUserId)clientUserId.CaptiveRecipientemail(String email)email.booleanequals(Object o)Compares objects.CaptiveRecipienterrorDetails(ErrorDetails errorDetails)errorDetails.StringgetClientUserId()Specifies whether the recipient is embedded or remote.StringgetEmail()Specifies the email address associated with the captive recipient..ErrorDetailsgetErrorDetails()This object describes errors that occur.StringgetUserName()Specifies the user name associated with the captive recipient..inthashCode()Returns the HashCode.voidsetClientUserId(String clientUserId)setClientUserId.voidsetEmail(String email)setEmail.voidsetErrorDetails(ErrorDetails errorDetails)setErrorDetails.voidsetUserName(String userName)setUserName.StringtoString()Converts the given object to string.CaptiveRecipientuserName(String userName)userName.
-
-
-
Method Detail
-
clientUserId
public CaptiveRecipient clientUserId(String clientUserId)
clientUserId.- Returns:
- CaptiveRecipient
-
getClientUserId
public 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(String clientUserId)
setClientUserId.
-
email
public CaptiveRecipient email(String email)
email.- Returns:
- CaptiveRecipient
-
getEmail
public String getEmail()
Specifies the email address associated with the captive recipient..- Returns:
-
setEmail
public void setEmail(String email)
setEmail.
-
errorDetails
public CaptiveRecipient errorDetails(ErrorDetails errorDetails)
errorDetails.- Returns:
- CaptiveRecipient
-
getErrorDetails
public ErrorDetails getErrorDetails()
This object describes errors that occur. It is only valid for responses and ignored in requests..- Returns:
- errorDetails
-
setErrorDetails
public void setErrorDetails(ErrorDetails errorDetails)
setErrorDetails.
-
userName
public CaptiveRecipient userName(String userName)
userName.- Returns:
- CaptiveRecipient
-
getUserName
public String getUserName()
Specifies the user name associated with the captive recipient..- Returns:
- userName
-
setUserName
public void setUserName(String userName)
setUserName.
-
equals
public boolean equals(Object o)
Compares objects.
-
-