Uses of Class
org.apache.camel.component.clickup.model.Webhook
Packages that use Webhook
Package
Description
-
Uses of Webhook in org.apache.camel.component.clickup.model
Methods in org.apache.camel.component.clickup.model that return WebhookMethods in org.apache.camel.component.clickup.model that return types with arguments of type Webhook -
Uses of Webhook in org.apache.camel.component.clickup.service
Methods in org.apache.camel.component.clickup.service that return WebhookModifier and TypeMethodDescriptionClickUpService.createWebhook(Long workspaceId, WebhookCreationCommand command) ClickUpServiceApiImpl.createWebhook(Long workspaceId, WebhookCreationCommand command) ClickUpWebhookService.registerWebhook(Long workspaceId, String endpointUrl, Set<String> events) Methods in org.apache.camel.component.clickup.service that return types with arguments of type WebhookModifier and TypeMethodDescriptionClickUpService.getWebhooks(Long workspaceId) ClickUpServiceApiImpl.getWebhooks(Long workspaceId)