Class UserAuthenticationData.Type

    • Constructor Detail

      • Type

        public Type​(java.lang.String type)
        Creates a new Type.
        Parameters:
        type - the type
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        The hash code.
        Since:
        2.0
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        Returns:
        The type.
        Since:
        2.0