Uses of Interface
org.javacord.api.entity.webhook.Webhook
-
-
Uses of Webhook in org.javacord.api
Methods in org.javacord.api that return types with arguments of type Webhook Modifier and Type Method Description CompletableFuture<Webhook>DiscordApi. getWebhookById(long id)Gets a webhook by its id. -
Uses of Webhook in org.javacord.api.entity.auditlog
Methods in org.javacord.api.entity.auditlog that return types with arguments of type Webhook Modifier and Type Method Description default Optional<Webhook>AuditLogEntryTarget. asWebhook()Gets the target as webhook.Collection<Webhook>AuditLog. getInvolvedWebhooks()Gets a collection with all webhooks, which can be found in this audit log. -
Uses of Webhook in org.javacord.api.entity.channel
Methods in org.javacord.api.entity.channel that return types with arguments of type Webhook Modifier and Type Method Description CompletableFuture<List<Webhook>>TextChannel. getWebhooks()Gets a list of all webhooks in this channel. -
Uses of Webhook in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message that return types with arguments of type Webhook Modifier and Type Method Description default Optional<CompletableFuture<Webhook>>MessageAuthor. asWebhook()Gets the author as a webhook. -
Uses of Webhook in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return types with arguments of type Webhook Modifier and Type Method Description CompletableFuture<List<Webhook>>Server. getWebhooks()Gets a list of all webhooks in this server. -
Uses of Webhook in org.javacord.api.entity.webhook
Subinterfaces of Webhook in org.javacord.api.entity.webhook Modifier and Type Interface Description interfaceIncomingWebhookThis class represents a webhook you can send messages to.Methods in org.javacord.api.entity.webhook that return types with arguments of type Webhook Modifier and Type Method Description default CompletableFuture<Webhook>IncomingWebhook. getLatestInstance()default CompletableFuture<Webhook>Webhook. getLatestInstance()default CompletableFuture<Webhook>Webhook. removeAvatar()Removes the avatar of the webhook.CompletableFuture<Webhook>WebhookUpdater. update()Performs the queued updates.default CompletableFuture<Webhook>Webhook. updateAvatar(byte[] avatar)Updates the avatar of the webhook.default CompletableFuture<Webhook>Webhook. updateAvatar(byte[] avatar, String fileType)Updates the avatar of the webhook.default CompletableFuture<Webhook>Webhook. updateAvatar(BufferedImage avatar)Updates the avatar of the webhook.default CompletableFuture<Webhook>Webhook. updateAvatar(BufferedImage avatar, String fileType)Updates the avatar of the webhook.default CompletableFuture<Webhook>Webhook. updateAvatar(File avatar)Updates the avatar of the webhook.default CompletableFuture<Webhook>Webhook. updateAvatar(InputStream avatar)Updates the avatar of the webhook.default CompletableFuture<Webhook>Webhook. updateAvatar(InputStream avatar, String fileType)Updates the avatar of the webhook.default CompletableFuture<Webhook>Webhook. updateAvatar(URL avatar)Updates the avatar of the webhook.default CompletableFuture<Webhook>Webhook. updateAvatar(Icon avatar)Updates the avatar of the webhook.default CompletableFuture<Webhook>Webhook. updateChannel(ServerTextChannel channel)Updates the channel of the webhook.default CompletableFuture<Webhook>Webhook. updateName(String name)Updates the name of the webhook.Constructors in org.javacord.api.entity.webhook with parameters of type Webhook Constructor Description WebhookUpdater(Webhook webhook)Creates a new webhook updater. -
Uses of Webhook in org.javacord.api.entity.webhook.internal
Methods in org.javacord.api.entity.webhook.internal that return types with arguments of type Webhook Modifier and Type Method Description CompletableFuture<Webhook>WebhookUpdaterDelegate. update()Performs the queued updates. -
Uses of Webhook in org.javacord.api.util.internal
Methods in org.javacord.api.util.internal with parameters of type Webhook Modifier and Type Method Description static WebhookUpdaterDelegateDelegateFactory. createWebhookUpdaterDelegate(Webhook webhook)Creates a new webhook updater delegate.WebhookUpdaterDelegateDelegateFactoryDelegate. createWebhookUpdaterDelegate(Webhook webhook)Creates a new webhook updater delegate.
-