Class CaptiveRecipient


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

      • CaptiveRecipient

        public CaptiveRecipient()
    • 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:
        email
      • setEmail

        public void setEmail​(java.lang.String email)
        setEmail.
      • 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:
        equals in class java.lang.Object
        Returns:
        true or false depending on comparison result.
      • hashCode

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

        public java.lang.String toString()
        Converts the given object to string.
        Overrides:
        toString in class java.lang.Object