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