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