| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
UpdateWebhookSubscriptionSignatureKeyResponse |
DefaultWebhookSubscriptionsApi.updateWebhookSubscriptionSignatureKey(String subscriptionId,
UpdateWebhookSubscriptionSignatureKeyRequest body)
Updates a webhook subscription by replacing the existing signature key with a new one.
|
UpdateWebhookSubscriptionSignatureKeyResponse |
WebhookSubscriptionsApi.updateWebhookSubscriptionSignatureKey(String subscriptionId,
UpdateWebhookSubscriptionSignatureKeyRequest body)
Updates a webhook subscription by replacing the existing signature key with a new one.
|
CompletableFuture<UpdateWebhookSubscriptionSignatureKeyResponse> |
DefaultWebhookSubscriptionsApi.updateWebhookSubscriptionSignatureKeyAsync(String subscriptionId,
UpdateWebhookSubscriptionSignatureKeyRequest body)
Updates a webhook subscription by replacing the existing signature key with a new one.
|
CompletableFuture<UpdateWebhookSubscriptionSignatureKeyResponse> |
WebhookSubscriptionsApi.updateWebhookSubscriptionSignatureKeyAsync(String subscriptionId,
UpdateWebhookSubscriptionSignatureKeyRequest body)
Updates a webhook subscription by replacing the existing signature key with a new one.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWebhookSubscriptionSignatureKeyRequest |
UpdateWebhookSubscriptionSignatureKeyRequest.Builder.build()
Builds a new
UpdateWebhookSubscriptionSignatureKeyRequest object using the set
fields. |
Copyright © 2023. All rights reserved.