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