Package ai.extend.types
Interface WebhookEndpoint.UrlStage
-
- All Known Implementing Classes:
WebhookEndpoint.Builder
- Enclosing class:
- WebhookEndpoint
public static interface WebhookEndpoint.UrlStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookEndpoint.NameStageurl(java.lang.String url)The URL that webhook events are sent to.
-
-
-
Method Detail
-
url
WebhookEndpoint.NameStage url(@NotNull java.lang.String url)
The URL that webhook events are sent to.
-
-