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