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