Class ProductListingFlags
java.lang.Object
de.codebarista.shopware.model.core.ProductListingFlags
@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 ProductListingFlags
extends Object
Additional flags for product listings
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanResets all aggregations in the criteria.org.openapitools.jackson.nullable.JsonNullable<String>If this flag is set, no products are fetched.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()noAggregations(String noAggregations) onlyAggregations(String onlyAggregations) voidsetNoAggregations(String noAggregations) voidsetNoAggregations_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> noAggregations) voidsetOnlyAggregations(String onlyAggregations) voidsetOnlyAggregations_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> onlyAggregations) toString()
-
Field Details
-
JSON_PROPERTY_NO_AGGREGATIONS
- See Also:
-
JSON_PROPERTY_ONLY_AGGREGATIONS
- See Also:
-
-
Constructor Details
-
ProductListingFlags
public ProductListingFlags()
-
-
Method Details
-
noAggregations
-
getNoAggregations
Resets all aggregations in the criteria. This parameter is a flag, the value has no effect.- Returns:
- noAggregations
-
getNoAggregations_JsonNullable
-
setNoAggregations_JsonNullable
public void setNoAggregations_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> noAggregations) -
setNoAggregations
-
onlyAggregations
-
getOnlyAggregations
If this flag is set, no products are fetched. Sorting and associations are also ignored. This parameter is a flag, the value has no effect.- Returns:
- onlyAggregations
-
getOnlyAggregations_JsonNullable
-
setOnlyAggregations_JsonNullable
public void setOnlyAggregations_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> onlyAggregations) -
setOnlyAggregations
-
equals
-
hashCode
public int hashCode() -
toString
-