Uses of Class
com.atlassian.confluence.internal.webhooks.ApplicationWebhookEvent
-
Packages that use ApplicationWebhookEvent Package Description com.atlassian.confluence.internal.webhooks -
-
Uses of ApplicationWebhookEvent in com.atlassian.confluence.internal.webhooks
Methods in com.atlassian.confluence.internal.webhooks that return ApplicationWebhookEvent Modifier and Type Method Description static @Nullable ApplicationWebhookEventApplicationWebhookEvent. forId(@Nullable String id)static ApplicationWebhookEventApplicationWebhookEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationWebhookEvent[]ApplicationWebhookEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.
-