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