public static class SearchCatalogItemsRequest.Builder extends Object
SearchCatalogItemsRequest.| Constructor and Description |
|---|
Builder() |
public SearchCatalogItemsRequest.Builder textFilter(String textFilter)
textFilter - String value for textFilter.public SearchCatalogItemsRequest.Builder categoryIds(List<String> categoryIds)
categoryIds - List of String value for categoryIds.public SearchCatalogItemsRequest.Builder stockLevels(List<String> stockLevels)
stockLevels - List of String value for stockLevels.public SearchCatalogItemsRequest.Builder enabledLocationIds(List<String> enabledLocationIds)
enabledLocationIds - List of String value for enabledLocationIds.public SearchCatalogItemsRequest.Builder cursor(String cursor)
cursor - String value for cursor.public SearchCatalogItemsRequest.Builder limit(Integer limit)
limit - Integer value for limit.public SearchCatalogItemsRequest.Builder sortOrder(String sortOrder)
sortOrder - String value for sortOrder.public SearchCatalogItemsRequest.Builder productTypes(List<String> productTypes)
productTypes - List of String value for productTypes.public SearchCatalogItemsRequest.Builder customAttributeFilters(List<CustomAttributeFilter> customAttributeFilters)
customAttributeFilters - List of CustomAttributeFilter value for
customAttributeFilters.public SearchCatalogItemsRequest build()
SearchCatalogItemsRequest object using the set fields.SearchCatalogItemsRequestCopyright © 2022. All rights reserved.