A B C D E F G H I J K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- SAFE - org.javacord.api.entity.server.NsfwLevel
-
The server is safe for work.
- secondary(String, String) - Static method in interface org.javacord.api.entity.message.component.Button
-
Create a new button with the grey secondary style and the given properties.
- secondary(String, String, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
-
Create a new button with the grey secondary style and the given properties.
- secondary(String, String, String) - Static method in interface org.javacord.api.entity.message.component.Button
-
Create a new button with the grey secondary style and the given properties.
- secondary(String, String, String, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
-
Create a new button with the grey secondary style and the given properties.
- secondary(String, String, Emoji) - Static method in interface org.javacord.api.entity.message.component.Button
-
Create a new button with the grey secondary style and the given properties.
- secondary(String, String, Emoji, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
-
Create a new button with the grey secondary style and the given properties.
- secondary(String, Emoji) - Static method in interface org.javacord.api.entity.message.component.Button
-
Create a new button with the grey secondary style and the given emoji.
- secondary(String, Emoji, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
-
Create a new button with the grey secondary style and the given emoji.
- SECONDARY - org.javacord.api.entity.message.component.ButtonStyle
- SeekableAudioSource - Interface in org.javacord.api.audio
-
A seekable audio source.
- SELECT_MENU_CHANNEL - org.javacord.api.entity.message.component.ComponentType
- SELECT_MENU_MENTIONABLE - org.javacord.api.entity.message.component.ComponentType
- SELECT_MENU_ROLE - org.javacord.api.entity.message.component.ComponentType
- SELECT_MENU_STRING - org.javacord.api.entity.message.component.ComponentType
- SELECT_MENU_USER - org.javacord.api.entity.message.component.ComponentType
- SelectMenu - Interface in org.javacord.api.entity.message.component
- SelectMenuBuilder - Class in org.javacord.api.entity.message.component
- SelectMenuBuilder(ComponentType, String) - Constructor for class org.javacord.api.entity.message.component.SelectMenuBuilder
-
Create a new SelectMenuBuilder.
- SelectMenuBuilderDelegate - Interface in org.javacord.api.entity.message.component.internal
- SelectMenuChooseEvent - Interface in org.javacord.api.event.interaction
-
A select menu choose event.
- SelectMenuChooseListener - Interface in org.javacord.api.listener.interaction
-
This listener listens to select menu choices.
- SelectMenuInteraction - Interface in org.javacord.api.interaction
- SelectMenuOption - Interface in org.javacord.api.entity.message.component
- SelectMenuOptionBuilder - Class in org.javacord.api.entity.message.component
- SelectMenuOptionBuilder() - Constructor for class org.javacord.api.entity.message.component.SelectMenuOptionBuilder
- SelectMenuOptionBuilderDelegate - Interface in org.javacord.api.entity.message.component.internal
- selfDeafen() - Method in interface org.javacord.api.entity.server.Server
-
Deafens yourself locally for the server.
- selfMute() - Method in interface org.javacord.api.entity.server.Server
-
Mutes yourself locally for the server.
- selfUndeafen() - Method in interface org.javacord.api.entity.server.Server
-
Undeafens yourself locally for the server.
- selfUnmute() - Method in interface org.javacord.api.entity.server.Server
-
Unmutes yourself locally for the server.
- send() - Method in interface org.javacord.api.interaction.callback.InteractionFollowupMessageBuilder
-
Sends the follow-up message.
- send(DiscordApi, long, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
-
Sends the message.
- send(DiscordApi, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
-
Sends the message.
- send(DiscordApi, String, String) - Method in interface org.javacord.api.entity.message.internal.WebhookMessageBuilderDelegate
-
Sends the message without waiting for a response.
- send(DiscordApi, String, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
-
Sends the message.
- send(TextChannel) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
-
Sends the message.
- send(TextChannel) - Method in class org.javacord.api.entity.message.MessageBuilder
-
Sends the message.
- send(Messageable) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
-
Sends the message.
- send(Messageable) - Method in class org.javacord.api.entity.message.MessageBuilder
-
Sends the message.
- send(User) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
-
Sends the message.
- send(User) - Method in class org.javacord.api.entity.message.MessageBuilder
-
Sends the message.
- send(IncomingWebhook) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
-
Sends the message.
- send(IncomingWebhook) - Method in class org.javacord.api.entity.message.MessageBuilder
-
Sends the message.
- send(IncomingWebhook) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
-
Sends the message.
- SEND_MESSAGES - org.javacord.api.entity.permission.PermissionType
- SEND_MESSAGES_IN_THREADS - org.javacord.api.entity.permission.PermissionType
- SEND_TTS_MESSAGES - org.javacord.api.entity.permission.PermissionType
- sendFollowupMessage(InteractionBase) - Method in interface org.javacord.api.entity.message.internal.InteractionMessageBuilderDelegate
-
Sends the message as a followup message.
- sendFollowupMessage(InteractionBase) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
-
Sends a followup message to an interaction.
- sendInitialResponse(InteractionBase) - Method in interface org.javacord.api.entity.message.internal.InteractionMessageBuilderDelegate
-
Sends the message.
- sendInitialResponse(InteractionBase) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
-
Sends the first response message.
- sendMessage(File...) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(InputStream, String) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(InputStream, String, String) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(String) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(String, File...) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(String, InputStream, String) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(String, InputStream, String, String) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(String, String, URL) - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
-
Sends a message.
- sendMessage(String, String, Icon) - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
-
Sends a message.
- sendMessage(String, List<EmbedBuilder>) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(String, List<EmbedBuilder>, File...) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(String, List<EmbedBuilder>, InputStream, String) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(String, List<EmbedBuilder>, InputStream, String, String) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(String, List<EmbedBuilder>, HighLevelComponent...) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(String, HighLevelComponent...) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(String, EmbedBuilder) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(String, EmbedBuilder...) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(String, EmbedBuilder...) - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
-
Sends a message.
- sendMessage(String, EmbedBuilder, boolean, String) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(String, EmbedBuilder, boolean, String, File...) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(String, EmbedBuilder, boolean, String, InputStream, String) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(String, EmbedBuilder, boolean, String, InputStream, String, String) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(String, EmbedBuilder, File...) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(String, EmbedBuilder, InputStream, String) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(String, EmbedBuilder, InputStream, String, String) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(String, EmbedBuilder, String, URL) - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
-
Sends a message.
- sendMessage(String, EmbedBuilder, String, Icon) - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
-
Sends a message.
- sendMessage(String, EmbedBuilder, HighLevelComponent...) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(List<EmbedBuilder>) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(List<EmbedBuilder>, File...) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(List<EmbedBuilder>, InputStream, String) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(List<EmbedBuilder>, InputStream, String, String) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(List<EmbedBuilder>, HighLevelComponent...) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(HighLevelComponent) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(HighLevelComponent...) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(EmbedBuilder) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(EmbedBuilder...) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(EmbedBuilder...) - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
-
Sends a message.
- sendMessage(EmbedBuilder, File...) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(EmbedBuilder, InputStream, String) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(EmbedBuilder, InputStream, String, String) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendMessage(EmbedBuilder, String, URL) - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
-
Sends a message.
- sendMessage(EmbedBuilder, String, Icon) - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
-
Sends a message.
- sendMessage(EmbedBuilder, HighLevelComponent...) - Method in interface org.javacord.api.entity.message.Messageable
-
Sends a message.
- sendSilently(DiscordApi, long, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
-
Sends the message without waiting for a response.
- sendSilently(DiscordApi, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
-
Sends the message without waiting for a response.
- sendSilently(DiscordApi, String, String) - Method in interface org.javacord.api.entity.message.internal.WebhookMessageBuilderDelegate
-
Sends the message without waiting for a response.
- sendSilently(DiscordApi, String, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
-
Sends the message without waiting for a response.
- sendSilently(IncomingWebhook) - Method in interface org.javacord.api.entity.message.internal.WebhookMessageBuilderDelegate
-
Sends the message without waiting for a response.
- sendSilently(IncomingWebhook) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
-
Sends the message without waiting for a response.
- sendWithWebhook(DiscordApi, long, String) - Method in class org.javacord.api.entity.message.MessageBuilder
-
Sends the message.
- sendWithWebhook(DiscordApi, String) - Method in class org.javacord.api.entity.message.MessageBuilder
-
Sends the message.
- sendWithWebhook(DiscordApi, String, String) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
-
Sends the message.
- sendWithWebhook(DiscordApi, String, String) - Method in class org.javacord.api.entity.message.MessageBuilder
-
Sends the message.
- Server - Interface in org.javacord.api.entity.server
-
The class represents a Discord server, sometimes also called guild.
- SERVER - org.javacord.api.entity.sticker.StickerType
-
This sticker is uploaded to a server.
- SERVER_DIRECTORY_CHANNEL - org.javacord.api.entity.channel.ChannelType
- SERVER_DISCOVERY_DISQUALIFIED - org.javacord.api.entity.message.MessageType
- SERVER_DISCOVERY_GRACE_PERIOD_FINAL_WARNING - org.javacord.api.entity.message.MessageType
- SERVER_DISCOVERY_GRACE_PERIOD_INITIAL_WARNING - org.javacord.api.entity.message.MessageType
- SERVER_DISCOVERY_REQUALIFIED - org.javacord.api.entity.message.MessageType
- SERVER_FORUM_CHANNEL - org.javacord.api.entity.channel.ChannelType
- SERVER_MEMBER_JOIN - org.javacord.api.entity.message.MessageType
- SERVER_NEWS_CHANNEL - org.javacord.api.entity.channel.ChannelType
- SERVER_NEWS_THREAD - org.javacord.api.entity.channel.ChannelType
- SERVER_PRIVATE_THREAD - org.javacord.api.entity.channel.ChannelType
- SERVER_PUBLIC_THREAD - org.javacord.api.entity.channel.ChannelType
- SERVER_STAGE_VOICE_CHANNEL - org.javacord.api.entity.channel.ChannelType
- SERVER_STORE_CHANNEL - org.javacord.api.entity.channel.ChannelType
- SERVER_TEXT_CHANNEL - org.javacord.api.entity.channel.ChannelType
- SERVER_VOICE_CHANNEL - org.javacord.api.entity.channel.ChannelType
- ServerApplicationCommandPermissions - Interface in org.javacord.api.interaction
- ServerAttachableListener - Interface in org.javacord.api.listener.server
-
This is a marker interface for listeners that can be attached to a
Server. - ServerAttachableListenerManager - Interface in org.javacord.api.listener.server
-
This class can be used to add and retrieve
ServerAttachableListeners. - ServerBecomesAvailableEvent - Interface in org.javacord.api.event.server
-
A server becomes available event.
- ServerBecomesAvailableListener - Interface in org.javacord.api.listener.server
-
This listener listens to servers becoming available.
- ServerBecomesUnavailableEvent - Interface in org.javacord.api.event.server
-
A server becomes unavailable event.
- ServerBecomesUnavailableListener - Interface in org.javacord.api.listener.server
-
This listener listens to servers becoming unavailable.
- ServerBuilder - Class in org.javacord.api.entity.server
-
This class can be used to create a server.
- ServerBuilder(DiscordApi) - Constructor for class org.javacord.api.entity.server.ServerBuilder
-
Creates a new server builder.
- ServerBuilderDelegate - Interface in org.javacord.api.entity.server.internal
-
This class is internally used by the
ServerBuilderto create servers. - ServerChangeAfkChannelEvent - Interface in org.javacord.api.event.server
-
A server change afk channel event.
- ServerChangeAfkChannelListener - Interface in org.javacord.api.listener.server
-
This listener listens to server afk channel changes.
- ServerChangeAfkTimeoutEvent - Interface in org.javacord.api.event.server
-
A server change afk timeout event.
- ServerChangeAfkTimeoutListener - Interface in org.javacord.api.listener.server
-
This listener listens to server afk timeout changes.
- ServerChangeBoostCountEvent - Interface in org.javacord.api.event.server
-
A server change boost count event.
- ServerChangeBoostCountListener - Interface in org.javacord.api.listener.server
-
This listener listens to server boost count changes.
- ServerChangeBoostLevelEvent - Interface in org.javacord.api.event.server
-
A server change boost level event.
- ServerChangeBoostLevelListener - Interface in org.javacord.api.listener.server
-
This listener listens to server boost level changes.
- ServerChangeDefaultMessageNotificationLevelEvent - Interface in org.javacord.api.event.server
-
A server change default message notification level event.
- ServerChangeDefaultMessageNotificationLevelListener - Interface in org.javacord.api.listener.server
-
This listener listens to server default message notification level changes.
- ServerChangeDescriptionEvent - Interface in org.javacord.api.event.server
-
A server change description event.
- ServerChangeDescriptionListener - Interface in org.javacord.api.listener.server
-
This listener listens to server description changes.
- ServerChangeDiscoverySplashEvent - Interface in org.javacord.api.event.server
-
A server change discovery splash event.
- ServerChangeDiscoverySplashListener - Interface in org.javacord.api.listener.server
-
This listener listens to server discovery splash changes.
- ServerChangeExplicitContentFilterLevelEvent - Interface in org.javacord.api.event.server
-
A server change explicit content filter level event.
- ServerChangeExplicitContentFilterLevelListener - Interface in org.javacord.api.listener.server
-
This listener listens to server explicit content filter level changes.
- ServerChangeIconEvent - Interface in org.javacord.api.event.server
-
A server change icon event.
- ServerChangeIconListener - Interface in org.javacord.api.listener.server
-
This listener listens to server icon changes.
- ServerChangeModeratorsOnlyChannelEvent - Interface in org.javacord.api.event.server
-
A server change moderators-only channel event.
- ServerChangeModeratorsOnlyChannelListener - Interface in org.javacord.api.listener.server
-
This listener listens to server moderators-only channel changes.
- ServerChangeMultiFactorAuthenticationLevelEvent - Interface in org.javacord.api.event.server
-
A server change multi factor authentication level event.
- ServerChangeMultiFactorAuthenticationLevelListener - Interface in org.javacord.api.listener.server
-
This listener listens to server multi factor authentication level changes.
- ServerChangeNameEvent - Interface in org.javacord.api.event.server
-
A server change name event.
- ServerChangeNameListener - Interface in org.javacord.api.listener.server
-
This listener listens to server name changes.
- ServerChangeNsfwLevelEvent - Interface in org.javacord.api.event.server
- ServerChangeNsfwLevelListener - Interface in org.javacord.api.listener.server
- ServerChangeOwnerEvent - Interface in org.javacord.api.event.server
-
A server change owner event.
- ServerChangeOwnerListener - Interface in org.javacord.api.listener.server
-
This listener listens to server owner changes.
- ServerChangePreferredLocaleEvent - Interface in org.javacord.api.event.server
-
A server change preferred locale event.
- ServerChangePreferredLocaleListener - Interface in org.javacord.api.listener.server
-
This listener listens to server preferred locale changes.
- ServerChangeRegionEvent - Interface in org.javacord.api.event.server
-
A server change region event.
- ServerChangeRegionListener - Interface in org.javacord.api.listener.server
-
This listener listens to server region changes.
- ServerChangeRulesChannelEvent - Interface in org.javacord.api.event.server
-
A server change rules channel event.
- ServerChangeRulesChannelListener - Interface in org.javacord.api.listener.server
-
This listener listens to server rules channel changes.
- ServerChangeServerFeatureListener - Interface in org.javacord.api.listener.server
-
This listener listens to server feature changes.
- ServerChangeServerFeaturesEvent - Interface in org.javacord.api.event.server
-
A server change server features event.
- ServerChangeSplashEvent - Interface in org.javacord.api.event.server
-
A server change splash event.
- ServerChangeSplashListener - Interface in org.javacord.api.listener.server
-
This listener listens to server splash changes.
- ServerChangeSystemChannelEvent - Interface in org.javacord.api.event.server
-
A server change system channel event.
- ServerChangeSystemChannelListener - Interface in org.javacord.api.listener.server
-
This listener listens to server system channel changes.
- ServerChangeVanityUrlCodeEvent - Interface in org.javacord.api.event.server
-
A server change vanity url code event.
- ServerChangeVanityUrlCodeListener - Interface in org.javacord.api.listener.server
-
This listener listens to server vanity url code changes.
- ServerChangeVerificationLevelEvent - Interface in org.javacord.api.event.server
-
A server change verification level event.
- ServerChangeVerificationLevelListener - Interface in org.javacord.api.listener.server
-
This listener listens to server verification level changes.
- ServerChannel - Interface in org.javacord.api.entity.channel
-
This class represents a server channel.
- ServerChannelAttachableListener - Interface in org.javacord.api.listener.channel.server
-
This is a marker interface for listeners that can be attached to a
ServerChannel. - ServerChannelAttachableListenerManager - Interface in org.javacord.api.listener.channel.server
-
This class can be used to add and retrieve
ServerChannelAttachableListeners. - ServerChannelBuilder<T> - Class in org.javacord.api.entity.channel
-
This class is used to create new server channels.
- ServerChannelBuilder(Class<T>, ServerChannelBuilderDelegate) - Constructor for class org.javacord.api.entity.channel.ServerChannelBuilder
-
Creates a new server channel builder.
- ServerChannelBuilderDelegate - Interface in org.javacord.api.entity.channel.internal
-
This class is internally used by the
ServerChannelBuilderto create server channels. - ServerChannelChangeNameEvent - Interface in org.javacord.api.event.channel.server
-
A server channel change name event.
- ServerChannelChangeNameListener - Interface in org.javacord.api.listener.channel.server
-
This listener listens to server channel name changes.
- ServerChannelChangeNsfwFlagEvent - Interface in org.javacord.api.event.channel.server
-
A server channel change nsfw flag event.
- ServerChannelChangeNsfwFlagListener - Interface in org.javacord.api.listener.channel.server
-
This listener listens to server channel nsfw flag changes.
- ServerChannelChangeOverwrittenPermissionsEvent - Interface in org.javacord.api.event.channel.server
-
A server channel change overwritten permissions event.
- ServerChannelChangeOverwrittenPermissionsListener - Interface in org.javacord.api.listener.channel.server
-
This listener listens to server channel overwritten permissions changes.
- ServerChannelChangePositionEvent - Interface in org.javacord.api.event.channel.server
-
A server channel change position event.
- ServerChannelChangePositionListener - Interface in org.javacord.api.listener.channel.server
-
This listener listens to server channel position changes.
- ServerChannelCreateEvent - Interface in org.javacord.api.event.channel.server
-
A server channel create event.
- ServerChannelCreateListener - Interface in org.javacord.api.listener.channel.server
-
This listener listens to server channel creations.
- ServerChannelDeleteEvent - Interface in org.javacord.api.event.channel.server
-
A server channel delete event.
- ServerChannelDeleteListener - Interface in org.javacord.api.listener.channel.server
-
This listener listens to server channel deletions.
- ServerChannelEvent - Interface in org.javacord.api.event.channel.server
-
A server channel event.
- ServerChannelInviteCreateEvent - Interface in org.javacord.api.event.channel.server.invite
-
A server channel invite create event.
- ServerChannelInviteCreateListener - Interface in org.javacord.api.listener.channel.server.invite
-
This listener listens to server channel invite creations.
- ServerChannelInviteDeleteEvent - Interface in org.javacord.api.event.channel.server.invite
-
A server channel invite delete event.
- ServerChannelInviteDeleteListener - Interface in org.javacord.api.listener.channel.server.invite
-
This listener listens to server channel invite deletions.
- ServerChannelUpdater<T extends ServerChannelUpdater<T>> - Class in org.javacord.api.entity.channel
-
This class can be used to update server channels.
- ServerChannelUpdater(ServerChannelUpdaterDelegate) - Constructor for class org.javacord.api.entity.channel.ServerChannelUpdater
-
Creates a new server channel updater.
- ServerChannelUpdater(ServerChannel) - Constructor for class org.javacord.api.entity.channel.ServerChannelUpdater
-
Creates a new server channel updater.
- ServerChannelUpdaterDelegate - Interface in org.javacord.api.entity.channel.internal
-
This class is internally used by the
ServerChannelUpdaterto update server channels. - ServerEvent - Interface in org.javacord.api.event.server
-
A server event.
- ServerFeature - Enum in org.javacord.api.entity.server
-
An enum with all server features.
- ServerForumChannel - Interface in org.javacord.api.entity.channel
-
This class represents a server forum channel.
- ServerForumChannelAttachableListener - Interface in org.javacord.api.listener.channel.server.forum
-
This is a marker interface for listeners that can be attached to a
ServerForumChannel. - ServerForumChannelAttachableListenerManager - Interface in org.javacord.api.listener.channel.server.forum
-
This class can be used to add and retrieve
ServerForumChannelAttachableListeners. - ServerForumChannelBuilder - Class in org.javacord.api.entity.channel
-
This class is used to create new server forum channels.
- ServerForumChannelBuilder(Server) - Constructor for class org.javacord.api.entity.channel.ServerForumChannelBuilder
-
Creates a new server forum channel builder.
- ServerForumChannelBuilderDelegate - Interface in org.javacord.api.entity.channel.internal
-
This class is internally used by the
ServerForumChannelBuilderto create server forum channels. - ServerForumChannelUpdater - Class in org.javacord.api.entity.channel
-
This class can be used to update server forum channels.
- ServerForumChannelUpdater(ServerForumChannel) - Constructor for class org.javacord.api.entity.channel.ServerForumChannelUpdater
-
Creates a new server forum channel updater.
- ServerForumChannelUpdaterDelegate - Interface in org.javacord.api.entity.channel.internal
-
This class is internally used by the
ServerForumChannelUpdaterto update server forum channels. - ServerJoinEvent - Interface in org.javacord.api.event.server
-
A server join event.
- ServerJoinListener - Interface in org.javacord.api.listener.server
-
This listener listens to server joins.
- ServerLeaveEvent - Interface in org.javacord.api.event.server
-
A server leave event.
- ServerLeaveListener - Interface in org.javacord.api.listener.server
-
This listener listens to server leaves.
- ServerMemberBanEvent - Interface in org.javacord.api.event.server.member
-
A server member ban event.
- ServerMemberBanListener - Interface in org.javacord.api.listener.server.member
-
This listener listens to server member bans.
- ServerMemberEvent - Interface in org.javacord.api.event.server.member
-
A server member event.
- ServerMemberJoinEvent - Interface in org.javacord.api.event.server.member
-
A server member join event.
- ServerMemberJoinListener - Interface in org.javacord.api.listener.server.member
-
This listener listens to server member joins.
- ServerMemberLeaveEvent - Interface in org.javacord.api.event.server.member
-
A server member leave event.
- ServerMemberLeaveListener - Interface in org.javacord.api.listener.server.member
-
This listener listens to server member leaves.
- ServerMembersChunkEvent - Interface in org.javacord.api.event.server.member
-
A server members chunk event.
- ServerMembersChunkListener - Interface in org.javacord.api.listener.server.member
-
This listener listens to server members chunks.
- ServerMemberUnbanEvent - Interface in org.javacord.api.event.server.member
-
A server member unban event.
- ServerMemberUnbanListener - Interface in org.javacord.api.listener.server.member
-
This listener listens to server member unbans.
- ServerPrivateThreadJoinEvent - Interface in org.javacord.api.event.channel.server.thread
- ServerPrivateThreadJoinListener - Interface in org.javacord.api.listener.server.thread
-
This listener listens to private thread joins.
- ServerStageVoiceChannel - Interface in org.javacord.api.entity.channel
- ServerStageVoiceChannelAttachableListener - Interface in org.javacord.api.listener.channel.server.voice
-
This is a marker interface for listeners that can be attached to a
ServerStageVoiceChannel. - ServerStageVoiceChannelAttachableListenerManager - Interface in org.javacord.api.listener.channel.server.voice
-
This class can be used to add and retrieve
ServerStageVoiceChannelAttachableListeners. - ServerStageVoiceChannelChangeTopicEvent - Interface in org.javacord.api.event.channel.server.voice
- ServerStageVoiceChannelChangeTopicListener - Interface in org.javacord.api.listener.channel.server.voice
- ServerTextChannel - Interface in org.javacord.api.entity.channel
-
This class represents a server text channel.
- ServerTextChannelAttachableListener - Interface in org.javacord.api.listener.channel.server.text
-
This is a marker interface for listeners that can be attached to a
ServerTextChannel. - ServerTextChannelAttachableListenerManager - Interface in org.javacord.api.listener.channel.server.text
-
This class can be used to add and retrieve
ServerTextChannelAttachableListeners. - ServerTextChannelBuilder - Class in org.javacord.api.entity.channel
-
This class is used to create new server text channels.
- ServerTextChannelBuilder(Server) - Constructor for class org.javacord.api.entity.channel.ServerTextChannelBuilder
-
Creates a new server text channel builder.
- ServerTextChannelBuilderDelegate - Interface in org.javacord.api.entity.channel.internal
-
This class is internally used by the
ServerTextChannelBuilderto create server text channels. - ServerTextChannelChangeDefaultAutoArchiveDurationEvent - Interface in org.javacord.api.event.channel.server.text
-
An event signalling a change in the default auto archive duration settings for a channel.
- ServerTextChannelChangeDefaultAutoArchiveDurationListener - Interface in org.javacord.api.listener.channel.server.text
-
This listener listens to server text channel default auto archive duration changes.
- ServerTextChannelChangeSlowmodeEvent - Interface in org.javacord.api.event.channel.server.text
-
An event signalling a change in the slowmode settings for a channel.
- ServerTextChannelChangeSlowmodeListener - Interface in org.javacord.api.listener.channel.server.text
-
This listener listens to server text channel slowmode delay changes.
- ServerTextChannelChangeTopicEvent - Interface in org.javacord.api.event.channel.server.text
-
A server text channel change topic event.
- ServerTextChannelChangeTopicListener - Interface in org.javacord.api.listener.channel.server.text
-
This listener listens to server text channel topic changes.
- ServerTextChannelEvent - Interface in org.javacord.api.event.channel.server.text
-
A server text channel event.
- ServerTextChannelUpdater - Class in org.javacord.api.entity.channel
-
This class can be used to update server text channels.
- ServerTextChannelUpdater(ServerTextChannel) - Constructor for class org.javacord.api.entity.channel.ServerTextChannelUpdater
-
Creates a new server text channel updater.
- ServerTextChannelUpdaterDelegate - Interface in org.javacord.api.entity.channel.internal
-
This class is internally used by the
ServerTextChannelUpdaterto update server text channels. - ServerThreadChannel - Interface in org.javacord.api.entity.channel
-
This class represents a channel thread.
- ServerThreadChannelAttachableListener - Interface in org.javacord.api.listener.channel
-
This is a marker interface for listeners that can be attached to a
ServerThreadChannel. - ServerThreadChannelAttachableListenerManager - Interface in org.javacord.api.listener.channel
-
This class can be used to add and retrieve
ServerThreadChannelAttachableListeners. - ServerThreadChannelBuilder - Class in org.javacord.api.entity.channel
-
This class is used to create new server thread channels.
- ServerThreadChannelBuilder(ServerTextChannel, ChannelType, String) - Constructor for class org.javacord.api.entity.channel.ServerThreadChannelBuilder
-
Creates a new server thread channel builder for a ServerTextChannel.
- ServerThreadChannelBuilder(Message, String) - Constructor for class org.javacord.api.entity.channel.ServerThreadChannelBuilder
-
Creates a new server thread channel builder for a message.
- ServerThreadChannelBuilderDelegate - Interface in org.javacord.api.entity.channel.internal
-
This class is internally used by the
ServerThreadChannelBuilderto create server thread channels. - ServerThreadChannelChangeArchivedEvent - Interface in org.javacord.api.event.channel.server.thread
- ServerThreadChannelChangeArchivedListener - Interface in org.javacord.api.listener.server.thread
-
This listener listens to server thread channel archived change events.
- ServerThreadChannelChangeArchiveTimestampEvent - Interface in org.javacord.api.event.channel.server.thread
- ServerThreadChannelChangeArchiveTimestampListener - Interface in org.javacord.api.listener.server.thread
-
This listener listens to server thread channel archive timestamp change events.
- ServerThreadChannelChangeAutoArchiveDurationEvent - Interface in org.javacord.api.event.channel.server.thread
- ServerThreadChannelChangeAutoArchiveDurationListener - Interface in org.javacord.api.listener.server.thread
-
This listener listens to server thread channel auto archive duration change events.
- ServerThreadChannelChangeInvitableEvent - Interface in org.javacord.api.event.channel.server.thread
- ServerThreadChannelChangeInvitableListener - Interface in org.javacord.api.listener.server.thread
-
This listener listens to server thread channel change invitable events.
- ServerThreadChannelChangeLastMessageIdEvent - Interface in org.javacord.api.event.channel.server.thread
- ServerThreadChannelChangeLastMessageIdListener - Interface in org.javacord.api.listener.server.thread
-
This listener listens to server thread channel last message id change events.
- ServerThreadChannelChangeLockedEvent - Interface in org.javacord.api.event.channel.server.thread
- ServerThreadChannelChangeLockedListener - Interface in org.javacord.api.listener.server.thread
-
This listener listens to server thread channel locked change events.
- ServerThreadChannelChangeMemberCountEvent - Interface in org.javacord.api.event.channel.server.thread
- ServerThreadChannelChangeMemberCountListener - Interface in org.javacord.api.listener.server.thread
-
This listener listens to server thread channel member count change events.
- ServerThreadChannelChangeMessageCountEvent - Interface in org.javacord.api.event.channel.server.thread
- ServerThreadChannelChangeMessageCountListener - Interface in org.javacord.api.listener.server.thread
-
This listener listens to a server thread channel message count change events.
- ServerThreadChannelChangeRateLimitPerUserEvent - Interface in org.javacord.api.event.channel.server.thread
- ServerThreadChannelChangeRateLimitPerUserListener - Interface in org.javacord.api.listener.server.thread
-
This listener listens to server thread channel rate limit per user changes.
- ServerThreadChannelChangeTotalMessageSentEvent - Interface in org.javacord.api.event.channel.server.thread
- ServerThreadChannelChangeTotalMessageSentListener - Interface in org.javacord.api.listener.server.thread
-
This listener listens to server thread channel total messages change events.
- ServerThreadChannelCreateListener - Interface in org.javacord.api.listener.channel.server.thread
-
This listener listens to thread creations.
- ServerThreadChannelDeleteListener - Interface in org.javacord.api.listener.channel.server.thread
-
This listener listens to thread deletions.
- ServerThreadChannelEvent - Interface in org.javacord.api.event.channel.server.thread
-
A server thread channel event.
- ServerThreadChannelMembersUpdateListener - Interface in org.javacord.api.listener.channel.server.thread
-
This listener listens to thread members updates.
- ServerThreadChannelUpdateListener - Interface in org.javacord.api.listener.channel.server.thread
-
This listener listens to thread updates.
- ServerThreadChannelUpdater - Class in org.javacord.api.entity.channel
-
This class can be used to update server thread channels.
- ServerThreadChannelUpdater(ServerThreadChannel) - Constructor for class org.javacord.api.entity.channel.ServerThreadChannelUpdater
-
Creates a new server thread channel updater.
- ServerThreadChannelUpdaterDelegate - Interface in org.javacord.api.entity.channel.internal
-
This class is internally used by the
ServerThreadChannelUpdaterto update server thread channels. - ServerThreadListSyncListener - Interface in org.javacord.api.listener.channel.server.thread
-
This listener listens to thread list syncs.
- ServerUpdater - Class in org.javacord.api.entity.server
-
This class can be used to update the settings of a server.
- ServerUpdater(Server) - Constructor for class org.javacord.api.entity.server.ServerUpdater
-
Creates a new server updater.
- ServerUpdaterDelegate - Interface in org.javacord.api.entity.server.internal
-
This class is internally used by the
ServerUpdaterto update servers. - ServerVoiceChannel - Interface in org.javacord.api.entity.channel
-
This class represents a server voice channel.
- ServerVoiceChannelAttachableListener - Interface in org.javacord.api.listener.channel.server.voice
-
This is a marker interface for listeners that can be attached to a
ServerVoiceChannel. - ServerVoiceChannelAttachableListenerManager - Interface in org.javacord.api.listener.channel.server.voice
-
This class can be used to add and retrieve
ServerVoiceChannelAttachableListeners. - ServerVoiceChannelBuilder - Class in org.javacord.api.entity.channel
-
This class is used to create new server voice channels.
- ServerVoiceChannelBuilder(Server) - Constructor for class org.javacord.api.entity.channel.ServerVoiceChannelBuilder
-
Creates a new server text channel builder.
- ServerVoiceChannelBuilderDelegate - Interface in org.javacord.api.entity.channel.internal
-
This class is internally used by the
ServerVoiceChannelBuilderto create server voice channels. - ServerVoiceChannelChangeBitrateEvent - Interface in org.javacord.api.event.channel.server.voice
-
A server voice channel change bitrate event.
- ServerVoiceChannelChangeBitrateListener - Interface in org.javacord.api.listener.channel.server.voice
-
This listener listens to server voice channel bitrate changes.
- ServerVoiceChannelChangeNsfwEvent - Interface in org.javacord.api.event.channel.server.voice
- ServerVoiceChannelChangeNsfwListener - Interface in org.javacord.api.listener.channel.server.voice
-
This listener listens to server voice channel nsfw changes.
- ServerVoiceChannelChangeUserLimitEvent - Interface in org.javacord.api.event.channel.server.voice
-
A server voice channel change user limit event.
- ServerVoiceChannelChangeUserLimitListener - Interface in org.javacord.api.listener.channel.server.voice
-
This listener listens to server voice channel user limit changes.
- ServerVoiceChannelEvent - Interface in org.javacord.api.event.channel.server.voice
-
A server voice channel event.
- ServerVoiceChannelMemberJoinEvent - Interface in org.javacord.api.event.channel.server.voice
-
A server voice channel member join event.
- ServerVoiceChannelMemberJoinListener - Interface in org.javacord.api.listener.channel.server.voice
-
This listener listens to users joining a server voice channel.
- ServerVoiceChannelMemberLeaveEvent - Interface in org.javacord.api.event.channel.server.voice
-
A server voice channel member leave event.
- ServerVoiceChannelMemberLeaveListener - Interface in org.javacord.api.listener.channel.server.voice
-
This listener listens to users leaving a server voice channel.
- ServerVoiceChannelUpdater - Class in org.javacord.api.entity.channel
-
This class can be used to update server voice channels.
- ServerVoiceChannelUpdater(ServerVoiceChannel) - Constructor for class org.javacord.api.entity.channel.ServerVoiceChannelUpdater
-
Creates a new server voice channel updater.
- ServerVoiceChannelUpdaterDelegate - Interface in org.javacord.api.entity.channel.internal
-
This class is internally used by the
ServerVoiceChannelUpdaterto update server voice channels. - set(long, boolean) - Method in enum org.javacord.api.entity.permission.PermissionType
-
Sets or unsets the type for the given long.
- setAfkChannel(ServerVoiceChannel) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the afk channel to be updated.
- setAfkChannel(ServerVoiceChannel) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the afk channel to be updated.
- setAfkTimeoutInSeconds(int) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
-
Sets the server's afk timeout in seconds.
- setAfkTimeoutInSeconds(int) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the afk timeout in seconds to be updated.
- setAfkTimeoutInSeconds(int) - Method in class org.javacord.api.entity.server.ServerBuilder
-
Sets the server's afk timeout in seconds.
- setAfkTimeoutInSeconds(int) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the afk timeout in seconds to be updated.
- setAllAllowed() - Method in class org.javacord.api.entity.permission.PermissionsBuilder
-
Sets all states to
PermissionState.ALLOWED. - setAllDenied() - Method in class org.javacord.api.entity.permission.PermissionsBuilder
-
Sets all states to
PermissionState.DENIED. - setAllIntents() - Method in class org.javacord.api.DiscordApiBuilder
-
Sets all intents.
- setAllIntentsExcept(Intent...) - Method in class org.javacord.api.DiscordApiBuilder
-
Sets all intents except the given intents.
- setAllIntentsWhere(Predicate<Intent>) - Method in class org.javacord.api.DiscordApiBuilder
-
Sets the intents where the given predicate matches.
- setAllIntentsWhere(Predicate<Intent>) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
-
Sets the intents where the given predicate matches.
- setAllNonPrivilegedIntents() - Method in class org.javacord.api.DiscordApiBuilder
-
Sets all non-privileged intents.
- setAllNonPrivilegedIntentsAnd(Intent...) - Method in class org.javacord.api.DiscordApiBuilder
-
Sets all non-privileged intents and the given intents.
- setAllNonPrivilegedIntentsExcept(Intent...) - Method in class org.javacord.api.DiscordApiBuilder
-
Sets all non privileged intents except the given intents.
- setAllowed(PermissionType...) - Method in class org.javacord.api.entity.permission.PermissionsBuilder
-
Sets the state for the given types to
PermissionState.ALLOWED. - setAllowedMentions(AllowedMentions) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
-
Controls the mention behavior.
- setAllowedMentions(AllowedMentions) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
-
Controls who will be mentioned if mentions exist in the message.
- setAllowedMentions(AllowedMentions) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
- setAllowedMentions(AllowedMentions) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
-
Controls who will be mentioned if mentions exist in the message.
- setAllUnset() - Method in class org.javacord.api.entity.permission.PermissionsBuilder
-
Sets all states to
PermissionState.UNSET. - setArchivedFlag(boolean) - Method in interface org.javacord.api.entity.channel.internal.ServerThreadChannelUpdaterDelegate
-
Queues the archived flag to be updated.
- setArchivedFlag(boolean) - Method in class org.javacord.api.entity.channel.ServerThreadChannelUpdater
-
Queues the archived flag to be updated.
- setAudioSource(AudioSource) - Method in interface org.javacord.api.audio.AudioConnection
-
Sets the audio source, replacing any currently playing source.
- setAuditLogReason(String) - Method in interface org.javacord.api.entity.channel.internal.ServerChannelBuilderDelegate
-
Sets the reason for this creation.
- setAuditLogReason(String) - Method in interface org.javacord.api.entity.channel.internal.ServerChannelUpdaterDelegate
-
Sets the reason for this update.
- setAuditLogReason(String) - Method in class org.javacord.api.entity.channel.ServerChannelBuilder
-
Sets the reason for this creation.
- setAuditLogReason(String) - Method in class org.javacord.api.entity.channel.ServerChannelUpdater
-
Sets the reason for this update.
- setAuditLogReason(String) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
-
Sets the reason for the creation.
- setAuditLogReason(String) - Method in class org.javacord.api.entity.emoji.CustomEmojiUpdater
-
Sets the reason for this update.
- setAuditLogReason(String) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
-
Sets the reason for the creation.
- setAuditLogReason(String) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiUpdaterDelegate
-
Sets the reason for this update.
- setAuditLogReason(String) - Method in interface org.javacord.api.entity.permission.internal.RoleBuilderDelegate
-
Sets the reason for the creation.
- setAuditLogReason(String) - Method in interface org.javacord.api.entity.permission.internal.RoleUpdaterDelegate
-
Sets the reason for this update.
- setAuditLogReason(String) - Method in class org.javacord.api.entity.permission.RoleBuilder
-
Sets the reason for the creation.
- setAuditLogReason(String) - Method in class org.javacord.api.entity.permission.RoleUpdater
-
Sets the reason for this update.
- setAuditLogReason(String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Sets the reason for this update.
- setAuditLogReason(String) - Method in interface org.javacord.api.entity.server.invite.internal.InviteBuilderDelegate
-
Sets the reason for the creation.
- setAuditLogReason(String) - Method in class org.javacord.api.entity.server.invite.InviteBuilder
-
Sets the reason for the creation.
- setAuditLogReason(String) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Sets the reason for this update.
- setAuditLogReason(String) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
-
Sets the reason for this update.
- setAuditLogReason(String) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
-
Sets the reason for this update.
- setAuditLogReason(String) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
-
Sets the reason for this update.
- setAuditLogReason(String) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
-
Sets the reason for this update.
- setAuthor(String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the author of the embed.
- setAuthor(String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the author of the embed.
- setAuthor(String, String, byte[]) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the author of the embed.
- setAuthor(String, String, byte[]) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the author of the embed.
- setAuthor(String, String, byte[], String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the author of the embed.
- setAuthor(String, String, byte[], String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the author of the embed.
- setAuthor(String, String, BufferedImage) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the author of the embed.
- setAuthor(String, String, BufferedImage) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the author of the embed.
- setAuthor(String, String, BufferedImage, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the author of the embed.
- setAuthor(String, String, BufferedImage, String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the author of the embed.
- setAuthor(String, String, File) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the author of the embed.
- setAuthor(String, String, File) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the author of the embed.
- setAuthor(String, String, InputStream) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the author of the embed.
- setAuthor(String, String, InputStream) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the author of the embed.
- setAuthor(String, String, InputStream, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the author of the embed.
- setAuthor(String, String, InputStream, String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the author of the embed.
- setAuthor(String, String, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the author of the embed.
- setAuthor(String, String, String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the author of the embed.
- setAuthor(String, String, Icon) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the author of the embed.
- setAuthor(String, String, Icon) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the author of the embed.
- setAuthor(MessageAuthor) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the author of the embed.
- setAuthor(MessageAuthor) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the author of the embed.
- setAuthor(User) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the author of the embed.
- setAuthor(User) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the author of the embed.
- setAutoArchiveDuration(Integer) - Method in interface org.javacord.api.entity.channel.internal.ServerThreadChannelBuilderDelegate
-
Sets the auto archive duration of the thread channel.
- setAutoArchiveDuration(Integer) - Method in class org.javacord.api.entity.channel.ServerThreadChannelBuilder
-
Sets the auto archive duration of the channel.
- setAutoArchiveDuration(AutoArchiveDuration) - Method in interface org.javacord.api.entity.channel.internal.ServerThreadChannelUpdaterDelegate
-
Queues the auto archive duration to be updated.
- setAutoArchiveDuration(AutoArchiveDuration) - Method in class org.javacord.api.entity.channel.ServerThreadChannelBuilder
-
Sets the auto archive duration of the channel.
- setAutoArchiveDuration(AutoArchiveDuration) - Method in class org.javacord.api.entity.channel.ServerThreadChannelUpdater
-
Queues the auto archive duration to be updated.
- setAutocompletable(boolean) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
-
Sets if this option can be autocompleted.
- setAutocompletable(boolean) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
-
Sets if this option can be autocompleted.
- setAutomaticCleanupEnabled(boolean) - Method in interface org.javacord.api.util.cache.MessageCache
-
Sets whether automatic message cache cleanup is enabled.
- setAutomaticMessageCacheCleanupEnabled(boolean) - Method in interface org.javacord.api.DiscordApi
-
Sets whether automatic message cache cleanup is enabled for all existing message caches and all newly created ones.
- setAvatar(byte[]) - Method in class org.javacord.api.AccountUpdater
-
Queues the avatar of the connected account to get updated.
- setAvatar(byte[]) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
-
Sets the avatar.
- setAvatar(byte[]) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
-
Queues the avatar to be updated.
- setAvatar(byte[]) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
-
Sets the avatar.
- setAvatar(byte[]) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
-
Queues the avatar to be updated.
- setAvatar(byte[]) - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
-
Queues the avatar of the connected account to get updated.
- setAvatar(byte[], String) - Method in class org.javacord.api.AccountUpdater
-
Queues the avatar of the connected account to get updated.
- setAvatar(byte[], String) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
-
Sets the avatar.
- setAvatar(byte[], String) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
-
Queues the avatar to be updated.
- setAvatar(byte[], String) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
-
Sets the avatar.
- setAvatar(byte[], String) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
-
Queues the avatar to be updated.
- setAvatar(byte[], String) - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
-
Queues the avatar of the connected account to get updated.
- setAvatar(BufferedImage) - Method in class org.javacord.api.AccountUpdater
-
Queues the avatar of the connected account to get updated.
- setAvatar(BufferedImage) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
-
Sets the avatar.
- setAvatar(BufferedImage) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
-
Queues the avatar to be updated.
- setAvatar(BufferedImage) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
-
Sets the avatar.
- setAvatar(BufferedImage) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
-
Queues the avatar to be updated.
- setAvatar(BufferedImage) - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
-
Queues the avatar of the connected account to get updated.
- setAvatar(BufferedImage, String) - Method in class org.javacord.api.AccountUpdater
-
Queues the avatar of the connected account to get updated.
- setAvatar(BufferedImage, String) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
-
Sets the avatar.
- setAvatar(BufferedImage, String) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
-
Queues the avatar to be updated.
- setAvatar(BufferedImage, String) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
-
Sets the avatar.
- setAvatar(BufferedImage, String) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
-
Queues the avatar to be updated.
- setAvatar(BufferedImage, String) - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
-
Queues the avatar of the connected account to get updated.
- setAvatar(File) - Method in class org.javacord.api.AccountUpdater
-
Queues the avatar of the connected account to get updated.
- setAvatar(File) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
-
Sets the avatar.
- setAvatar(File) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
-
Queues the avatar to be updated.
- setAvatar(File) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
-
Sets the avatar.
- setAvatar(File) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
-
Queues the avatar to be updated.
- setAvatar(File) - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
-
Queues the avatar of the connected account to get updated.
- setAvatar(InputStream) - Method in class org.javacord.api.AccountUpdater
-
Queues the avatar of the connected account to get updated.
- setAvatar(InputStream) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
-
Sets the avatar.
- setAvatar(InputStream) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
-
Queues the avatar to be updated.
- setAvatar(InputStream) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
-
Sets the avatar.
- setAvatar(InputStream) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
-
Queues the avatar to be updated.
- setAvatar(InputStream) - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
-
Queues the avatar of the connected account to get updated.
- setAvatar(InputStream, String) - Method in class org.javacord.api.AccountUpdater
-
Queues the avatar of the connected account to get updated.
- setAvatar(InputStream, String) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
-
Sets the avatar.
- setAvatar(InputStream, String) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
-
Queues the avatar to be updated.
- setAvatar(InputStream, String) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
-
Sets the avatar.
- setAvatar(InputStream, String) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
-
Queues the avatar to be updated.
- setAvatar(InputStream, String) - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
-
Queues the avatar of the connected account to get updated.
- setAvatar(URL) - Method in class org.javacord.api.AccountUpdater
-
Queues the avatar of the connected account to get updated.
- setAvatar(URL) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
-
Sets the avatar.
- setAvatar(URL) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
-
Queues the avatar to be updated.
- setAvatar(URL) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
-
Sets the avatar.
- setAvatar(URL) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
-
Queues the avatar to be updated.
- setAvatar(URL) - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
-
Queues the avatar of the connected account to get updated.
- setAvatar(Icon) - Method in class org.javacord.api.AccountUpdater
-
Queues the avatar of the connected account to get updated.
- setAvatar(Icon) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
-
Sets the avatar.
- setAvatar(Icon) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
-
Queues the avatar to be updated.
- setAvatar(Icon) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
-
Sets the avatar.
- setAvatar(Icon) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
-
Queues the avatar to be updated.
- setAvatar(Icon) - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
-
Queues the avatar of the connected account to get updated.
- setBanner(byte[]) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the banner to be updated.
- setBanner(byte[]) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the banner to be updated.
- setBanner(byte[], String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the banner to be updated.
- setBanner(byte[], String) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the banner to be updated.
- setBanner(BufferedImage) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the banner to be updated.
- setBanner(BufferedImage) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the banner to be updated.
- setBanner(BufferedImage, String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the banner to be updated.
- setBanner(BufferedImage, String) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the banner to be updated.
- setBanner(File) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the banner to be updated.
- setBanner(File) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the banner to be updated.
- setBanner(InputStream) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the banner to be updated.
- setBanner(InputStream) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the banner to be updated.
- setBanner(InputStream, String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the banner to be updated.
- setBanner(InputStream, String) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the banner to be updated.
- setBanner(URL) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the banner to be updated.
- setBanner(URL) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the banner to be updated.
- setBanner(Icon) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the banner to be updated.
- setBanner(Icon) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the banner to be updated.
- setBitrate(int) - Method in interface org.javacord.api.entity.channel.internal.ServerVoiceChannelBuilderDelegate
-
Sets the bitrate of the channel.
- setBitrate(int) - Method in interface org.javacord.api.entity.channel.internal.ServerVoiceChannelUpdaterDelegate
-
Queues the bitrate to be updated.
- setBitrate(int) - Method in class org.javacord.api.entity.channel.ServerVoiceChannelBuilder
-
Sets the bitrate of the channel.
- setBitrate(int) - Method in class org.javacord.api.entity.channel.ServerVoiceChannelUpdater
-
Queues the bitrate to be updated.
- setBufferSize(long, TimeUnit) - Method in interface org.javacord.api.audio.BufferableAudioSource
-
Sets the buffer size of the audio source.
- setCachedForever(boolean) - Method in interface org.javacord.api.entity.message.Message
-
Sets if the message is kept in cache forever.
- setCapacity(int) - Method in interface org.javacord.api.util.cache.MessageCache
-
Sets the capacity of the message cache.
- setCategory(ChannelCategory) - Method in interface org.javacord.api.entity.channel.internal.ServerForumChannelBuilderDelegate
-
Sets the category of the channel.
- setCategory(ChannelCategory) - Method in interface org.javacord.api.entity.channel.internal.ServerForumChannelUpdaterDelegate
-
Queues the category to be updated.
- setCategory(ChannelCategory) - Method in interface org.javacord.api.entity.channel.internal.ServerTextChannelBuilderDelegate
-
Sets the category of the channel.
- setCategory(ChannelCategory) - Method in interface org.javacord.api.entity.channel.internal.ServerTextChannelUpdaterDelegate
-
Queues the category to be updated.
- setCategory(ChannelCategory) - Method in interface org.javacord.api.entity.channel.internal.ServerVoiceChannelBuilderDelegate
-
Sets the category of the channel.
- setCategory(ChannelCategory) - Method in interface org.javacord.api.entity.channel.internal.ServerVoiceChannelUpdaterDelegate
-
Queues the category to be updated.
- setCategory(ChannelCategory) - Method in class org.javacord.api.entity.channel.ServerForumChannelBuilder
-
Sets the category of the channel.
- setCategory(ChannelCategory) - Method in class org.javacord.api.entity.channel.ServerForumChannelUpdater
-
Queues the category to be updated.
- setCategory(ChannelCategory) - Method in class org.javacord.api.entity.channel.ServerTextChannelBuilder
-
Sets the category of the channel.
- setCategory(ChannelCategory) - Method in class org.javacord.api.entity.channel.ServerTextChannelUpdater
-
Queues the category to be updated.
- setCategory(ChannelCategory) - Method in class org.javacord.api.entity.channel.ServerVoiceChannelBuilder
-
Sets the category of the channel.
- setCategory(ChannelCategory) - Method in class org.javacord.api.entity.channel.ServerVoiceChannelUpdater
-
Queues the category to be updated.
- setChannel(ServerTextChannel) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
-
Queues the channel to be updated.
- setChannel(ServerTextChannel) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
-
Queues the channel to be updated.
- setChannelType(ChannelType) - Method in interface org.javacord.api.entity.channel.internal.ServerThreadChannelBuilderDelegate
-
Sets the thread channel type of the thread channel.
- setChannelTypes(Collection<ChannelType>) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
-
Sets the channel types for the slash command option.
- setChannelTypes(Collection<ChannelType>) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
-
Sets the channel types for the slash command option.
- setChoices(List<SlashCommandOptionChoice>) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
-
Sets the choices of the slash command option.
- setChoices(List<SlashCommandOptionChoice>) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
-
Sets the choices of the slash command option.
- setColor(Color) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the color of the embed.
- setColor(Color) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the color of the embed.
- setColor(Color) - Method in interface org.javacord.api.entity.permission.internal.RoleBuilderDelegate
-
Sets the color of the role.
- setColor(Color) - Method in interface org.javacord.api.entity.permission.internal.RoleUpdaterDelegate
-
Queues the color to be updated.
- setColor(Color) - Method in class org.javacord.api.entity.permission.RoleBuilder
-
Sets the color of the role.
- setColor(Color) - Method in class org.javacord.api.entity.permission.RoleUpdater
-
Queues the color to be updated.
- setContent(String) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
-
Sets the content of the message.
- setContent(String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
-
Sets the content of the message.
- setContent(String) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
- setContent(String) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
-
Sets the content of the message.
- setCurrentShard(int) - Method in class org.javacord.api.DiscordApiBuilder
-
Sets shard for server sharding.
- setCurrentShard(int) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
-
Sets the current shards.
- setCustomId(String) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
-
Set the button's custom ID.
- setCustomId(String) - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
-
Set the button's custom ID.
- setCustomId(String) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuBuilderDelegate
-
Set the select menu's component identifier.
- setCustomId(String) - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
-
Set the TextInput's custom ID.
- setCustomId(String) - Method in class org.javacord.api.entity.message.component.SelectMenuBuilder
-
Set the custom ID for the select menu.
- setCustomId(String) - Method in class org.javacord.api.entity.message.component.TextInputBuilder
-
Set the Text Input's custom ID.
- setDeafened(User, boolean) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues a user's deafened state to be updated.
- setDeafened(User, boolean) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues a user's deafened state to be updated.
- setDebug(boolean) - Static method in class org.javacord.api.util.logging.FallbackLoggerConfiguration
-
Sets whether debug logging should be enabled.
- setDecimalMaxValue(double) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
-
Sets the
SlashCommandOptionType.DECIMALmax value for the slash command option. - setDecimalMaxValue(double) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
-
Sets the maximum value permitted for the
SlashCommandOptionType.DECIMALslash command option. - setDecimalMinValue(double) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
-
Sets the
SlashCommandOptionType.DECIMALmin value for the slash command option. - setDecimalMinValue(double) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
-
Sets the minimum value permitted for the
SlashCommandOptionType.DECIMALslash command option. - setDefault(boolean) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuOptionBuilderDelegate
-
Set if the option is the default option.
- setDefault(boolean) - Method in class org.javacord.api.entity.message.component.SelectMenuOptionBuilder
-
Set the option to default for the menu.
- setDefaultDisabled() - Method in class org.javacord.api.interaction.ApplicationCommandBuilder
-
Sets whether this command should be disabled and only usable by server administrators by default.
- setDefaultDisabled() - Method in class org.javacord.api.interaction.ApplicationCommandUpdater
-
Sets whether this command should be disabled and only usable by server administrators by default.
- setDefaultDisabled() - Method in interface org.javacord.api.interaction.internal.ApplicationCommandBuilderDelegate
-
Sets whether this command should be disabled and only usable by server administrators by default.
- setDefaultDisabled() - Method in interface org.javacord.api.interaction.internal.ApplicationCommandUpdaterDelegate
-
Sets whether this command should be disabled and only usable by server administrators by default.
- setDefaultEnabledForEveryone() - Method in class org.javacord.api.interaction.ApplicationCommandBuilder
-
Enables this command for use by all users.
- setDefaultEnabledForEveryone() - Method in class org.javacord.api.interaction.ApplicationCommandUpdater
-
Enables this command for use by all users.
- setDefaultEnabledForEveryone() - Method in interface org.javacord.api.interaction.internal.ApplicationCommandBuilderDelegate
-
Enables this command for use by all users.
- setDefaultEnabledForEveryone() - Method in interface org.javacord.api.interaction.internal.ApplicationCommandUpdaterDelegate
-
Enables this command for use by all users.
- setDefaultEnabledForPermissions(EnumSet<PermissionType>) - Method in class org.javacord.api.interaction.ApplicationCommandBuilder
-
Sets the default required permissions to be able to use this command.
- setDefaultEnabledForPermissions(EnumSet<PermissionType>) - Method in class org.javacord.api.interaction.ApplicationCommandUpdater
-
Sets the default required permissions to be able to use this command.
- setDefaultEnabledForPermissions(EnumSet<PermissionType>) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandBuilderDelegate
-
Sets the default required permissions for this command.
- setDefaultEnabledForPermissions(EnumSet<PermissionType>) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandUpdaterDelegate
-
Sets the default required permissions for this command.
- setDefaultEnabledForPermissions(PermissionType...) - Method in class org.javacord.api.interaction.ApplicationCommandBuilder
-
Sets the default required permissions to be able to use this command.
- setDefaultEnabledForPermissions(PermissionType...) - Method in class org.javacord.api.interaction.ApplicationCommandUpdater
-
Sets the default required permissions to be able to use this command.
- setDefaultMessageNotificationLevel(DefaultMessageNotificationLevel) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
-
Sets the server's default message notification level.
- setDefaultMessageNotificationLevel(DefaultMessageNotificationLevel) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the default message notification level to be updated.
- setDefaultMessageNotificationLevel(DefaultMessageNotificationLevel) - Method in class org.javacord.api.entity.server.ServerBuilder
-
Sets the server's default message notification level.
- setDefaultMessageNotificationLevel(DefaultMessageNotificationLevel) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the default message notification level to be updated.
- setDenied(PermissionType...) - Method in class org.javacord.api.entity.permission.PermissionsBuilder
-
Sets the state for the given types to
PermissionState.DENIED. - setDescription(String) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuOptionBuilderDelegate
-
Set the description of the select menu.
- setDescription(String) - Method in class org.javacord.api.entity.message.component.SelectMenuOptionBuilder
-
Set the description for the select menu option.
- setDescription(String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the description of the embed.
- setDescription(String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the description of the embed.
- setDescription(String) - Method in interface org.javacord.api.entity.sticker.internal.StickerBuilderDelegate
-
Sets the description of the sticker.
- setDescription(String) - Method in interface org.javacord.api.entity.sticker.internal.StickerUpdaterDelegate
-
Sets the new description of the sticker.
- setDescription(String) - Method in class org.javacord.api.entity.sticker.StickerBuilder
-
Sets the description of the sticker.
- setDescription(String) - Method in class org.javacord.api.entity.sticker.StickerUpdater
-
Updates the description of the sticker.
- setDescription(String) - Method in class org.javacord.api.interaction.ApplicationCommandBuilder
-
Sets the description of the slash command.
- setDescription(String) - Method in class org.javacord.api.interaction.ApplicationCommandUpdater
-
Sets the new description of the slash command.
- setDescription(String) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandBuilderDelegate
-
Sets the description of the slash command.
- setDescription(String) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandUpdaterDelegate
-
Sets the new description of the slash command.
- setDescription(String) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
-
Sets the description of the slash command option.
- setDescription(String) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
-
Sets the description of the slash command option.
- setDisabled(boolean) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuBuilderDelegate
-
Set if the select menu should be disabled.
- setDisabled(boolean) - Method in class org.javacord.api.entity.message.component.SelectMenuBuilder
-
Set if the select menu should be disabled.
- setDisabled(Boolean) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
-
Set the button to disabled.
- setDisabled(Boolean) - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
-
Set the button to disabled.
- setDisplayAuthor(MessageAuthor) - Method in interface org.javacord.api.entity.message.internal.WebhookMessageBuilderDelegate
-
Sets the display avatar of the webhook.
- setDisplayAuthor(MessageAuthor) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
-
Sets the display avatar of the webhook.
- setDisplayAuthor(User) - Method in interface org.javacord.api.entity.message.internal.WebhookMessageBuilderDelegate
-
Sets the display avatar of the webhook.
- setDisplayAuthor(User) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
-
Sets the display avatar of the webhook.
- setDisplayAvatar(URL) - Method in interface org.javacord.api.entity.message.internal.WebhookMessageBuilderDelegate
-
Sets the display avatar of the webhook.
- setDisplayAvatar(URL) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
-
Sets the display avatar of the webhook.
- setDisplayAvatar(Icon) - Method in interface org.javacord.api.entity.message.internal.WebhookMessageBuilderDelegate
-
Sets the display avatar of the webhook.
- setDisplayAvatar(Icon) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
-
Sets the display avatar of the webhook.
- setDisplayName(String) - Method in interface org.javacord.api.entity.message.internal.WebhookMessageBuilderDelegate
-
Sets the display name of the webhook.
- setDisplayName(String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
-
Sets the display name of the webhook.
- setDisplaySeparately(boolean) - Method in interface org.javacord.api.entity.permission.internal.RoleBuilderDelegate
-
Sets if the role should be pinned in the user listing (sometimes called "hoist").
- setDisplaySeparately(boolean) - Method in class org.javacord.api.entity.permission.RoleBuilder
-
Sets if the role should be pinned in the user listing (sometimes called "hoist").
- setDisplaySeparatelyFlag(boolean) - Method in interface org.javacord.api.entity.permission.internal.RoleUpdaterDelegate
-
Queues the display separately flag (sometimes called "hoist") to be updated.
- setDisplaySeparatelyFlag(boolean) - Method in class org.javacord.api.entity.permission.RoleUpdater
-
Queues the display separately flag (sometimes called "hoist") to be updated.
- setEmoji(String) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
-
Set the button's emoji based on a unicode character.
- setEmoji(String) - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
-
Set the button's emoji based on a unicode character.
- setEmoji(String) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuOptionBuilderDelegate
-
Sets the emoji for the option.
- setEmoji(String) - Method in class org.javacord.api.entity.message.component.SelectMenuOptionBuilder
-
Sets the emoji for the select menu option.
- setEmoji(CustomEmoji) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
-
Set the button's emoji to a custom emoji.
- setEmoji(CustomEmoji) - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
-
Set the button's emoji to a custom emoji.
- setEmoji(Emoji) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
-
Set the button's emoji.
- setEmoji(Emoji) - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
-
Set the button's emoji.
- setEmoji(Emoji) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuOptionBuilderDelegate
-
Set the emoji for the option.
- setEmoji(Emoji) - Method in class org.javacord.api.entity.message.component.SelectMenuOptionBuilder
-
Set the emoji for the select menu option.
- setEnabledInDms(boolean) - Method in class org.javacord.api.interaction.ApplicationCommandBuilder
-
Sets whether this command is able to be used in DMs.
- setEnabledInDms(boolean) - Method in class org.javacord.api.interaction.ApplicationCommandUpdater
-
Sets whether this command is able to be used in DMs.
- setEnabledInDms(boolean) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandBuilderDelegate
-
Sets whether this command is able to be used in DMs.
- setEnabledInDms(boolean) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandUpdaterDelegate
-
Sets whether this command is able to be used in DMs.
- setEventsDispatchable(boolean) - Method in interface org.javacord.api.DiscordApi
-
Sets whether this API instance can dispatch events.
- setEventsDispatchable(boolean) - Method in class org.javacord.api.DiscordApiBuilder
-
Sets whether this API instance can dispatch events.
- setEventsDispatchable(boolean) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
-
Sets whether this API instance can dispatch events.
- setExplicitContentFilterLevel(ExplicitContentFilterLevel) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
-
Sets the server's explicit content filter level.
- setExplicitContentFilterLevel(ExplicitContentFilterLevel) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the explicit content filter level to be updated.
- setExplicitContentFilterLevel(ExplicitContentFilterLevel) - Method in class org.javacord.api.entity.server.ServerBuilder
-
Sets the server's explicit content filter level.
- setExplicitContentFilterLevel(ExplicitContentFilterLevel) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the explicit content filter level to be updated.
- setFile(File) - Method in interface org.javacord.api.entity.sticker.internal.StickerBuilderDelegate
-
Sets the file to upload as sticker.
- setFile(File) - Method in class org.javacord.api.entity.sticker.StickerBuilder
-
Sets the file to upload as sticker.
- setFlags(EnumSet<MessageFlag>) - Method in interface org.javacord.api.entity.message.internal.InteractionMessageBuilderDelegate
-
Sets the interaction message flags of the message.
- setFlags(EnumSet<MessageFlag>) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
- setFlags(EnumSet<MessageFlag>) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
-
Sets the message flags of the message.
- setFlags(MessageFlag...) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
- setFlags(MessageFlag...) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
-
Sets the message flags of the message.
- setFooter(String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the footer of the embed.
- setFooter(String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the footer of the embed.
- setFooter(String, byte[]) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the footer of the embed.
- setFooter(String, byte[]) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the footer of the embed.
- setFooter(String, byte[], String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the footer of the embed.
- setFooter(String, byte[], String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the footer of the embed.
- setFooter(String, BufferedImage) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the footer of the embed.
- setFooter(String, BufferedImage) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the footer of the embed.
- setFooter(String, BufferedImage, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the footer of the embed.
- setFooter(String, BufferedImage, String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the footer of the embed.
- setFooter(String, File) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the footer of the embed.
- setFooter(String, File) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the footer of the embed.
- setFooter(String, InputStream) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the footer of the embed.
- setFooter(String, InputStream) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the footer of the embed.
- setFooter(String, InputStream, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the footer of the embed.
- setFooter(String, InputStream, String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the footer of the embed.
- setFooter(String, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the footer of the embed.
- setFooter(String, String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the footer of the embed.
- setFooter(String, Icon) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the footer of the embed.
- setFooter(String, Icon) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the footer of the embed.
- setGatewayIdentifyRatelimiter(Ratelimiter) - Method in class org.javacord.api.DiscordApiBuilder
-
Sets a ratelimiter that can be used to control the 5 seconds gateway identify ratelimit.
- setGatewayIdentifyRatelimiter(Ratelimiter) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
-
Sets a ratelimiter that can be used to respect the 5-second gateway identify ratelimit.
- setGlobalRatelimiter(Ratelimiter) - Method in class org.javacord.api.DiscordApiBuilder
-
Sets a ratelimiter that can be used to control global ratelimits.
- setGlobalRatelimiter(Ratelimiter) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
-
Sets a ratelimiter that can be used to control global ratelimits.
- setIcon(byte[]) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
-
Sets the server's icon.
- setIcon(byte[]) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the icon to be updated.
- setIcon(byte[]) - Method in class org.javacord.api.entity.server.ServerBuilder
-
Sets the server's icon.
- setIcon(byte[]) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the icon to be updated.
- setIcon(byte[], String) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
-
Sets the server's icon.
- setIcon(byte[], String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the icon to be updated.
- setIcon(byte[], String) - Method in class org.javacord.api.entity.server.ServerBuilder
-
Sets the server's icon.
- setIcon(byte[], String) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the icon to be updated.
- setIcon(BufferedImage) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
-
Sets the server's icon.
- setIcon(BufferedImage) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the icon to be updated.
- setIcon(BufferedImage) - Method in class org.javacord.api.entity.server.ServerBuilder
-
Sets the server's icon.
- setIcon(BufferedImage) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the icon to be updated.
- setIcon(BufferedImage, String) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
-
Sets the server's icon.
- setIcon(BufferedImage, String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the icon to be updated.
- setIcon(BufferedImage, String) - Method in class org.javacord.api.entity.server.ServerBuilder
-
Sets the server's icon.
- setIcon(BufferedImage, String) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the icon to be updated.
- setIcon(File) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
-
Sets the server's icon.
- setIcon(File) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the icon to be updated.
- setIcon(File) - Method in class org.javacord.api.entity.server.ServerBuilder
-
Sets the server's icon.
- setIcon(File) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the icon to be updated.
- setIcon(InputStream) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
-
Sets the server's icon.
- setIcon(InputStream) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the icon to be updated.
- setIcon(InputStream) - Method in class org.javacord.api.entity.server.ServerBuilder
-
Sets the server's icon.
- setIcon(InputStream) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the icon to be updated.
- setIcon(InputStream, String) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
-
Sets the server's icon.
- setIcon(InputStream, String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the icon to be updated.
- setIcon(InputStream, String) - Method in class org.javacord.api.entity.server.ServerBuilder
-
Sets the server's icon.
- setIcon(InputStream, String) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the icon to be updated.
- setIcon(URL) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
-
Sets the server's icon.
- setIcon(URL) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the icon to be updated.
- setIcon(URL) - Method in class org.javacord.api.entity.server.ServerBuilder
-
Sets the server's icon.
- setIcon(URL) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the icon to be updated.
- setIcon(Icon) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
-
Sets the server's icon.
- setIcon(Icon) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the icon to be updated.
- setIcon(Icon) - Method in class org.javacord.api.entity.server.ServerBuilder
-
Sets the server's icon.
- setIcon(Icon) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the icon to be updated.
- setImage(byte[]) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
-
Sets the image of the emoji.
- setImage(byte[]) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
-
Sets the image of the emoji.
- setImage(byte[]) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the image of the embed.
- setImage(byte[]) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the image of the embed.
- setImage(byte[], String) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
-
Sets the image of the emoji.
- setImage(byte[], String) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
-
Sets the image of the emoji.
- setImage(byte[], String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the image of the embed.
- setImage(byte[], String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the image of the embed.
- setImage(BufferedImage) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
-
Sets the image of the emoji.
- setImage(BufferedImage) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
-
Sets the image of the emoji.
- setImage(BufferedImage) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the image of the embed.
- setImage(BufferedImage) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the image of the embed.
- setImage(BufferedImage, String) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
-
Sets the image of the emoji.
- setImage(BufferedImage, String) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
-
Sets the image of the emoji.
- setImage(BufferedImage, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the image of the embed.
- setImage(BufferedImage, String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the image of the embed.
- setImage(File) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
-
Sets the image of the emoji.
- setImage(File) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
-
Sets the image of the emoji.
- setImage(File) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the image of the embed.
- setImage(File) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the image of the embed.
- setImage(InputStream) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
-
Sets the image of the emoji.
- setImage(InputStream) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
-
Sets the image of the emoji.
- setImage(InputStream) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the image of the embed.
- setImage(InputStream) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the image of the embed.
- setImage(InputStream, String) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
-
Sets the image of the emoji.
- setImage(InputStream, String) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
-
Sets the image of the emoji.
- setImage(InputStream, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the image of the embed.
- setImage(InputStream, String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the image of the embed.
- setImage(String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the image of the embed.
- setImage(String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the image of the embed.
- setImage(URL) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
-
Sets the image of the emoji.
- setImage(URL) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
-
Sets the image of the emoji.
- setImage(Icon) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
-
Sets the image of the emoji.
- setImage(Icon) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
-
Sets the image of the emoji.
- setImage(Icon) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the image of the embed.
- setImage(Icon) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the image of the embed.
- setInline(boolean) - Method in interface org.javacord.api.entity.message.embed.EditableEmbedField
-
Sets whether this field should display inline.
- setIntents(Intent...) - Method in class org.javacord.api.DiscordApiBuilder
-
Sets intent for the events which should be received.
- setInvitableFlag(boolean) - Method in interface org.javacord.api.entity.channel.internal.ServerThreadChannelUpdaterDelegate
-
Queues the invitable flag to be updated.
- setInvitableFlag(boolean) - Method in class org.javacord.api.entity.channel.ServerThreadChannelUpdater
-
Queues the invitable flag to be updated.
- setInvitableFlag(Boolean) - Method in interface org.javacord.api.entity.channel.internal.ServerThreadChannelBuilderDelegate
-
Sets the invitable flag of the thread channel.
- setInvitableFlag(Boolean) - Method in class org.javacord.api.entity.channel.ServerThreadChannelBuilder
-
Sets the invitable flag of the thread channel.
- setLabel(String) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
-
Set the button's label.
- setLabel(String) - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
-
Set the button's label.
- setLabel(String) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuOptionBuilderDelegate
-
Set the label of the select menu.
- setLabel(String) - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
-
Set the TextInput's label.
- setLabel(String) - Method in class org.javacord.api.entity.message.component.SelectMenuOptionBuilder
-
Set the label for the select menu option.
- setLabel(String) - Method in class org.javacord.api.entity.message.component.TextInputBuilder
-
Set the Text Input's label.
- setLockedFlag(boolean) - Method in interface org.javacord.api.entity.channel.internal.ServerThreadChannelUpdaterDelegate
-
Queues the locked flag to be updated.
- setLockedFlag(boolean) - Method in class org.javacord.api.entity.channel.ServerThreadChannelUpdater
-
Queues the locked flag to be updated.
- setLongMaxValue(long) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
-
Sets the
SlashCommandOptionType.LONGmax value for the slash command option. - setLongMaxValue(long) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
-
Sets the maximum value permitted for the
SlashCommandOptionType.LONGslash command option. - setLongMinValue(long) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
-
Sets the
SlashCommandOptionType.LONGmin value for the slash command option. - setLongMinValue(long) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
-
Sets the minimum value permitted for the
SlashCommandOptionType.LONGslash command option. - setMaxAgeInSeconds(int) - Method in interface org.javacord.api.entity.server.invite.internal.InviteBuilderDelegate
-
Sets the duration of the invite in seconds before expiry, or 0 for never.
- setMaxAgeInSeconds(int) - Method in class org.javacord.api.entity.server.invite.InviteBuilder
-
Sets the duration of the invite in seconds before expiry, or 0 for never.
- setMaximumLength(Integer) - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
-
Set the TextInput's maximumLength length.
- setMaximumLength(Integer) - Method in class org.javacord.api.entity.message.component.TextInputBuilder
-
Set the Text Input's maximum length.
- setMaximumValues(int) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuBuilderDelegate
-
Set the max amount of options to choose.
- setMaximumValues(int) - Method in class org.javacord.api.entity.message.component.SelectMenuBuilder
-
Set the maximum amount of options which can be selected.
- setMaxLength(long) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
-
Sets the
SlashCommandOptionType.STRINGmax length for the slash command option. - setMaxLength(long) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
-
Sets the
SlashCommandOptionType.STRINGmax length for the slash command option. - setMaxUses(int) - Method in interface org.javacord.api.entity.server.invite.internal.InviteBuilderDelegate
-
Sets the max number of uses or 0 for unlimited.
- setMaxUses(int) - Method in class org.javacord.api.entity.server.invite.InviteBuilder
-
Sets the max number of uses or 0 for unlimited.
- setMentionable(boolean) - Method in interface org.javacord.api.entity.permission.internal.RoleBuilderDelegate
-
Sets if the role is mentionable or not.
- setMentionable(boolean) - Method in class org.javacord.api.entity.permission.RoleBuilder
-
Sets if the role is mentionable or not.
- setMentionableFlag(boolean) - Method in interface org.javacord.api.entity.permission.internal.RoleUpdaterDelegate
-
Queues the mentionable flag to be updated.
- setMentionableFlag(boolean) - Method in class org.javacord.api.entity.permission.RoleUpdater
-
Queues the mentionable flag to be updated.
- setMentionEveryoneAndHere(boolean) - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
-
Mentions @everyone and @here.
- setMentionEveryoneAndHere(boolean) - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
-
Sets the general mentions of the message.
- setMentionRepliedUser(boolean) - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
-
Mention the replied user if the message is a reply.
- setMentionRepliedUser(boolean) - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
-
Sets whether the replied user should be mentioned if the message is a reply.
- setMentionRoles(boolean) - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
-
Mentions all mentioned roles.
- setMentionRoles(boolean) - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
-
Sets the general mentions of the message.
- setMentionUsers(boolean) - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
-
Mentions all mentioned users.
- setMentionUsers(boolean) - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
-
Sets the general mentions of the message.
- setMessageCacheSize(int, int) - Method in interface org.javacord.api.DiscordApi
-
Sets the cache size of all caches.
- setMinimumLength(Integer) - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
-
Set the TextInput's minimum length.
- setMinimumLength(Integer) - Method in class org.javacord.api.entity.message.component.TextInputBuilder
-
Set the Text Input's minimum length.
- setMinimumValues(int) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuBuilderDelegate
-
Set the min amount of options to choose.
- setMinimumValues(int) - Method in class org.javacord.api.entity.message.component.SelectMenuBuilder
-
Set the minimum amount of options which must be selected.
- setMinLength(long) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
-
Sets the
SlashCommandOptionType.STRINGmin length for the slash command option. - setMinLength(long) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
-
Sets the
SlashCommandOptionType.STRINGmin length for the slash command option. - setModeratorsOnlyChannel(ServerTextChannel) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the moderators-only channel to be updated.
- setModeratorsOnlyChannel(ServerTextChannel) - Method in interface org.javacord.api.entity.server.Server
-
Updates the moderators-only channel of the server.
- setModeratorsOnlyChannel(ServerTextChannel) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the moderators-only channel to be updated.
- setMuted(boolean) - Method in interface org.javacord.api.audio.AudioSource
-
Sets whether the audio source should be muted.
- setMuted(boolean) - Method in class org.javacord.api.audio.AudioSourceBase
- setMuted(User, boolean) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues a user's muted state to be updated.
- setMuted(User, boolean) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues a user's muted state to be updated.
- setName(String) - Method in interface org.javacord.api.entity.channel.internal.ServerChannelBuilderDelegate
-
Sets the name of the channel.
- setName(String) - Method in interface org.javacord.api.entity.channel.internal.ServerChannelUpdaterDelegate
-
Queues the name to be updated.
- setName(String) - Method in class org.javacord.api.entity.channel.ServerChannelBuilder
-
Sets the name of the channel.
- setName(String) - Method in class org.javacord.api.entity.channel.ServerChannelUpdater
-
Queues the name to be updated.
- setName(String) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
-
Sets the name of the emoji.
- setName(String) - Method in class org.javacord.api.entity.emoji.CustomEmojiUpdater
-
Queues the name to be updated.
- setName(String) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
-
Sets the name of the emoji.
- setName(String) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiUpdaterDelegate
-
Queues the name to be updated.
- setName(String) - Method in interface org.javacord.api.entity.message.embed.EditableEmbedField
-
Sets the name of the field.
- setName(String) - Method in interface org.javacord.api.entity.permission.internal.RoleBuilderDelegate
-
Sets the name of the role.
- setName(String) - Method in interface org.javacord.api.entity.permission.internal.RoleUpdaterDelegate
-
Queues the name to be updated.
- setName(String) - Method in class org.javacord.api.entity.permission.RoleBuilder
-
Sets the name of the role.
- setName(String) - Method in class org.javacord.api.entity.permission.RoleUpdater
-
Queues the name to be updated.
- setName(String) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
-
Sets the server's name.
- setName(String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the name to be updated.
- setName(String) - Method in class org.javacord.api.entity.server.ServerBuilder
-
Sets the server's name.
- setName(String) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the name to be updated.
- setName(String) - Method in interface org.javacord.api.entity.sticker.internal.StickerBuilderDelegate
-
Sets the name of the sticker.
- setName(String) - Method in interface org.javacord.api.entity.sticker.internal.StickerUpdaterDelegate
-
Set the new name of the sticker.
- setName(String) - Method in class org.javacord.api.entity.sticker.StickerBuilder
-
Sets the name of the sticker.
- setName(String) - Method in class org.javacord.api.entity.sticker.StickerUpdater
-
Updates the name of the sticker.
- setName(String) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
-
Sets the name.
- setName(String) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
-
Queues the name to be updated.
- setName(String) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
-
Sets the name.
- setName(String) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
-
Queues the name to be updated.
- setName(String) - Method in class org.javacord.api.interaction.ApplicationCommandBuilder
-
Sets the name of the message context menu.
- setName(String) - Method in class org.javacord.api.interaction.ApplicationCommandUpdater
-
Sets the new name of the application command.
- setName(String) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandBuilderDelegate
-
Sets the name of the application command.
- setName(String) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandUpdaterDelegate
-
Sets the new name of the application command.
- setName(String) - Method in interface org.javacord.api.interaction.internal.MessageContextMenuUpdaterDelegate
-
Sets the new name of the message context menu.
- setName(String) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
-
Sets the name of the slash command option.
- setName(String) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionChoiceBuilderDelegate
-
Sets the name of the slash command option choice.
- setName(String) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
-
Sets the name of the slash command option.
- setName(String) - Method in class org.javacord.api.interaction.SlashCommandOptionChoiceBuilder
-
Sets the name of the slash command option choice.
- setNeverExpire() - Method in interface org.javacord.api.entity.server.invite.internal.InviteBuilderDelegate
-
Sets the invite to never expire.
- setNeverExpire() - Method in class org.javacord.api.entity.server.invite.InviteBuilder
-
Sets the invite to never expire.
- setNickname(User, String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues a user's nickname to be updated.
- setNickname(User, String) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues a user's nickname to be updated.
- setNonce(String) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
-
Sets the nonce of the message.
- setNsfw(boolean) - Method in interface org.javacord.api.entity.channel.internal.ServerVoiceChannelUpdaterDelegate
-
Queues the nsfw flag to be updated.
- setNsfw(boolean) - Method in class org.javacord.api.entity.channel.ServerVoiceChannelUpdater
-
Queues the nsfw flag to be updated.
- setNsfwFlag(boolean) - Method in interface org.javacord.api.entity.channel.internal.ServerTextChannelUpdaterDelegate
-
Queues the nsfw to be updated.
- setNsfwFlag(boolean) - Method in class org.javacord.api.entity.channel.ServerTextChannelUpdater
-
Queues the nsfw to be updated.
- setOptions(List<SlashCommandOption>) - Method in interface org.javacord.api.interaction.internal.SlashCommandBuilderDelegate
-
Sets the slash commands for the slash command.
- setOptions(List<SlashCommandOption>) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
-
Sets the slash commands for the slash command option.
- setOptions(List<SlashCommandOption>) - Method in interface org.javacord.api.interaction.internal.SlashCommandUpdaterDelegate
-
Sets the new slash command options.
- setOptions(List<SlashCommandOption>) - Method in class org.javacord.api.interaction.SlashCommandBuilder
-
Sets the slash commands for the slash command.
- setOptions(List<SlashCommandOption>) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
-
Sets the slash commands for the slash command option.
- setOwner(User) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the owner to be updated.
- setOwner(User) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the owner to be updated.
- setPaused(boolean) - Method in interface org.javacord.api.audio.PauseableAudioSource
-
Sets whether the audio source should be paused.
- setPaused(boolean) - Method in class org.javacord.api.audio.SilentAudioSource
- setPermissions(Permissions) - Method in class org.javacord.api.BotInviteBuilder
-
Sets the permissions the bot should have.
- setPermissions(Permissions) - Method in interface org.javacord.api.entity.permission.internal.RoleBuilderDelegate
-
Sets the permissions of the role.
- setPermissions(Permissions) - Method in interface org.javacord.api.entity.permission.internal.RoleUpdaterDelegate
-
Queues the permissions to be updated.
- setPermissions(Permissions) - Method in class org.javacord.api.entity.permission.RoleBuilder
-
Sets the permissions of the role.
- setPermissions(Permissions) - Method in class org.javacord.api.entity.permission.RoleUpdater
-
Queues the permissions to be updated.
- setPermissions(PermissionType...) - Method in class org.javacord.api.BotInviteBuilder
-
Sets the permissions the bot should have.
- setPlaceholder(String) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuBuilderDelegate
-
Set the select menu's placeholder.
- setPlaceholder(String) - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
-
Set the TextInput's placeholder.
- setPlaceholder(String) - Method in class org.javacord.api.entity.message.component.SelectMenuBuilder
-
Set the placeholder for the select menu.
- setPlaceholder(String) - Method in class org.javacord.api.entity.message.component.TextInputBuilder
-
Set the Text Input's placeholder.
- setPosition(long, TimeUnit) - Method in interface org.javacord.api.audio.SeekableAudioSource
-
Sets the position of the audio source.
- setPosition(long, TimeUnit) - Method in class org.javacord.api.audio.SilentAudioSource
- setPreferredLocale(Locale) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the locale of a "PUBLIC" server to be updated.
- setPreferredLocale(Locale) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the preferred locale of a public guild to be updated.
- setPrioritySpeaking(boolean) - Method in interface org.javacord.api.audio.AudioConnection
-
Sets the priority speaker status of this connection.
- setPromptConsent(boolean) - Method in class org.javacord.api.BotInviteBuilder
-
Sets whether to append prompt consent to the invite link.
- setProxy(Proxy) - Method in class org.javacord.api.DiscordApiBuilder
-
Sets the proxy which should be used to connect to the Discord REST API and web socket.
- setProxy(Proxy) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
-
Sets the proxy which should be used to connect to the Discord REST API and websocket.
- setProxyAuthenticator(Authenticator) - Method in class org.javacord.api.DiscordApiBuilder
-
Sets the authenticator that should be used to authenticate against proxies that require it.
- setProxyAuthenticator(Authenticator) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
-
Sets the authenticator that should be used to authenticate against proxies that require it.
- setProxySelector(ProxySelector) - Method in class org.javacord.api.DiscordApiBuilder
-
Sets the proxy selector which should be used to determine the proxies that should be used to connect to the Discord REST API and web socket.
- setProxySelector(ProxySelector) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
-
Sets the proxy selector which should be used to determine the proxies that should be used to connect to the Discord REST API and websocket.
- setRawPosition(int) - Method in interface org.javacord.api.entity.channel.internal.RegularServerChannelBuilderDelegate
-
Queues the raw position to be updated.
- setRawPosition(int) - Method in interface org.javacord.api.entity.channel.internal.RegularServerChannelUpdaterDelegate
-
Queues the raw position to be updated.
- setRawPosition(int) - Method in class org.javacord.api.entity.channel.RegularServerChannelBuilder
-
Queues the raw position to be updated.
- setRawPosition(int) - Method in class org.javacord.api.entity.channel.RegularServerChannelUpdater
-
Queues the raw position to be updated.
- setRecommendedTotalShards() - Method in class org.javacord.api.DiscordApiBuilder
-
Retrieves the recommended shards count from the Discord API and sets it in this builder.
- setRecommendedTotalShards() - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
-
Sets the recommended total shards.
- setReconnectDelay(Function<Integer, Integer>) - Method in interface org.javacord.api.DiscordApi
-
Sets a function which is used to get the delay between reconnects.
- setRedirectUri(String) - Method in class org.javacord.api.BotInviteBuilder
-
Sets the redirect uri for this invite builder.
- setRegion(Region) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
-
Sets the server's region.
- setRegion(Region) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the region to be updated.
- setRegion(Region) - Method in class org.javacord.api.entity.server.ServerBuilder
-
Sets the server's region.
- setRegion(Region) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the region to be updated.
- setRequired(boolean) - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
-
Set whether the TextInput is required.
- setRequired(boolean) - Method in class org.javacord.api.entity.message.component.TextInputBuilder
-
Set whether this Text Input is required.
- setRequired(boolean) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
-
Sets if the slash command option is required.
- setRequired(boolean) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
-
Sets if the slash command option is required.
- setRulesChannel(ServerTextChannel) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the rules channel to be updated.
- setRulesChannel(ServerTextChannel) - Method in interface org.javacord.api.entity.server.Server
-
Updates the rules channel of the server.
- setRulesChannel(ServerTextChannel) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the rules channel to be updated.
- setScopes(Collection<BotInviteScope>) - Method in class org.javacord.api.BotInviteBuilder
-
Sets the scopes for this invite builder.
- setScopes(BotInviteScope...) - Method in class org.javacord.api.BotInviteBuilder
-
Sets the scopes for this invite builder.
- setSelfDeafened(boolean) - Method in interface org.javacord.api.audio.AudioConnection
-
Sets the self-deafened status of this connection.
- setSelfMuted(boolean) - Method in interface org.javacord.api.audio.AudioConnection
-
Sets the self-muted status of this connection.
- setShutdownHookRegistrationEnabled(boolean) - Method in class org.javacord.api.DiscordApiBuilder
-
Sets if Javacord should register a shutdown hook that disconnects the
DiscordApiinstance. - setShutdownHookRegistrationEnabled(boolean) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
-
Sets if Javacord should register a shutdown hook that disconnects the
DiscordApiinstance. - setSlashCommandOptions(List<SlashCommandOption>) - Method in class org.javacord.api.interaction.SlashCommandUpdater
-
Sets the new slash command options.
- setSlowmodeDelayInSeconds(int) - Method in interface org.javacord.api.entity.channel.internal.ServerTextChannelBuilderDelegate
-
Sets the slowmode delay of the channel.
- setSlowmodeDelayInSeconds(int) - Method in interface org.javacord.api.entity.channel.internal.ServerTextChannelUpdaterDelegate
-
Sets the slowmode delay.
- setSlowmodeDelayInSeconds(int) - Method in interface org.javacord.api.entity.channel.internal.ServerThreadChannelBuilderDelegate
-
Sets the slowmode delay of the thread channel.
- setSlowmodeDelayInSeconds(int) - Method in interface org.javacord.api.entity.channel.internal.ServerThreadChannelUpdaterDelegate
-
Queues slowmode delay to be updated.
- setSlowmodeDelayInSeconds(int) - Method in class org.javacord.api.entity.channel.ServerTextChannelBuilder
-
Sets the slowmode of the channel.
- setSlowmodeDelayInSeconds(int) - Method in class org.javacord.api.entity.channel.ServerTextChannelUpdater
-
Set the delay for slowmode.
- setSlowmodeDelayInSeconds(int) - Method in class org.javacord.api.entity.channel.ServerThreadChannelBuilder
-
Sets the slowmode of the channel.
- setSlowmodeDelayInSeconds(int) - Method in class org.javacord.api.entity.channel.ServerThreadChannelUpdater
-
Queues slowmode delay to be updated.
- setSplash(byte[]) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the splash to be updated.
- setSplash(byte[]) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the splash to be updated.
- setSplash(byte[], String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the splash to be updated.
- setSplash(byte[], String) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the splash to be updated.
- setSplash(BufferedImage) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the splash to be updated.
- setSplash(BufferedImage) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the splash to be updated.
- setSplash(BufferedImage, String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the splash to be updated.
- setSplash(BufferedImage, String) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the splash to be updated.
- setSplash(File) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the splash to be updated.
- setSplash(File) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the splash to be updated.
- setSplash(InputStream) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the splash to be updated.
- setSplash(InputStream) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the splash to be updated.
- setSplash(InputStream, String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the splash to be updated.
- setSplash(InputStream, String) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the splash to be updated.
- setSplash(URL) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the splash to be updated.
- setSplash(URL) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the splash to be updated.
- setSplash(Icon) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the splash to be updated.
- setSplash(Icon) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the splash to be updated.
- setState(PermissionType, PermissionState) - Method in interface org.javacord.api.entity.permission.internal.PermissionsBuilderDelegate
-
Sets the new state of the given type.
- setState(PermissionType, PermissionState) - Method in class org.javacord.api.entity.permission.PermissionsBuilder
-
Sets the new state of the given type.
- setStorageTimeInSeconds(int) - Method in interface org.javacord.api.util.cache.MessageCache
-
Sets maximum age of old messages in seconds.
- setStyle(int) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
-
Set the button's style.
- setStyle(int) - Method in class org.javacord.api.entity.message.component.TextInputBuilder
-
Set the Text Input's style.
- setStyle(String) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
-
Set the button's style.
- setStyle(ButtonStyle) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
-
Set the button's style.
- setStyle(ButtonStyle) - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
-
Set the button's style.
- setStyle(TextInputStyle) - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
-
Set the TextInput's style.
- setStyle(TextInputStyle) - Method in class org.javacord.api.entity.message.component.TextInputBuilder
-
Set the Text Input's style.
- setStyleIgnoreCase(String) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
-
Set the button's style based on a color name (ignores case sensitivity).
- setSystemChannel(ServerTextChannel) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the system channel to be updated.
- setSystemChannel(ServerTextChannel) - Method in interface org.javacord.api.entity.server.Server
-
Updates the system channel of the server.
- setSystemChannel(ServerTextChannel) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the system channel to be updated.
- setTags(String) - Method in interface org.javacord.api.entity.sticker.internal.StickerBuilderDelegate
-
Sets the tags of the sticker.
- setTags(String) - Method in interface org.javacord.api.entity.sticker.internal.StickerUpdaterDelegate
-
Sets the new tags of the sticker.
- setTags(String) - Method in class org.javacord.api.entity.sticker.StickerBuilder
-
Sets the tags of the sticker.
- setTags(String) - Method in class org.javacord.api.entity.sticker.StickerUpdater
-
Updates the tags of the sticker.
- setTemporary(boolean) - Method in interface org.javacord.api.entity.server.invite.internal.InviteBuilderDelegate
-
Sets whether this invite should only grant temporary membership or not.
- setTemporary(boolean) - Method in class org.javacord.api.entity.server.invite.InviteBuilder
-
Sets whether this invite should only grant temporary membership or not.
- setThumbnail(byte[]) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the thumbnail of the embed.
- setThumbnail(byte[]) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the thumbnail of the embed.
- setThumbnail(byte[], String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the thumbnail of the embed.
- setThumbnail(byte[], String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the thumbnail of the embed.
- setThumbnail(BufferedImage) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the thumbnail of the embed.
- setThumbnail(BufferedImage) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the thumbnail of the embed.
- setThumbnail(BufferedImage, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the thumbnail of the embed.
- setThumbnail(BufferedImage, String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the thumbnail of the embed.
- setThumbnail(File) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the thumbnail of the embed.
- setThumbnail(File) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the thumbnail of the embed.
- setThumbnail(InputStream) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the thumbnail of the embed.
- setThumbnail(InputStream) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the thumbnail of the embed.
- setThumbnail(InputStream, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the thumbnail of the embed.
- setThumbnail(InputStream, String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the thumbnail of the embed.
- setThumbnail(String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the thumbnail of the embed.
- setThumbnail(String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the thumbnail of the embed.
- setThumbnail(Icon) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the thumbnail of the embed.
- setThumbnail(Icon) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the thumbnail of the embed.
- setTimestamp(Instant) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the timestamp of the embed.
- setTimestamp(Instant) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the timestamp of the embed.
- setTimestampToNow() - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the current time as timestamp of the embed.
- setTimestampToNow() - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the current time as timestamp of the embed.
- setTitle(String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the title of the embed.
- setTitle(String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the title of the embed.
- setToken(String) - Method in class org.javacord.api.DiscordApiBuilder
-
Sets the token which is required for the login process.
- setToken(String) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
-
Sets the token.
- setTopic(String) - Method in interface org.javacord.api.entity.channel.internal.ServerTextChannelBuilderDelegate
-
Sets the topic of the channel.
- setTopic(String) - Method in interface org.javacord.api.entity.channel.internal.ServerTextChannelUpdaterDelegate
-
Queues the topic to be updated.
- setTopic(String) - Method in class org.javacord.api.entity.channel.ServerTextChannelBuilder
-
Sets the topic of the channel.
- setTopic(String) - Method in class org.javacord.api.entity.channel.ServerTextChannelUpdater
-
Queues the topic to be updated.
- setTotalShards(int) - Method in class org.javacord.api.DiscordApiBuilder
-
Sets total shards for server sharding.
- setTotalShards(int) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
-
Sets the total shards.
- setTrace(boolean) - Static method in class org.javacord.api.util.logging.FallbackLoggerConfiguration
-
Sets whether trace logging should be enabled.
- setTrustAllCertificates(boolean) - Method in class org.javacord.api.DiscordApiBuilder
-
Sets whether all SSL certificates should be trusted when connecting to the Discord API and web socket.
- setTrustAllCertificates(boolean) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
-
Sets whether all SSL certificates should be trusted when connecting to the Discord API and websocket.
- setTts(boolean) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
-
Sets if the message should be text to speech.
- setTts(boolean) - Method in class org.javacord.api.entity.message.MessageBuilder
-
Sets if the message should be text to speech.
- setTts(boolean) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
-
Sets if the message should be text to speech.
- setTts(boolean) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
- setTts(boolean) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
-
Sets if the message should be text to speech.
- setType(ComponentType) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuBuilderDelegate
-
Sets the type of this select menu.
- setType(SlashCommandOptionType) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
-
Sets the type of the slash command option.
- setType(SlashCommandOptionType) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
-
Sets the type of the slash command option.
- setUnique(boolean) - Method in interface org.javacord.api.entity.server.invite.internal.InviteBuilderDelegate
-
Sets whether this invite should be unique or not.
- setUnique(boolean) - Method in class org.javacord.api.entity.server.invite.InviteBuilder
-
Sets whether this invite should be unique or not.
- setUnset(PermissionType...) - Method in class org.javacord.api.entity.permission.PermissionsBuilder
-
Sets the state for the given types to
PermissionState.UNSET. - setUrl(String) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
-
Set the button's URL.
- setUrl(String) - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
-
Set the button's URL.
- setUrl(String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
-
Sets the url of the embed.
- setUrl(String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
-
Sets the url of the embed.
- setUserCacheEnabled(boolean) - Method in class org.javacord.api.DiscordApiBuilder
-
Sets whether the user cache should be enabled.
- setUserCacheEnabled(boolean) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
-
Sets whether the user cache should be enabled.
- setUserlimit(int) - Method in interface org.javacord.api.entity.channel.internal.ServerVoiceChannelBuilderDelegate
-
Sets the user limit of the channel.
- setUserlimit(int) - Method in class org.javacord.api.entity.channel.ServerVoiceChannelBuilder
-
Sets the user limit of the channel.
- setUserLimit(int) - Method in interface org.javacord.api.entity.channel.internal.ServerVoiceChannelUpdaterDelegate
-
Queues the user limit to be updated.
- setUserLimit(int) - Method in class org.javacord.api.entity.channel.ServerVoiceChannelUpdater
-
Queues the user limit to be updated.
- setUsername(String) - Method in class org.javacord.api.AccountUpdater
-
Queues the username of the connected account to get updated.
- setUsername(String) - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
-
Queues the username of the connected account to get updated.
- setUserTimeout(User, Duration) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues a user's timeout to be updated.
- setUserTimeout(User, Instant) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues a user's timeout to be updated.
- setUserTimeout(User, Instant) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues a user's timeout to be updated.
- setValue(long) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionChoiceBuilderDelegate
-
Sets the long value of the slash command option choice.
- setValue(long) - Method in class org.javacord.api.interaction.SlashCommandOptionChoiceBuilder
-
Sets the long value of the slash command option choice.
- setValue(String) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuOptionBuilderDelegate
-
Set the value of the select menu.
- setValue(String) - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
-
Set the TextInput's value.
- setValue(String) - Method in class org.javacord.api.entity.message.component.SelectMenuOptionBuilder
-
Set the value for the select menu option.
- setValue(String) - Method in class org.javacord.api.entity.message.component.TextInputBuilder
-
Set the Text Input's value.
- setValue(String) - Method in interface org.javacord.api.entity.message.embed.EditableEmbedField
-
Sets the value of the field.
- setValue(String) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionChoiceBuilderDelegate
-
Sets the string value of the slash command option choice.
- setValue(String) - Method in class org.javacord.api.interaction.SlashCommandOptionChoiceBuilder
-
Sets the string value of the slash command option choice.
- setVerificationLevel(VerificationLevel) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
-
Sets the server's verification level.
- setVerificationLevel(VerificationLevel) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues the verification level to be updated.
- setVerificationLevel(VerificationLevel) - Method in class org.javacord.api.entity.server.ServerBuilder
-
Sets the server's verification level.
- setVerificationLevel(VerificationLevel) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues the verification level to be updated.
- setVoiceChannel(User, ServerVoiceChannel) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
-
Queues a moving a user to a different voice channel.
- setVoiceChannel(User, ServerVoiceChannel) - Method in class org.javacord.api.entity.server.ServerUpdater
-
Queues a moving a user to a different voice channel.
- setWaitForServersOnStartup(boolean) - Method in class org.javacord.api.DiscordApiBuilder
-
Sets if Javacord should wait for all servers to become available on startup.
- setWaitForServersOnStartup(boolean) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
-
Sets the wait for servers on startup flag.
- setWaitForUsersOnStartup(boolean) - Method in class org.javacord.api.DiscordApiBuilder
-
Sets if Javacord should wait for all users to be cached.
- setWaitForUsersOnStartup(boolean) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
-
Sets the wait for users on startup flag.
- setWhitelist(Collection<Role>) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
-
Sets the roles which should be whitelisted.
- setWhitelist(Collection<Role>) - Method in class org.javacord.api.entity.emoji.CustomEmojiUpdater
-
Sets the roles which should be whitelisted.
- setWhitelist(Collection<Role>) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
-
Sets the roles which should be whitelisted.
- setWhitelist(Collection<Role>) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiUpdaterDelegate
-
Sets the roles which should be whitelisted.
- setWhitelist(Role...) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
-
Sets the roles which should be whitelisted.
- setWhitelist(Role...) - Method in class org.javacord.api.entity.emoji.CustomEmojiUpdater
-
Sets the roles which should be whitelisted.
- setWhitelist(Role...) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
-
Sets the roles which should be whitelisted.
- setWhitelist(Role...) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiUpdaterDelegate
-
Sets the roles which should be whitelisted.
- SHORT - org.javacord.api.entity.message.component.TextInputStyle
- SHORT_DATE - org.javacord.api.entity.message.TimestampStyle
-
Displayed as: 20/04/2021.
- SHORT_DATE_TIME - org.javacord.api.entity.message.TimestampStyle
-
Displayed as: 20 April 2021 16:20.
- SHORT_TIME - org.javacord.api.entity.message.TimestampStyle
-
Displayed as: 16:20.
- SILENCE_FRAME - Static variable in class org.javacord.api.audio.SilentAudioSource
-
A frame of silence.
- SilentAudioSource - Class in org.javacord.api.audio
-
A silent audio source that's always muted.
- SilentAudioSource(SilentAudioSource) - Constructor for class org.javacord.api.audio.SilentAudioSource
-
Creates a new silent audio source and copies the duration settings from the given one.
- SilentAudioSource(DiscordApi, long, TimeUnit) - Constructor for class org.javacord.api.audio.SilentAudioSource
-
Creates a new silent audio source.
- SINGAPORE - org.javacord.api.entity.Region
- SingleReactionEvent - Interface in org.javacord.api.event.message.reaction
-
A single reaction event.
- SLASH - org.javacord.api.interaction.ApplicationCommandType
- SLASH_COMMAND - org.javacord.api.entity.message.MessageType
- SLASH_COMMAND_MENTION - Static variable in class org.javacord.api.util.DiscordRegexPattern
-
A pattern which checks for mentioned slash commands (e.g.
- SlashCommand - Interface in org.javacord.api.interaction
- SlashCommandBuilder - Class in org.javacord.api.interaction
-
This class is used to create new slash commands.
- SlashCommandBuilder() - Constructor for class org.javacord.api.interaction.SlashCommandBuilder
-
Creates a new slash command builder.
- SlashCommandBuilderDelegate - Interface in org.javacord.api.interaction.internal
-
This class is internally used by the
SlashCommandBuilder. - SlashCommandCreateEvent - Interface in org.javacord.api.event.interaction
-
A slash command create event.
- SlashCommandCreateListener - Interface in org.javacord.api.listener.interaction
-
This listener listens to slash command interaction creations.
- SlashCommandInteraction - Interface in org.javacord.api.interaction
- SlashCommandInteractionOption - Interface in org.javacord.api.interaction
- SlashCommandInteractionOptionsProvider - Interface in org.javacord.api.interaction
-
Internal interface that offers a few option related convenience methods.
- SlashCommandOption - Interface in org.javacord.api.interaction
-
An slash command's option (i.e., a parameter for the command).
- SlashCommandOptionBuilder - Class in org.javacord.api.interaction
- SlashCommandOptionBuilder() - Constructor for class org.javacord.api.interaction.SlashCommandOptionBuilder
-
Creates a new slash command option builder.
- SlashCommandOptionBuilderDelegate - Interface in org.javacord.api.interaction.internal
-
This class is internally used by the
SlashCommandOptionBuilder. - SlashCommandOptionChoice - Interface in org.javacord.api.interaction
-
A choice for a slash command option.
- SlashCommandOptionChoiceBuilder - Class in org.javacord.api.interaction
- SlashCommandOptionChoiceBuilder() - Constructor for class org.javacord.api.interaction.SlashCommandOptionChoiceBuilder
-
Creates a new slash command option choice builder.
- SlashCommandOptionChoiceBuilderDelegate - Interface in org.javacord.api.interaction.internal
-
This class is internally used by the
SlashCommandOptionChoiceBuilder. - SlashCommandOptionType - Enum in org.javacord.api.interaction
- SlashCommandUpdater - Class in org.javacord.api.interaction
- SlashCommandUpdater(long) - Constructor for class org.javacord.api.interaction.SlashCommandUpdater
-
Creates a new slash command updater.
- SlashCommandUpdaterDelegate - Interface in org.javacord.api.interaction.internal
- SNOWFLAKE - Static variable in class org.javacord.api.util.DiscordRegexPattern
-
A pattern to match snowflakes.
- SOUNDSHARE - org.javacord.api.audio.SpeakingFlag
-
The soundshare flag.
- SOURCE_MESSAGE_DELETED - org.javacord.api.entity.message.MessageFlag
-
The source message for this crosspost has been deleted (via Channel Following).
- SPANISH - org.javacord.api.interaction.DiscordLocale
- SPEAK - org.javacord.api.entity.permission.PermissionType
- SPEAKING - org.javacord.api.audio.SpeakingFlag
-
The speaking flag.
- SpeakingFlag - Enum in org.javacord.api.audio
- Specializable<S> - Interface in org.javacord.api.util
-
An object that may be specialized further and recast as a subclass.
- SPECTATE - org.javacord.api.entity.activity.ActivityFlag
- SPECTATE - org.javacord.api.entity.message.MessageActivityType
-
A spectate activity.
- SPLASH - org.javacord.api.entity.auditlog.AuditLogChangeType
- SPOILER - org.javacord.api.entity.message.MessageDecoration
- STAFF - org.javacord.api.entity.user.UserFlag
- STAGE_INSTANCE_CREATE - org.javacord.api.entity.auditlog.AuditLogActionType
- STAGE_INSTANCE_DELETE - org.javacord.api.entity.auditlog.AuditLogActionType
- STAGE_INSTANCE_UPDATE - org.javacord.api.entity.auditlog.AuditLogActionType
- STANDARD - org.javacord.api.entity.sticker.StickerType
-
This sticker is a default sticker by Discord.
- START_EMBEDDED_ACTIVITIES - org.javacord.api.entity.permission.PermissionType
- Sticker - Interface in org.javacord.api.entity.sticker
-
This class represents a Discord sticker object.
- STICKER_CREATE - org.javacord.api.entity.auditlog.AuditLogActionType
- STICKER_DELETE - org.javacord.api.entity.auditlog.AuditLogActionType
- STICKER_UPDATE - org.javacord.api.entity.auditlog.AuditLogActionType
- StickerAttachableListener - Interface in org.javacord.api.listener.server.sticker
-
This is a marker interfaces for listeners that can be attached to
Sticker. - StickerAttachableListenerManager - Interface in org.javacord.api.listener.server.sticker
-
This class can be used to add and retrieve
StickerAttachableListeners. - StickerBuilder - Class in org.javacord.api.entity.sticker
-
This class is used to create new stickers.
- StickerBuilder(Server) - Constructor for class org.javacord.api.entity.sticker.StickerBuilder
-
Creates a new sticker builder.
- StickerBuilderDelegate - Interface in org.javacord.api.entity.sticker.internal
-
This class is internally used by the
StickerBuilder. - StickerChangeDescriptionEvent - Interface in org.javacord.api.event.server.sticker
-
A sticker change description event.
- StickerChangeDescriptionListener - Interface in org.javacord.api.listener.server.sticker
-
This listener listens to the sticker change description event.
- StickerChangeNameEvent - Interface in org.javacord.api.event.server.sticker
-
A sticker change name event.
- StickerChangeNameListener - Interface in org.javacord.api.listener.server.sticker
-
This listener listens to the sticker change name event.
- StickerChangeTagsEvent - Interface in org.javacord.api.event.server.sticker
-
A sticker change tags event.
- StickerChangeTagsListener - Interface in org.javacord.api.listener.server.sticker
-
This listener listens to the sticker change tags event.
- StickerCreateEvent - Interface in org.javacord.api.event.server.sticker
-
A sticker create event.
- StickerCreateListener - Interface in org.javacord.api.listener.server.sticker
-
This listener listens to the sticker create event.
- StickerDeleteEvent - Interface in org.javacord.api.event.server.sticker
-
A sticker delete event.
- StickerDeleteListener - Interface in org.javacord.api.listener.server.sticker
-
This listener listens to the sticker delete event.
- StickerEvent - Interface in org.javacord.api.event.server.sticker
-
A sticker event.
- StickerFormatType - Enum in org.javacord.api.entity.sticker
-
This enum represents the sticker format types.
- StickerItem - Interface in org.javacord.api.entity.sticker
-
This class represents the sticker item object.
- StickerPack - Interface in org.javacord.api.entity.sticker
-
This class represents a sticker pack.
- StickerType - Enum in org.javacord.api.entity.sticker
-
This class represents the sticker types.
- StickerUpdater - Class in org.javacord.api.entity.sticker
-
This class is used to update stickers.
- StickerUpdater(Server, long) - Constructor for class org.javacord.api.entity.sticker.StickerUpdater
-
Creates a new instance of the sticker updater.
- StickerUpdaterDelegate - Interface in org.javacord.api.entity.sticker.internal
-
This class is internally used by the
StickerUpdater. - STREAM - org.javacord.api.entity.permission.PermissionType
- STREAM - org.javacord.api.entity.server.invite.TargetUserType
- STREAMING - org.javacord.api.entity.activity.ActivityType
-
Represents streaming an activity, represented as "Streaming Half-Life 3" for example.
- STRIKEOUT - org.javacord.api.entity.message.MessageDecoration
- STRING - org.javacord.api.interaction.SlashCommandOptionType
- SUB_COMMAND - org.javacord.api.interaction.SlashCommandOptionType
- SUB_COMMAND_GROUP - org.javacord.api.interaction.SlashCommandOptionType
- subSet(Message, boolean, Message, boolean) - Method in interface org.javacord.api.entity.message.MessageSet
- subSet(Message, Message) - Method in interface org.javacord.api.entity.message.MessageSet
- success(String, String) - Static method in interface org.javacord.api.entity.message.component.Button
-
Create a new button with the green success style and the given properties.
- success(String, String, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
-
Create a new button with the green success style and the given properties.
- success(String, String, String) - Static method in interface org.javacord.api.entity.message.component.Button
-
Create a new button with the green success style and the given properties.
- success(String, String, String, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
-
Create a new button with the green success style and the given properties.
- success(String, String, Emoji) - Static method in interface org.javacord.api.entity.message.component.Button
-
Create a new button with the green success style and the given properties.
- success(String, String, Emoji, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
-
Create a new button with the green success style and the given properties.
- success(String, Emoji) - Static method in interface org.javacord.api.entity.message.component.Button
-
Create a new button with the green success style and the given emoji.
- success(String, Emoji, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
-
Create a new button with the green success style and the given emoji.
- SUCCESS - org.javacord.api.entity.message.component.ButtonStyle
- SUPPRESS_EMBEDS - org.javacord.api.entity.message.MessageFlag
-
Do not include any embeds when serializing this message.
- SUPPRESS_GUILD_REMINDER_NOTIFICATIONS - org.javacord.api.entity.server.SystemChannelFlag
-
Suppress server setup tips.
- SUPPRESS_JOIN_NOTIFICATION_REPLIES - org.javacord.api.entity.server.SystemChannelFlag
-
Hide member join sticker reply buttons.
- SUPPRESS_JOIN_NOTIFICATIONS - org.javacord.api.entity.server.SystemChannelFlag
-
Suppress member join notifications.
- SUPPRESS_PREMIUM_SUBSCRIPTIONS - org.javacord.api.entity.server.SystemChannelFlag
-
Suppress server boost notifications.
- SWEDISH - org.javacord.api.interaction.DiscordLocale
- SYDNEY - org.javacord.api.entity.Region
- SYNC - org.javacord.api.entity.activity.ActivityFlag
- SYSTEM_CHANNEL_ID - org.javacord.api.entity.auditlog.AuditLogChangeType
- SystemChannelFlag - Enum in org.javacord.api.entity.server
-
System channel flags for various server notifications.
All Classes All Packages