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