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