public class UpdateWebhookSubscriptionSignatureKeyResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateWebhookSubscriptionSignatureKeyResponse.Builder
Class to build instances of
UpdateWebhookSubscriptionSignatureKeyResponse. |
| Constructor and Description |
|---|
UpdateWebhookSubscriptionSignatureKeyResponse(List<Error> errors,
String signatureKey)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
String |
getSignatureKey()
Getter for SignatureKey.
|
int |
hashCode() |
UpdateWebhookSubscriptionSignatureKeyResponse.Builder |
toBuilder()
Builds a new
UpdateWebhookSubscriptionSignatureKeyResponse.Builder object. |
String |
toString()
Converts this UpdateWebhookSubscriptionSignatureKeyResponse into string format.
|
public HttpContext getContext()
public List<Error> getErrors()
public String getSignatureKey()
public String toString()
public UpdateWebhookSubscriptionSignatureKeyResponse.Builder toBuilder()
UpdateWebhookSubscriptionSignatureKeyResponse.Builder object.
Creates the instance with the state of the current model.UpdateWebhookSubscriptionSignatureKeyResponse.Builder objectCopyright © 2023. All rights reserved.