| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListSubscriptionEventsResponse |
SubscriptionsApi.listSubscriptionEvents(String subscriptionId,
String cursor,
Integer limit)
Lists all events for a specific subscription.
|
ListSubscriptionEventsResponse |
DefaultSubscriptionsApi.listSubscriptionEvents(String subscriptionId,
String cursor,
Integer limit)
Lists all events for a specific subscription.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListSubscriptionEventsResponse> |
SubscriptionsApi.listSubscriptionEventsAsync(String subscriptionId,
String cursor,
Integer limit)
Lists all events for a specific subscription.
|
CompletableFuture<ListSubscriptionEventsResponse> |
DefaultSubscriptionsApi.listSubscriptionEventsAsync(String subscriptionId,
String cursor,
Integer limit)
Lists all events for a specific subscription.
|
| Modifier and Type | Method and Description |
|---|---|
ListSubscriptionEventsResponse |
ListSubscriptionEventsResponse.Builder.build()
Builds a new
ListSubscriptionEventsResponse object using the set fields. |
Copyright © 2022. All rights reserved.