Package ai.extend.types
Interface WebhookEvent.PayloadStage
-
- All Known Implementing Classes:
WebhookEvent.Builder
- Enclosing class:
- WebhookEvent
public static interface WebhookEvent.PayloadStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookEvent._FinalStagepayload(WebhookEventPayload payload)Contains the relevant object for the event type
-
-
-
Method Detail
-
payload
WebhookEvent._FinalStage payload(@NotNull WebhookEventPayload payload)
Contains the relevant object for the event type
-
-