| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
DeleteCatalogObjectResponse |
DefaultCatalogApi.deleteCatalogObject(String objectId)
Deletes a single [CatalogObject]($m/CatalogObject) based on the provided ID and returns the
set of successfully deleted IDs in the response.
|
DeleteCatalogObjectResponse |
CatalogApi.deleteCatalogObject(String objectId)
Deletes a single [CatalogObject]($m/CatalogObject) based on the provided ID and returns the
set of successfully deleted IDs in the response.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DeleteCatalogObjectResponse> |
DefaultCatalogApi.deleteCatalogObjectAsync(String objectId)
Deletes a single [CatalogObject]($m/CatalogObject) based on the provided ID and returns the
set of successfully deleted IDs in the response.
|
CompletableFuture<DeleteCatalogObjectResponse> |
CatalogApi.deleteCatalogObjectAsync(String objectId)
Deletes a single [CatalogObject]($m/CatalogObject) based on the provided ID and returns the
set of successfully deleted IDs in the response.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteCatalogObjectResponse |
DeleteCatalogObjectResponse.Builder.build()
Builds a new
DeleteCatalogObjectResponse object using the set fields. |
Copyright © 2022. All rights reserved.