Uses of Class
org.javacord.api.entity.server.SystemChannelFlag
-
Packages that use SystemChannelFlag Package Description org.javacord.api.entity.server -
-
Uses of SystemChannelFlag in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return SystemChannelFlag Modifier and Type Method Description static SystemChannelFlagSystemChannelFlag. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SystemChannelFlag[]SystemChannelFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.javacord.api.entity.server that return types with arguments of type SystemChannelFlag Modifier and Type Method Description java.util.EnumSet<SystemChannelFlag>Server. getSystemChannelFlags()Gets system channel flags for this server.
-