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