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