public static class UpdateWebhookSubscriptionResponse.Builder extends Object
UpdateWebhookSubscriptionResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
UpdateWebhookSubscriptionResponse |
build()
Builds a new
UpdateWebhookSubscriptionResponse object using the set fields. |
UpdateWebhookSubscriptionResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
UpdateWebhookSubscriptionResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
UpdateWebhookSubscriptionResponse.Builder |
subscription(WebhookSubscription subscription)
Setter for subscription.
|
public UpdateWebhookSubscriptionResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public UpdateWebhookSubscriptionResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public UpdateWebhookSubscriptionResponse.Builder subscription(WebhookSubscription subscription)
subscription - WebhookSubscription value for subscription.public UpdateWebhookSubscriptionResponse build()
UpdateWebhookSubscriptionResponse object using the set fields.UpdateWebhookSubscriptionResponseCopyright © 2024. All rights reserved.