Uses of Class
org.javacord.api.BotInviteScope
-
Packages that use BotInviteScope Package Description org.javacord.api -
-
Uses of BotInviteScope in org.javacord.api
Methods in org.javacord.api that return BotInviteScope Modifier and Type Method Description static BotInviteScopeBotInviteScope. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BotInviteScope[]BotInviteScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.javacord.api with parameters of type BotInviteScope Modifier and Type Method Description BotInviteBuilderBotInviteBuilder. addScopes(BotInviteScope... scopes)Adds the scopes for this invite builder.BotInviteBuilderBotInviteBuilder. setScopes(BotInviteScope... scopes)Sets the scopes for this invite builder.Method parameters in org.javacord.api with type arguments of type BotInviteScope Modifier and Type Method Description BotInviteBuilderBotInviteBuilder. addScopes(java.util.Collection<BotInviteScope> scopes)Adds the scopes for this invite builder.BotInviteBuilderBotInviteBuilder. setScopes(java.util.Collection<BotInviteScope> scopes)Sets the scopes for this invite builder.
-