Class SignUpResult

    • Constructor Detail

      • SignUpResult

        public SignUpResult()
    • Method Detail

      • setUserConfirmed

        public void setUserConfirmed​(Boolean userConfirmed)

        A response from the server indicating that a user registration has been confirmed.

        Parameters:
        userConfirmed - A response from the server indicating that a user registration has been confirmed.
      • getUserConfirmed

        public Boolean getUserConfirmed()

        A response from the server indicating that a user registration has been confirmed.

        Returns:
        A response from the server indicating that a user registration has been confirmed.
      • withUserConfirmed

        public SignUpResult withUserConfirmed​(Boolean userConfirmed)

        A response from the server indicating that a user registration has been confirmed.

        Parameters:
        userConfirmed - A response from the server indicating that a user registration has been confirmed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isUserConfirmed

        public Boolean isUserConfirmed()

        A response from the server indicating that a user registration has been confirmed.

        Returns:
        A response from the server indicating that a user registration has been confirmed.
      • setCodeDeliveryDetails

        public void setCodeDeliveryDetails​(CodeDeliveryDetailsType codeDeliveryDetails)
        Parameters:
        codeDeliveryDetails -
      • withCodeDeliveryDetails

        public SignUpResult withCodeDeliveryDetails​(CodeDeliveryDetailsType codeDeliveryDetails)
        Parameters:
        codeDeliveryDetails -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object