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