| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CatalogObjectBatch |
CatalogObjectBatch.Builder.build()
Builds a new
CatalogObjectBatch object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<CatalogObjectBatch> |
BatchUpsertCatalogObjectsRequest.getBatches()
Getter for Batches.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpsertCatalogObjectsRequest.Builder |
BatchUpsertCatalogObjectsRequest.Builder.batches(List<CatalogObjectBatch> batches)
Setter for batches.
|
| Constructor and Description |
|---|
BatchUpsertCatalogObjectsRequest(String idempotencyKey,
List<CatalogObjectBatch> batches)
Initialization constructor.
|
Builder(String idempotencyKey,
List<CatalogObjectBatch> batches)
Initialization constructor.
|
Copyright © 2022. All rights reserved.