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