| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
SearchCatalogItemsResponse |
DefaultCatalogApi.searchCatalogItems(SearchCatalogItemsRequest body)
Searches for catalog items or item variations by matching supported search attribute values,
including custom attribute values, against one or more of the specified query filters.
|
SearchCatalogItemsResponse |
CatalogApi.searchCatalogItems(SearchCatalogItemsRequest body)
Searches for catalog items or item variations by matching supported search attribute values,
including custom attribute values, against one or more of the specified query filters.
|
CompletableFuture<SearchCatalogItemsResponse> |
DefaultCatalogApi.searchCatalogItemsAsync(SearchCatalogItemsRequest body)
Searches for catalog items or item variations by matching supported search attribute values,
including custom attribute values, against one or more of the specified query filters.
|
CompletableFuture<SearchCatalogItemsResponse> |
CatalogApi.searchCatalogItemsAsync(SearchCatalogItemsRequest body)
Searches for catalog items or item variations by matching supported search attribute values,
including custom attribute values, against one or more of the specified query filters.
|
| Modifier and Type | Method and Description |
|---|---|
SearchCatalogItemsRequest |
SearchCatalogItemsRequest.Builder.build()
Builds a new
SearchCatalogItemsRequest object using the set fields. |
Copyright © 2022. All rights reserved.