| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
InventoryCount |
InventoryCount.Builder.build()
Builds a new
InventoryCount object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<InventoryCount> |
RetrieveInventoryCountResponse.getCounts()
Getter for Counts.
|
List<InventoryCount> |
BatchRetrieveInventoryCountsResponse.getCounts()
Getter for Counts.
|
List<InventoryCount> |
BatchChangeInventoryResponse.getCounts()
Getter for Counts.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveInventoryCountResponse.Builder |
RetrieveInventoryCountResponse.Builder.counts(List<InventoryCount> counts)
Setter for counts.
|
BatchRetrieveInventoryCountsResponse.Builder |
BatchRetrieveInventoryCountsResponse.Builder.counts(List<InventoryCount> counts)
Setter for counts.
|
BatchChangeInventoryResponse.Builder |
BatchChangeInventoryResponse.Builder.counts(List<InventoryCount> counts)
Setter for counts.
|
| Constructor and Description |
|---|
BatchChangeInventoryResponse(List<Error> errors,
List<InventoryCount> counts,
List<InventoryChange> changes)
Initialization constructor.
|
BatchRetrieveInventoryCountsResponse(List<Error> errors,
List<InventoryCount> counts,
String cursor)
Initialization constructor.
|
RetrieveInventoryCountResponse(List<Error> errors,
List<InventoryCount> counts,
String cursor)
Initialization constructor.
|
Copyright © 2022. All rights reserved.