| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListBookingsResponse |
DefaultBookingsApi.listBookings(Integer limit,
String cursor,
String teamMemberId,
String locationId,
String startAtMin,
String startAtMax)
Retrieve a collection of bookings.
|
ListBookingsResponse |
BookingsApi.listBookings(Integer limit,
String cursor,
String teamMemberId,
String locationId,
String startAtMin,
String startAtMax)
Retrieve a collection of bookings.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListBookingsResponse> |
DefaultBookingsApi.listBookingsAsync(Integer limit,
String cursor,
String teamMemberId,
String locationId,
String startAtMin,
String startAtMax)
Retrieve a collection of bookings.
|
CompletableFuture<ListBookingsResponse> |
BookingsApi.listBookingsAsync(Integer limit,
String cursor,
String teamMemberId,
String locationId,
String startAtMin,
String startAtMax)
Retrieve a collection of bookings.
|
| Modifier and Type | Method and Description |
|---|---|
ListBookingsResponse |
ListBookingsResponse.Builder.build()
Builds a new
ListBookingsResponse object using the set fields. |
Copyright © 2022. All rights reserved.