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