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