Package ai.extend.types
Interface WebhookEventProcessorRun._FinalStage
-
- All Known Implementing Classes:
WebhookEventProcessorRun.Builder
- Enclosing class:
- WebhookEventProcessorRun
public static interface WebhookEventProcessorRun._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookEventProcessorRunbuild()WebhookEventProcessorRun._FinalStageeventType(WebhookEventProcessorRunEventType eventType)WebhookEventProcessorRun._FinalStageeventType(java.util.Optional<WebhookEventProcessorRunEventType> eventType)WebhookEventProcessorRun._FinalStagepayload(ProcessorRun payload)WebhookEventProcessorRun._FinalStagepayload(java.util.Optional<ProcessorRun> payload)
-
-
-
Method Detail
-
build
WebhookEventProcessorRun build()
-
eventType
WebhookEventProcessorRun._FinalStage eventType(java.util.Optional<WebhookEventProcessorRunEventType> eventType)
-
eventType
WebhookEventProcessorRun._FinalStage eventType(WebhookEventProcessorRunEventType eventType)
-
payload
WebhookEventProcessorRun._FinalStage payload(java.util.Optional<ProcessorRun> payload)
-
payload
WebhookEventProcessorRun._FinalStage payload(ProcessorRun payload)
-
-