Class ProductListingResultAllOfCurrentFilters
java.lang.Object
de.codebarista.shopware.model.core.ProductListingResultAllOfCurrentFilters
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-10T11:26:02.541008353+02:00[Europe/Berlin]",
comments="Generator version: 7.5.0")
public class ProductListingResultAllOfCurrentFilters
extends Object
Contains the state of the filters. These can be used to create listing filters.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddManufacturerItem(Object manufacturerItem) addPropertiesItem(Object propertiesItem) booleanGet manufacturerGet navigationIdgetPrice()Get priceGet propertiesGet ratingGet shippingFreeinthashCode()manufacturer(List<Object> manufacturer) navigationId(String navigationId) properties(List<Object> properties) voidsetManufacturer(List<Object> manufacturer) voidsetNavigationId(String navigationId) voidvoidsetProperties(List<Object> properties) voidvoidsetShippingFree(Boolean shippingFree) shippingFree(Boolean shippingFree) toString()
-
Field Details
-
JSON_PROPERTY_NAVIGATION_ID
- See Also:
-
JSON_PROPERTY_MANUFACTURER
- See Also:
-
JSON_PROPERTY_PRICE
- See Also:
-
JSON_PROPERTY_RATING
- See Also:
-
JSON_PROPERTY_SHIPPING_FREE
- See Also:
-
JSON_PROPERTY_PROPERTIES
- See Also:
-
-
Constructor Details
-
ProductListingResultAllOfCurrentFilters
public ProductListingResultAllOfCurrentFilters()
-
-
Method Details
-
manufacturer
-
addManufacturerItem
-
getManufacturer
Get manufacturer- Returns:
- manufacturer
-
setManufacturer
-
price
public ProductListingResultAllOfCurrentFilters price(ProductListingResultAllOfCurrentFiltersPrice price) -
getPrice
Get price- Returns:
- price
-
setPrice
-
rating
-
getRating
Get rating- Returns:
- rating
-
setRating
-
shippingFree
-
getShippingFree
Get shippingFree- Returns:
- shippingFree
-
setShippingFree
-
properties
-
addPropertiesItem
-
getProperties
Get properties- Returns:
- properties
-
setProperties
-
equals
-
hashCode
public int hashCode() -
toString