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