Package ai.extend.types
Interface WebhookSubscription.WebhookEndpointIdStage
-
- All Known Implementing Classes:
WebhookSubscription.Builder
- Enclosing class:
- WebhookSubscription
public static interface WebhookSubscription.WebhookEndpointIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookSubscription.ResourceTypeStagewebhookEndpointId(java.lang.String webhookEndpointId)The ID of the webhook endpoint this subscription belongs to.
-
-
-
Method Detail
-
webhookEndpointId
WebhookSubscription.ResourceTypeStage webhookEndpointId(@NotNull java.lang.String webhookEndpointId)
The ID of the webhook endpoint this subscription belongs to.
-
-