Interface ClickUpEndpointBuilderFactory.ClickUpEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
- Enclosing interface:
ClickUpEndpointBuilderFactory
public static interface ClickUpEndpointBuilderFactory.ClickUpEndpointBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
Builder for endpoint for the ClickUp component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()
authorizationToken
(String authorizationToken) The authorization token for authenticating against the ClickUp API.The comma separated list of events to which the webhook must subscribe.webhookSecret
(String webhookSecret) The shared secret obtained in the webhook creation response.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUri
Methods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolve
-
Method Details
-
advanced
-
events
The comma separated list of events to which the webhook must subscribe. The option is a:java.lang.String
type. Required: true Group: consumer- Parameters:
events
- the value to set- Returns:
- the dsl builder
-
authorizationToken
default ClickUpEndpointBuilderFactory.ClickUpEndpointBuilder authorizationToken(String authorizationToken) The authorization token for authenticating against the ClickUp API. The option is a:java.lang.String
type. Group: security- Parameters:
authorizationToken
- the value to set- Returns:
- the dsl builder
-
webhookSecret
The shared secret obtained in the webhook creation response. The option is a:java.lang.String
type. Group: security- Parameters:
webhookSecret
- the value to set- Returns:
- the dsl builder
-