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