Uses of Class
org.javacord.api.entity.webhook.WebhookType
-
Packages that use WebhookType Package Description org.javacord.api.entity.webhook -
-
Uses of WebhookType in org.javacord.api.entity.webhook
Methods in org.javacord.api.entity.webhook that return WebhookType Modifier and Type Method Description static WebhookTypeWebhookType. fromValue(int value)Gets anWebhookTypeby its value.WebhookTypeWebhook. getType()Gets the type of the webhook.static WebhookTypeWebhookType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WebhookType[]WebhookType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-