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