Class CaptiveRecipient

    • Constructor Detail

      • CaptiveRecipient

        public CaptiveRecipient()
    • 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.
      • getEmail

        public String getEmail()
        Specifies the email address associated with the captive recipient..
        Returns:
        email
      • setEmail

        public void setEmail​(String email)
        setEmail.
      • getErrorDetails

        public ErrorDetails getErrorDetails()
        Array or errors..
        Returns:
        errorDetails
      • setErrorDetails

        public void setErrorDetails​(ErrorDetails errorDetails)
        setErrorDetails.
      • 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.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

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

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