Uses of Class
com.podio.user.UserType
-
Packages that use UserType Package Description com.podio.user -
-
Uses of UserType in com.podio.user
Methods in com.podio.user that return UserType Modifier and Type Method Description static UserTypeUserType. getByName(String value)static UserTypeUserType. valueOf(String name)Returns the enum constant of this type with the specified name.static UserType[]UserType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-