| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListWebhookSubscriptionsResponse |
WebhookSubscriptionsApi.listWebhookSubscriptions(String cursor,
Boolean includeDisabled,
String sortOrder,
Integer limit)
Lists all webhook subscriptions owned by your application.
|
ListWebhookSubscriptionsResponse |
DefaultWebhookSubscriptionsApi.listWebhookSubscriptions(String cursor,
Boolean includeDisabled,
String sortOrder,
Integer limit)
Lists all webhook subscriptions owned by your application.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListWebhookSubscriptionsResponse> |
WebhookSubscriptionsApi.listWebhookSubscriptionsAsync(String cursor,
Boolean includeDisabled,
String sortOrder,
Integer limit)
Lists all webhook subscriptions owned by your application.
|
CompletableFuture<ListWebhookSubscriptionsResponse> |
DefaultWebhookSubscriptionsApi.listWebhookSubscriptionsAsync(String cursor,
Boolean includeDisabled,
String sortOrder,
Integer limit)
Lists all webhook subscriptions owned by your application.
|
| Modifier and Type | Method and Description |
|---|---|
ListWebhookSubscriptionsResponse |
ListWebhookSubscriptionsResponse.Builder.build()
Builds a new
ListWebhookSubscriptionsResponse object using the set fields. |
Copyright © 2024. All rights reserved.