Class ClickUpServiceApiImpl
java.lang.Object
org.apache.camel.component.clickup.service.ClickUpServiceApiImpl
- All Implemented Interfaces:
ClickUpService
-
Constructor Summary
ConstructorsConstructorDescriptionClickUpServiceApiImpl(HttpClient httpClient, String baseUrl, String authorizationToken) -
Method Summary
Modifier and TypeMethodDescriptioncreateWebhook(Long workspaceId, WebhookCreationCommand command) voiddeleteWebhook(String webhookId) getWebhooks(Long workspaceId)
-
Constructor Details
-
ClickUpServiceApiImpl
-
-
Method Details
-
createWebhook
- Specified by:
createWebhookin interfaceClickUpService
-
getWebhooks
- Specified by:
getWebhooksin interfaceClickUpService
-
deleteWebhook
- Specified by:
deleteWebhookin interfaceClickUpService
-