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