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