| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
V1Order |
V1TransactionsApi.v1RetrieveOrder(String locationId,
String orderId)
Deprecated.
|
V1Order |
DefaultV1TransactionsApi.v1RetrieveOrder(String locationId,
String orderId)
Deprecated.
|
V1Order |
V1TransactionsApi.v1UpdateOrder(String locationId,
String orderId,
V1UpdateOrderRequest body)
Deprecated.
|
V1Order |
DefaultV1TransactionsApi.v1UpdateOrder(String locationId,
String orderId,
V1UpdateOrderRequest body)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<V1Order> |
V1TransactionsApi.v1ListOrders(String locationId,
String order,
Integer limit,
String batchToken)
Deprecated.
|
List<V1Order> |
DefaultV1TransactionsApi.v1ListOrders(String locationId,
String order,
Integer limit,
String batchToken)
Deprecated.
|
CompletableFuture<List<V1Order>> |
V1TransactionsApi.v1ListOrdersAsync(String locationId,
String order,
Integer limit,
String batchToken)
Deprecated.
|
CompletableFuture<List<V1Order>> |
DefaultV1TransactionsApi.v1ListOrdersAsync(String locationId,
String order,
Integer limit,
String batchToken)
Deprecated.
|
CompletableFuture<V1Order> |
V1TransactionsApi.v1RetrieveOrderAsync(String locationId,
String orderId)
Deprecated.
|
CompletableFuture<V1Order> |
DefaultV1TransactionsApi.v1RetrieveOrderAsync(String locationId,
String orderId)
Deprecated.
|
CompletableFuture<V1Order> |
V1TransactionsApi.v1UpdateOrderAsync(String locationId,
String orderId,
V1UpdateOrderRequest body)
Deprecated.
|
CompletableFuture<V1Order> |
DefaultV1TransactionsApi.v1UpdateOrderAsync(String locationId,
String orderId,
V1UpdateOrderRequest body)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V1Order |
V1Order.Builder.build()
Builds a new
V1Order object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<V1Order> |
V1ListOrdersResponse.getItems()
Getter for Items.
|
| Modifier and Type | Method and Description |
|---|---|
V1ListOrdersResponse.Builder |
V1ListOrdersResponse.Builder.items(List<V1Order> items)
Setter for items.
|
| Constructor and Description |
|---|
V1ListOrdersResponse(List<V1Order> items)
Initialization constructor.
|
Copyright © 2023. All rights reserved.