Class SearchSuggestRequest
java.lang.Object
de.codebarista.shopware.model.core.SearchSuggestRequest
@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 SearchSuggestRequest
extends Object
SearchSuggestRequest
-
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>Using the search parameter, the server performs a text search on all records based on their data model and weighting as defined in the entity definition using the SearchRanking flag.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) voidtoString()
-
Field Details
-
JSON_PROPERTY_NO_AGGREGATIONS
- See Also:
-
JSON_PROPERTY_ONLY_AGGREGATIONS
- See Also:
-
JSON_PROPERTY_SEARCH
- See Also:
-
-
Constructor Details
-
SearchSuggestRequest
public SearchSuggestRequest()
-
-
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
-
search
-
getSearch
Using the search parameter, the server performs a text search on all records based on their data model and weighting as defined in the entity definition using the SearchRanking flag.- Returns:
- search
-
setSearch
-
equals
-
hashCode
public int hashCode() -
toString
-