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