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