Package ai.extend.types
Class WorkflowDeployedWebhookEvent.Builder
- java.lang.Object
-
- ai.extend.types.WorkflowDeployedWebhookEvent.Builder
-
- All Implemented Interfaces:
WorkflowDeployedWebhookEvent._FinalStage,WorkflowDeployedWebhookEvent.EventIdStage,WorkflowDeployedWebhookEvent.PayloadStage
- Enclosing class:
- WorkflowDeployedWebhookEvent
public static final class WorkflowDeployedWebhookEvent.Builder extends java.lang.Object implements WorkflowDeployedWebhookEvent.EventIdStage, WorkflowDeployedWebhookEvent.PayloadStage, WorkflowDeployedWebhookEvent._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowDeployedWebhookEventbuild()WorkflowDeployedWebhookEvent.PayloadStageeventId(java.lang.String eventId)Unique identifier for the eventWorkflowDeployedWebhookEvent.Builderfrom(WorkflowDeployedWebhookEvent other)WorkflowDeployedWebhookEvent._FinalStagepayload(Workflow payload)
-
-
-
Method Detail
-
from
public WorkflowDeployedWebhookEvent.Builder from(WorkflowDeployedWebhookEvent other)
- Specified by:
fromin interfaceWorkflowDeployedWebhookEvent.EventIdStage
-
eventId
public WorkflowDeployedWebhookEvent.PayloadStage eventId(@NotNull java.lang.String eventId)
Unique identifier for the event
Unique identifier for the event
- Specified by:
eventIdin interfaceWorkflowDeployedWebhookEvent.EventIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
payload
public WorkflowDeployedWebhookEvent._FinalStage payload(@NotNull Workflow payload)
- Specified by:
payloadin interfaceWorkflowDeployedWebhookEvent.PayloadStage
-
build
public WorkflowDeployedWebhookEvent build()
- Specified by:
buildin interfaceWorkflowDeployedWebhookEvent._FinalStage
-
-