Package ai.extend.types
Interface WebhookEventWorkflow.EventIdStage
-
- All Known Implementing Classes:
WebhookEventWorkflow.Builder
- Enclosing class:
- WebhookEventWorkflow
public static interface WebhookEventWorkflow.EventIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookEventWorkflow._FinalStageeventId(java.lang.String eventId)Unique identifier for the eventWebhookEventWorkflow.Builderfrom(WebhookEventWorkflow other)
-
-
-
Method Detail
-
eventId
WebhookEventWorkflow._FinalStage eventId(@NotNull java.lang.String eventId)
Unique identifier for the event
-
from
WebhookEventWorkflow.Builder from(WebhookEventWorkflow other)
-
-