| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
SearchCatalogObjectsResponse |
DefaultCatalogApi.searchCatalogObjects(SearchCatalogObjectsRequest body)
Searches for [CatalogObject]($m/CatalogObject) of any type by matching supported search
attribute values, excluding custom attribute values on items or item variations, against one
or more of the specified query filters.
|
SearchCatalogObjectsResponse |
CatalogApi.searchCatalogObjects(SearchCatalogObjectsRequest body)
Searches for [CatalogObject]($m/CatalogObject) of any type by matching supported search
attribute values, excluding custom attribute values on items or item variations, against one
or more of the specified query filters.
|
CompletableFuture<SearchCatalogObjectsResponse> |
DefaultCatalogApi.searchCatalogObjectsAsync(SearchCatalogObjectsRequest body)
Searches for [CatalogObject]($m/CatalogObject) of any type by matching supported search
attribute values, excluding custom attribute values on items or item variations, against one
or more of the specified query filters.
|
CompletableFuture<SearchCatalogObjectsResponse> |
CatalogApi.searchCatalogObjectsAsync(SearchCatalogObjectsRequest body)
Searches for [CatalogObject]($m/CatalogObject) of any type by matching supported search
attribute values, excluding custom attribute values on items or item variations, against one
or more of the specified query filters.
|
| Modifier and Type | Method and Description |
|---|---|
SearchCatalogObjectsRequest |
SearchCatalogObjectsRequest.Builder.build()
Builds a new
SearchCatalogObjectsRequest object using the set fields. |
Copyright © 2022. All rights reserved.