Package ai.extend.types
Interface WebhookEndpointCreate.IdStage
-
- All Known Implementing Classes:
WebhookEndpointCreate.Builder
- Enclosing class:
- WebhookEndpointCreate
public static interface WebhookEndpointCreate.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookEndpointCreate.Builderfrom(WebhookEndpointCreate other)WebhookEndpointCreate.UrlStageid(java.lang.String id)Unique identifier for the webhook endpoint.
-
-
-
Method Detail
-
id
WebhookEndpointCreate.UrlStage id(@NotNull java.lang.String id)
Unique identifier for the webhook endpoint.
-
from
WebhookEndpointCreate.Builder from(WebhookEndpointCreate other)
-
-