Class WebhookEndpointsDeleteResponse.Builder
- java.lang.Object
-
- ai.extend.resources.webhookendpoints.types.WebhookEndpointsDeleteResponse.Builder
-
- All Implemented Interfaces:
WebhookEndpointsDeleteResponse._FinalStage,WebhookEndpointsDeleteResponse.IdStage
- Enclosing class:
- WebhookEndpointsDeleteResponse
public static final class WebhookEndpointsDeleteResponse.Builder extends java.lang.Object implements WebhookEndpointsDeleteResponse.IdStage, WebhookEndpointsDeleteResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebhookEndpointsDeleteResponsebuild()WebhookEndpointsDeleteResponse.Builderfrom(WebhookEndpointsDeleteResponse other)WebhookEndpointsDeleteResponse._FinalStageid(java.lang.String id)The ID of the deleted webhook endpoint.
-
-
-
Method Detail
-
from
public WebhookEndpointsDeleteResponse.Builder from(WebhookEndpointsDeleteResponse other)
- Specified by:
fromin interfaceWebhookEndpointsDeleteResponse.IdStage
-
id
public WebhookEndpointsDeleteResponse._FinalStage id(@NotNull java.lang.String id)
The ID of the deleted webhook endpoint.
The ID of the deleted webhook endpoint.
- Specified by:
idin interfaceWebhookEndpointsDeleteResponse.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public WebhookEndpointsDeleteResponse build()
- Specified by:
buildin interfaceWebhookEndpointsDeleteResponse._FinalStage
-
-