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