Uses of Class
org.javacord.api.entity.user.UserFlag
-
Packages that use UserFlag Package Description org.javacord.api.entity.user -
-
Uses of UserFlag in org.javacord.api.entity.user
Methods in org.javacord.api.entity.user that return UserFlag Modifier and Type Method Description static UserFlagUserFlag. valueOf(String name)Returns the enum constant of this type with the specified name.static UserFlag[]UserFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.javacord.api.entity.user that return types with arguments of type UserFlag Modifier and Type Method Description EnumSet<UserFlag>User. getUserFlags()Gets the public flags (badges) present on this account.
-