diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderSearchAnyValueBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderSearchAnyValueBuilder.java index 8268674e035..927df78c522 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderSearchAnyValueBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderSearchAnyValueBuilder.java @@ -62,7 +62,7 @@ public OrderSearchAnyValueBuilder boost(@Nullable final Integer boost) { } /** - *
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Possible values for the customType
property on query expressions indicating the data type of the field
.
Possible values for the customType
property on simple expressions indicating the data type of the field
.
Unique identifier of the variant.
+ *id
of the ProductVariant that matches the search query.
SKU of the matching variant.
+ *sku
of the ProductVariant that matches the search query.
Unique identifier of the variant.
+ *id
of the ProductVariant that matches the search query.
SKU of the matching variant.
+ *sku
of the ProductVariant that matches the search query.
id
of the ProductVariant that matches the search query.
SKU of the matching variant.
+ *sku
of the ProductVariant that matches the search query.
Unique identifier of the variant.
+ *id
of the ProductVariant that matches the search query.
SKU of the matching variant.
+ *sku
of the ProductVariant that matches the search query.
Unique identifier of the variant.
+ *id
of the ProductVariant that matches the search query.
SKU of the matching variant.
+ *sku
of the ProductVariant that matches the search query.
Whether the search criteria definitely matches all Variants of the returned Product, like for Product-level fields. Is always false
for search expressions on Variant-level fields.
true
if all Variants of the returned Product match the search query, or if search query does not specify any expression for a Product Variant field.
false
if only a subset of the Product Variants match the search query.
Is always false
for query expressions on Product Variant fields.
The variants matching the search criteria or empty if all matched.
+ *Identifiers of the Product Variants that match the search query.
+ *Empty if all Product Variants of the returned Product match.
* @return matchedVariants */ @NotNull @@ -52,14 +55,17 @@ public interface ProductSearchMatchingVariants { public ListWhether the search criteria definitely matches all Variants of the returned Product, like for Product-level fields. Is always false
for search expressions on Variant-level fields.
true
if all Variants of the returned Product match the search query, or if search query does not specify any expression for a Product Variant field.
false
if only a subset of the Product Variants match the search query.
Is always false
for query expressions on Product Variant fields.
The variants matching the search criteria or empty if all matched.
+ *Identifiers of the Product Variants that match the search query.
+ *Empty if all Product Variants of the returned Product match.
* @param matchedVariants values to be set */ @@ -67,7 +73,8 @@ public interface ProductSearchMatchingVariants { public void setMatchedVariants(final ProductSearchMatchingVariantEntry... matchedVariants); /** - *The variants matching the search criteria or empty if all matched.
+ *Identifiers of the Product Variants that match the search query.
+ *Empty if all Product Variants of the returned Product match.
* @param matchedVariants values to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchMatchingVariantsBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchMatchingVariantsBuilder.java index a13f275fa57..8c61649dd8a 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchMatchingVariantsBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchMatchingVariantsBuilder.java @@ -28,7 +28,9 @@ public class ProductSearchMatchingVariantsBuilder implements BuilderWhether the search criteria definitely matches all Variants of the returned Product, like for Product-level fields. Is always false
for search expressions on Variant-level fields.
true
if all Variants of the returned Product match the search query, or if search query does not specify any expression for a Product Variant field.
false
if only a subset of the Product Variants match the search query.
Is always false
for query expressions on Product Variant fields.
The variants matching the search criteria or empty if all matched.
+ *Identifiers of the Product Variants that match the search query.
+ *Empty if all Product Variants of the returned Product match.
* @param matchedVariants value to be set * @return Builder */ @@ -51,7 +54,8 @@ public ProductSearchMatchingVariantsBuilder matchedVariants( } /** - *The variants matching the search criteria or empty if all matched.
+ *Identifiers of the Product Variants that match the search query.
+ *Empty if all Product Variants of the returned Product match.
* @param matchedVariants value to be set * @return Builder */ @@ -63,7 +67,8 @@ public ProductSearchMatchingVariantsBuilder matchedVariants( } /** - *The variants matching the search criteria or empty if all matched.
+ *Identifiers of the Product Variants that match the search query.
+ *Empty if all Product Variants of the returned Product match.
* @param matchedVariants value to be set * @return Builder */ @@ -78,7 +83,8 @@ public ProductSearchMatchingVariantsBuilder plusMatchedVariants( } /** - *The variants matching the search criteria or empty if all matched.
+ *Identifiers of the Product Variants that match the search query.
+ *Empty if all Product Variants of the returned Product match.
* @param builder function to build the matchedVariants value * @return Builder */ @@ -95,7 +101,8 @@ public ProductSearchMatchingVariantsBuilder plusMatchedVariants( } /** - *The variants matching the search criteria or empty if all matched.
+ *Identifiers of the Product Variants that match the search query.
+ *Empty if all Product Variants of the returned Product match.
* @param builder function to build the matchedVariants value * @return Builder */ @@ -110,7 +117,8 @@ public ProductSearchMatchingVariantsBuilder withMatchedVariants( } /** - *The variants matching the search criteria or empty if all matched.
+ *Identifiers of the Product Variants that match the search query.
+ *Empty if all Product Variants of the returned Product match.
* @param builder function to build the matchedVariants value * @return Builder */ @@ -122,7 +130,8 @@ public ProductSearchMatchingVariantsBuilder addMatchedVariants( } /** - *The variants matching the search criteria or empty if all matched.
+ *Identifiers of the Product Variants that match the search query.
+ *Empty if all Product Variants of the returned Product match.
* @param builder function to build the matchedVariants value * @return Builder */ @@ -134,7 +143,9 @@ public ProductSearchMatchingVariantsBuilder setMatchedVariants( } /** - *Whether the search criteria definitely matches all Variants of the returned Product, like for Product-level fields. Is always false
for search expressions on Variant-level fields.
true
if all Variants of the returned Product match the search query, or if search query does not specify any expression for a Product Variant field.
false
if only a subset of the Product Variants match the search query.
Is always false
for query expressions on Product Variant fields.
The variants matching the search criteria or empty if all matched.
+ *Identifiers of the Product Variants that match the search query.
+ *Empty if all Product Variants of the returned Product match.
* @return matchedVariants */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchMatchingVariantsImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchMatchingVariantsImpl.java index 69e34c03bca..1c063b80dca 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchMatchingVariantsImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchMatchingVariantsImpl.java @@ -43,7 +43,9 @@ public ProductSearchMatchingVariantsImpl() { } /** - *Whether the search criteria definitely matches all Variants of the returned Product, like for Product-level fields. Is always false
for search expressions on Variant-level fields.
true
if all Variants of the returned Product match the search query, or if search query does not specify any expression for a Product Variant field.
false
if only a subset of the Product Variants match the search query.
Is always false
for query expressions on Product Variant fields.
The variants matching the search criteria or empty if all matched.
+ *Identifiers of the Product Variants that match the search query.
+ *Empty if all Product Variants of the returned Product match.
*/ public java.util.ListThe search can return Products where not all Product Variants match the search criteria. If true
, the response will include a field called matchingVariants
that contains the sku
of Product Variants that match the search query. If the query does not specify any variant-level criteria, matchingVariants
will be null signifying that all Product Variants are a match.
If query
specifies an expression for a Product Variant field, set this to true
to get additional information for each returned Product about which Product Variants match the search query. For details, see matching variants.
The search can return Products where not all Product Variants match the search criteria. If true
, the response will include a field called matchingVariants
that contains the sku
of Product Variants that match the search query. If the query does not specify any variant-level criteria, matchingVariants
will be null signifying that all Product Variants are a match.
If query
specifies an expression for a Product Variant field, set this to true
to get additional information for each returned Product about which Product Variants match the search query. For details, see matching variants.
The search can return Products where not all Product Variants match the search criteria. If true
, the response will include a field called matchingVariants
that contains the sku
of Product Variants that match the search query. If the query does not specify any variant-level criteria, matchingVariants
will be null signifying that all Product Variants are a match.
If query
specifies an expression for a Product Variant field, set this to true
to get additional information for each returned Product about which Product Variants match the search query. For details, see matching variants.
The search can return Products where not all Product Variants match the search criteria. If true
, the response will include a field called matchingVariants
that contains the sku
of Product Variants that match the search query. If the query does not specify any variant-level criteria, matchingVariants
will be null signifying that all Product Variants are a match.
If query
specifies an expression for a Product Variant field, set this to true
to get additional information for each returned Product about which Product Variants match the search query. For details, see matching variants.
The search can return Products where not all Product Variants match the search criteria. If true
, the response will include a field called matchingVariants
that contains the sku
of Product Variants that match the search query. If the query does not specify any variant-level criteria, matchingVariants
will be null signifying that all Product Variants are a match.
If query
specifies an expression for a Product Variant field, set this to true
to get additional information for each returned Product about which Product Variants match the search query. For details, see matching variants.
Unique identifier of the Product.
+ *id
of the Product that matches the search query.
Contains Product Projection data for Products matching the projection
field in the Search Products request.
Information about which Product Variants match the search query. Only present if markMatchingVariants
is set to true
in the ProductSearchRequest.
Describes the variants that matched the search criteria.
- * @return matchingVariants + *Projected data of the Product with id
. Only present if data integration with Product Projection parameters is requested.
Unique identifier of the Product.
+ *id
of the Product that matches the search query.
Contains Product Projection data for Products matching the projection
field in the Search Products request.
Information about which Product Variants match the search query. Only present if markMatchingVariants
is set to true
in the ProductSearchRequest.
Describes the variants that matched the search criteria.
- * @param matchingVariants value to be set + *Projected data of the Product with id
. Only present if data integration with Product Projection parameters is requested.
Unique identifier of the Product.
+ *id
of the Product that matches the search query.
Contains Product Projection data for Products matching the projection
field in the Search Products request.
Information about which Product Variants match the search query. Only present if markMatchingVariants
is set to true
in the ProductSearchRequest.
Contains Product Projection data for Products matching the projection
field in the Search Products request.
Information about which Product Variants match the search query. Only present if markMatchingVariants
is set to true
in the ProductSearchRequest.
Contains Product Projection data for Products matching the projection
field in the Search Products request.
Information about which Product Variants match the search query. Only present if markMatchingVariants
is set to true
in the ProductSearchRequest.
Describes the variants that matched the search criteria.
- * @param builder function to build the matchingVariants value + *Projected data of the Product with id
. Only present if data integration with Product Projection parameters is requested.
Describes the variants that matched the search criteria.
- * @param builder function to build the matchingVariants value + *Projected data of the Product with id
. Only present if data integration with Product Projection parameters is requested.
Describes the variants that matched the search criteria.
- * @param matchingVariants value to be set + *Projected data of the Product with id
. Only present if data integration with Product Projection parameters is requested.
Unique identifier of the Product.
+ *id
of the Product that matches the search query.
Contains Product Projection data for Products matching the projection
field in the Search Products request.
Information about which Product Variants match the search query. Only present if markMatchingVariants
is set to true
in the ProductSearchRequest.
Describes the variants that matched the search criteria.
- * @return matchingVariants + *Projected data of the Product with id
. Only present if data integration with Product Projection parameters is requested.
Unique identifier of the Product.
+ *id
of the Product that matches the search query.
Contains Product Projection data for Products matching the projection
field in the Search Products request.
Information about which Product Variants match the search query. Only present if markMatchingVariants
is set to true
in the ProductSearchRequest.
Describes the variants that matched the search criteria.
+ *Projected data of the Product with id
. Only present if data integration with Product Projection parameters is requested.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.
Possible values for the fieldType
property on query expressions indicating the data type of the field
.
Possible values for the fieldType
property on simple expressions indicating the data type of the field
.