Interface WebhookSubscriptionsDeleteResponse.IdStage
-
- All Known Implementing Classes:
WebhookSubscriptionsDeleteResponse.Builder
- Enclosing class:
- WebhookSubscriptionsDeleteResponse
public static interface WebhookSubscriptionsDeleteResponse.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookSubscriptionsDeleteResponse.Builderfrom(WebhookSubscriptionsDeleteResponse other)WebhookSubscriptionsDeleteResponse._FinalStageid(java.lang.String id)The ID of the deleted webhook subscription.
-
-
-
Method Detail
-
id
WebhookSubscriptionsDeleteResponse._FinalStage id(@NotNull java.lang.String id)
The ID of the deleted webhook subscription.
-
from
WebhookSubscriptionsDeleteResponse.Builder from(WebhookSubscriptionsDeleteResponse other)
-
-