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