Package ai.extend.types
Interface WebhookEvent.EventTypeStage
-
- All Known Implementing Classes:
WebhookEvent.Builder
- Enclosing class:
- WebhookEvent
public static interface WebhookEvent.EventTypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookEvent.PayloadStageeventType(WebhookEventEventType eventType)Type of the event that occurred
-
-
-
Method Detail
-
eventType
WebhookEvent.PayloadStage eventType(@NotNull WebhookEventEventType eventType)
Type of the event that occurred
-
-