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 Details

  • Constructor Details

    • ProductListingFlags

      public ProductListingFlags()
  • Method Details

    • noAggregations

      public ProductListingFlags noAggregations(String noAggregations)
    • getNoAggregations

      @Nullable public String getNoAggregations()
      Resets all aggregations in the criteria. This parameter is a flag, the value has no effect.
      Returns:
      noAggregations
    • getNoAggregations_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getNoAggregations_JsonNullable()
    • setNoAggregations_JsonNullable

      public void setNoAggregations_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> noAggregations)
    • setNoAggregations

      public void setNoAggregations(String noAggregations)
    • onlyAggregations

      public ProductListingFlags onlyAggregations(String onlyAggregations)
    • getOnlyAggregations

      @Nullable public String 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

      public org.openapitools.jackson.nullable.JsonNullable<String> getOnlyAggregations_JsonNullable()
    • setOnlyAggregations_JsonNullable

      public void setOnlyAggregations_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> onlyAggregations)
    • setOnlyAggregations

      public void setOnlyAggregations(String onlyAggregations)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object