| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
UpdateWebhookSubscriptionResponse |
DefaultWebhookSubscriptionsApi.updateWebhookSubscription(String subscriptionId,
UpdateWebhookSubscriptionRequest body)
Updates a webhook subscription.
|
UpdateWebhookSubscriptionResponse |
WebhookSubscriptionsApi.updateWebhookSubscription(String subscriptionId,
UpdateWebhookSubscriptionRequest body)
Updates a webhook subscription.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UpdateWebhookSubscriptionResponse> |
DefaultWebhookSubscriptionsApi.updateWebhookSubscriptionAsync(String subscriptionId,
UpdateWebhookSubscriptionRequest body)
Updates a webhook subscription.
|
CompletableFuture<UpdateWebhookSubscriptionResponse> |
WebhookSubscriptionsApi.updateWebhookSubscriptionAsync(String subscriptionId,
UpdateWebhookSubscriptionRequest body)
Updates a webhook subscription.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWebhookSubscriptionResponse |
UpdateWebhookSubscriptionResponse.Builder.build()
Builds a new
UpdateWebhookSubscriptionResponse object using the set fields. |
Copyright © 2023. All rights reserved.