Package ai.extend.types
Interface WebhookSubscription._FinalStage
-
- All Known Implementing Classes:
WebhookSubscription.Builder
- Enclosing class:
- WebhookSubscription
public static interface WebhookSubscription._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookSubscription._FinalStageaddAllEnabledEvents(java.util.List<WebhookSubscriptionEventType> enabledEvents)WebhookSubscription._FinalStageaddEnabledEvents(WebhookSubscriptionEventType enabledEvents)WebhookSubscriptionbuild()WebhookSubscription._FinalStageenabledEvents(java.util.List<WebhookSubscriptionEventType> enabledEvents)The list of event types this subscription is subscribed to.
-
-
-
Method Detail
-
build
WebhookSubscription build()
-
enabledEvents
WebhookSubscription._FinalStage enabledEvents(java.util.List<WebhookSubscriptionEventType> enabledEvents)
The list of event types this subscription is subscribed to. The valid event types depend on the
resourceType.
-
addEnabledEvents
WebhookSubscription._FinalStage addEnabledEvents(WebhookSubscriptionEventType enabledEvents)
-
addAllEnabledEvents
WebhookSubscription._FinalStage addAllEnabledEvents(java.util.List<WebhookSubscriptionEventType> enabledEvents)
-
-