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