| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CustomAttributeFilter |
CustomAttributeFilter.Builder.build()
Builds a new
CustomAttributeFilter object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<CustomAttributeFilter> |
SearchCatalogItemsRequest.getCustomAttributeFilters()
Getter for CustomAttributeFilters.
|
| Modifier and Type | Method and Description |
|---|---|
SearchCatalogItemsRequest.Builder |
SearchCatalogItemsRequest.Builder.customAttributeFilters(List<CustomAttributeFilter> customAttributeFilters)
Setter for customAttributeFilters.
|
| 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.
|
Copyright © 2022. All rights reserved.