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