| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
OrderEntry |
OrderEntry.Builder.build()
Builds a new
OrderEntry object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<OrderEntry> |
SearchOrdersResponse.getOrderEntries()
Getter for OrderEntries.
|
| Modifier and Type | Method and Description |
|---|---|
SearchOrdersResponse.Builder |
SearchOrdersResponse.Builder.orderEntries(List<OrderEntry> orderEntries)
Setter for orderEntries.
|
| Constructor and Description |
|---|
SearchOrdersResponse(List<OrderEntry> orderEntries,
List<Order> orders,
String cursor,
List<Error> errors)
Initialization constructor.
|
Copyright © 2022. All rights reserved.