Uses of Interface
org.javacord.api.entity.webhook.IncomingWebhook
-
-
Uses of IncomingWebhook in org.javacord.api
Methods in org.javacord.api that return types with arguments of type IncomingWebhook Modifier and Type Method Description default CompletableFuture<IncomingWebhook>DiscordApi. getIncomingWebhookByIdAndToken(long id, String token)Gets an incoming webhook by its id and its token.CompletableFuture<IncomingWebhook>DiscordApi. getIncomingWebhookByIdAndToken(String id, String token)Gets an incoming webhook by its id and its token.default CompletableFuture<IncomingWebhook>DiscordApi. getIncomingWebhookByUrl(String url)Gets a webhook by its url. -
Uses of IncomingWebhook in org.javacord.api.entity.channel
Methods in org.javacord.api.entity.channel that return types with arguments of type IncomingWebhook Modifier and Type Method Description CompletableFuture<List<IncomingWebhook>>TextChannel. getIncomingWebhooks()Gets a list of all incoming webhooks in this channel. -
Uses of IncomingWebhook in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message with parameters of type IncomingWebhook Modifier and Type Method Description CompletableFuture<Message>MessageBuilder. send(IncomingWebhook webhook)Sends the message.CompletableFuture<Message>WebhookMessageBuilder. send(IncomingWebhook webhook)Sends the message.CompletableFuture<Void>WebhookMessageBuilder. sendSilently(IncomingWebhook webhook)Sends the message without waiting for a response. -
Uses of IncomingWebhook in org.javacord.api.entity.message.internal
Methods in org.javacord.api.entity.message.internal with parameters of type IncomingWebhook Modifier and Type Method Description CompletableFuture<Message>MessageBuilderDelegate. send(IncomingWebhook webhook)Sends the message.CompletableFuture<Void>WebhookMessageBuilderDelegate. sendSilently(IncomingWebhook webhook)Sends the message without waiting for a response. -
Uses of IncomingWebhook in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return types with arguments of type IncomingWebhook Modifier and Type Method Description CompletableFuture<List<IncomingWebhook>>Server. getIncomingWebhooks()Gets a list of all incoming webhooks in this server. -
Uses of IncomingWebhook in org.javacord.api.entity.webhook
Methods in org.javacord.api.entity.webhook that return types with arguments of type IncomingWebhook Modifier and Type Method Description Optional<IncomingWebhook>Webhook. asIncomingWebhook()Gets the webhook as incoming webhook.CompletableFuture<IncomingWebhook>WebhookBuilder. create()Creates the webhook.default CompletableFuture<IncomingWebhook>IncomingWebhook. getLatestInstanceAsIncomingWebhook()Gets an updated instance of this entity from Discord directly. -
Uses of IncomingWebhook in org.javacord.api.entity.webhook.internal
Methods in org.javacord.api.entity.webhook.internal that return types with arguments of type IncomingWebhook Modifier and Type Method Description CompletableFuture<IncomingWebhook>WebhookBuilderDelegate. create()Creates the webhook.
-