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