A B C D E F G H I J K L M N O P Q R S T U V W
B
- BadRequestException - Exception in org.javacord.api.exception
-
When we sent a bad request (HTTP response code 400).
- BadRequestException(Exception, String, RestRequestInformation, RestRequestResponseInformation) - Constructor for exception org.javacord.api.exception.BadRequestException
-
Creates a new instance of this class.
- Ban - Interface in org.javacord.api.entity.server
-
This class represents a ban.
- BAN_MEMBERS - org.javacord.api.entity.permission.PermissionType
- BANNER - org.javacord.api.entity.server.ServerFeature
-
Server has access to set a Server banner image.
- banUser(User) - Method in interface org.javacord.api.entity.server.Server
-
Bans the given user from the server.
- banUser(User, int) - Method in interface org.javacord.api.entity.server.Server
-
Bans the given user from the server.
- banUser(User, int, String) - Method in interface org.javacord.api.entity.server.Server
-
Bans the given user from the server.
- BASE_LINK - Static variable in class org.javacord.api.BotInviteBuilder
-
The base link of a bot invite.
- BITRATE - org.javacord.api.entity.auditlog.AuditLogChangeType
- BOLD - org.javacord.api.entity.message.MessageDecoration
- BoostLevel - Enum in org.javacord.api.entity.server
-
An enum with all boost levels (sometimes also referred to as premium tier levels).
- BOT - org.javacord.api.AccountType
-
A bot account.
- BotInviteBuilder - Class in org.javacord.api
-
A tool to create bot invites.
- BotInviteBuilder(long) - Constructor for class org.javacord.api.BotInviteBuilder
-
Creates a new bot invite builder.
- BotInviteBuilder(String) - Constructor for class org.javacord.api.BotInviteBuilder
-
Creates a new bot invite builder.
- botRequiresCodeGrant() - Method in interface org.javacord.api.entity.ApplicationInfo
-
Check if the application's bot require OAuth2 code grant.
- BRAZIL - org.javacord.api.entity.Region
- build() - Method in class org.javacord.api.BotInviteBuilder
-
Creates the invite link.
- build() - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
-
Creates a
AllowedMentionsinstance with the given values. - build() - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
-
Creates a
AllowedMentionsinstance with the given values. - build() - Method in interface org.javacord.api.entity.permission.internal.PermissionsBuilderDelegate
-
Creates a
Permissionsinstance with the given values. - build() - Method in class org.javacord.api.entity.permission.PermissionsBuilder
-
Creates a
Permissionsinstance with the given values. - BUILD_TIMESTAMP - Static variable in class org.javacord.api.Javacord
-
The build timestamp at which the current Javacord version was built.
- bulkDelete(long...) - Method in interface org.javacord.api.entity.channel.TextChannel
-
Deletes multiple messages at once.
- bulkDelete(Iterable<Message>) - Method in interface org.javacord.api.entity.channel.TextChannel
-
Deletes multiple messages at once.
- bulkDelete(String...) - Method in interface org.javacord.api.entity.channel.TextChannel
-
Deletes multiple messages at once.
- bulkDelete(Message...) - Method in interface org.javacord.api.entity.channel.TextChannel
-
Deletes multiple messages at once.
- byType(int, boolean) - Static method in enum org.javacord.api.entity.message.MessageType
-
Gets the type by its int representation.