Package ai.extend.types
Interface WebhookSubscription.ResourceIdStage
-
- All Known Implementing Classes:
WebhookSubscription.Builder
- Enclosing class:
- WebhookSubscription
public static interface WebhookSubscription.ResourceIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookSubscription.CreatedAtStageresourceId(java.lang.String resourceId)The ID of the resource this subscription is scoped to (e.g., an extractor, classifier, splitter, or workflow).
-
-
-
Method Detail
-
resourceId
WebhookSubscription.CreatedAtStage resourceId(@NotNull java.lang.String resourceId)
The ID of the resource this subscription is scoped to (e.g., an extractor, classifier, splitter, or workflow).
-
-