public class SearchCatalogItemsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchCatalogItemsRequest.Builder
Class to build instances of
SearchCatalogItemsRequest. |
| Constructor and Description |
|---|
SearchCatalogItemsRequest(String textFilter,
List<String> categoryIds,
List<String> stockLevels,
List<String> enabledLocationIds,
String cursor,
Integer limit,
String sortOrder,
List<String> productTypes,
List<CustomAttributeFilter> customAttributeFilters)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getCategoryIds()
Getter for CategoryIds.
|
String |
getCursor()
Getter for Cursor.
|
List<CustomAttributeFilter> |
getCustomAttributeFilters()
Getter for CustomAttributeFilters.
|
List<String> |
getEnabledLocationIds()
Getter for EnabledLocationIds.
|
Integer |
getLimit()
Getter for Limit.
|
List<String> |
getProductTypes()
Getter for ProductTypes.
|
String |
getSortOrder()
Getter for SortOrder.
|
List<String> |
getStockLevels()
Getter for StockLevels.
|
String |
getTextFilter()
Getter for TextFilter.
|
int |
hashCode() |
SearchCatalogItemsRequest.Builder |
toBuilder()
Builds a new
SearchCatalogItemsRequest.Builder object. |
String |
toString()
Converts this SearchCatalogItemsRequest into string format.
|
public SearchCatalogItemsRequest(String textFilter, List<String> categoryIds, List<String> stockLevels, List<String> enabledLocationIds, String cursor, Integer limit, String sortOrder, List<String> productTypes, List<CustomAttributeFilter> customAttributeFilters)
textFilter - String value for textFilter.categoryIds - List of String value for categoryIds.stockLevels - List of String value for stockLevels.enabledLocationIds - List of String value for enabledLocationIds.cursor - String value for cursor.limit - Integer value for limit.sortOrder - String value for sortOrder.productTypes - List of String value for productTypes.customAttributeFilters - List of CustomAttributeFilter value for
customAttributeFilters.public String getTextFilter()
public List<String> getCategoryIds()
public List<String> getStockLevels()
public List<String> getEnabledLocationIds()
public String getCursor()
public Integer getLimit()
public String getSortOrder()
public List<String> getProductTypes()
public List<CustomAttributeFilter> getCustomAttributeFilters()
public String toString()
public SearchCatalogItemsRequest.Builder toBuilder()
SearchCatalogItemsRequest.Builder object.
Creates the instance with the state of the current model.SearchCatalogItemsRequest.Builder objectCopyright © 2022. All rights reserved.