| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
V1Order |
DefaultV1TransactionsApi.retrieveOrder(String locationId,
String orderId)
Deprecated.
|
V1Order |
V1TransactionsApi.retrieveOrder(String locationId,
String orderId)
Deprecated.
|
V1Order |
DefaultV1TransactionsApi.updateOrder(String locationId,
String orderId,
V1UpdateOrderRequest body)
Deprecated.
|
V1Order |
V1TransactionsApi.updateOrder(String locationId,
String orderId,
V1UpdateOrderRequest body)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<V1Order> |
DefaultV1TransactionsApi.listOrders(String locationId,
String order,
Integer limit,
String batchToken)
Deprecated.
|
List<V1Order> |
V1TransactionsApi.listOrders(String locationId,
String order,
Integer limit,
String batchToken)
Deprecated.
|
CompletableFuture<List<V1Order>> |
DefaultV1TransactionsApi.listOrdersAsync(String locationId,
String order,
Integer limit,
String batchToken)
Deprecated.
|
CompletableFuture<List<V1Order>> |
V1TransactionsApi.listOrdersAsync(String locationId,
String order,
Integer limit,
String batchToken)
Deprecated.
|
CompletableFuture<V1Order> |
DefaultV1TransactionsApi.retrieveOrderAsync(String locationId,
String orderId)
Deprecated.
|
CompletableFuture<V1Order> |
V1TransactionsApi.retrieveOrderAsync(String locationId,
String orderId)
Deprecated.
|
CompletableFuture<V1Order> |
DefaultV1TransactionsApi.updateOrderAsync(String locationId,
String orderId,
V1UpdateOrderRequest body)
Deprecated.
|
CompletableFuture<V1Order> |
V1TransactionsApi.updateOrderAsync(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 © 2022. All rights reserved.