| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteCatalogObjectsResponse |
DefaultCatalogApi.batchDeleteCatalogObjects(BatchDeleteCatalogObjectsRequest body)
Deletes a set of [CatalogItem]($m/CatalogItem)s based on the provided list of target IDs and
returns a set of successfully deleted IDs in the response.
|
BatchDeleteCatalogObjectsResponse |
CatalogApi.batchDeleteCatalogObjects(BatchDeleteCatalogObjectsRequest body)
Deletes a set of [CatalogItem]($m/CatalogItem)s based on the provided list of target IDs and
returns a set of successfully deleted IDs in the response.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<BatchDeleteCatalogObjectsResponse> |
DefaultCatalogApi.batchDeleteCatalogObjectsAsync(BatchDeleteCatalogObjectsRequest body)
Deletes a set of [CatalogItem]($m/CatalogItem)s based on the provided list of target IDs and
returns a set of successfully deleted IDs in the response.
|
CompletableFuture<BatchDeleteCatalogObjectsResponse> |
CatalogApi.batchDeleteCatalogObjectsAsync(BatchDeleteCatalogObjectsRequest body)
Deletes a set of [CatalogItem]($m/CatalogItem)s based on the provided list of target IDs and
returns a set of successfully deleted IDs in the response.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteCatalogObjectsResponse |
BatchDeleteCatalogObjectsResponse.Builder.build()
Builds a new
BatchDeleteCatalogObjectsResponse object using the set fields. |
Copyright © 2022. All rights reserved.