public static class UserAuthenticationData.Type extends java.lang.Object implements java.lang.Comparable<UserAuthenticationData.Type>
| Constructor and Description |
|---|
UserAuthenticationData.Type(java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(UserAuthenticationData.Type o) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public UserAuthenticationData.Type(java.lang.String type)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int compareTo(UserAuthenticationData.Type o)
compareTo in interface java.lang.Comparable<UserAuthenticationData.Type>public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object