| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
BatchUpsertCatalogObjectsResponse |
DefaultCatalogApi.batchUpsertCatalogObjects(BatchUpsertCatalogObjectsRequest body)
Creates or updates up to 10,000 target objects based on the provided list of objects.
|
BatchUpsertCatalogObjectsResponse |
CatalogApi.batchUpsertCatalogObjects(BatchUpsertCatalogObjectsRequest body)
Creates or updates up to 10,000 target objects based on the provided list of objects.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<BatchUpsertCatalogObjectsResponse> |
DefaultCatalogApi.batchUpsertCatalogObjectsAsync(BatchUpsertCatalogObjectsRequest body)
Creates or updates up to 10,000 target objects based on the provided list of objects.
|
CompletableFuture<BatchUpsertCatalogObjectsResponse> |
CatalogApi.batchUpsertCatalogObjectsAsync(BatchUpsertCatalogObjectsRequest body)
Creates or updates up to 10,000 target objects based on the provided list of objects.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpsertCatalogObjectsResponse |
BatchUpsertCatalogObjectsResponse.Builder.build()
Builds a new
BatchUpsertCatalogObjectsResponse object using the set fields. |
Copyright © 2022. All rights reserved.