Package ai.extend.types
Interface WebhookPayloadOptions.FormatStage
-
- All Known Implementing Classes:
WebhookPayloadOptions.Builder
- Enclosing class:
- WebhookPayloadOptions
public static interface WebhookPayloadOptions.FormatStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookPayloadOptions._FinalStageformat(WebhookPayloadFormat format)WebhookPayloadOptions.Builderfrom(WebhookPayloadOptions other)
-
-
-
Method Detail
-
format
WebhookPayloadOptions._FinalStage format(@NotNull WebhookPayloadFormat format)
-
from
WebhookPayloadOptions.Builder from(WebhookPayloadOptions other)
-
-