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