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