Skip to content

Commit d0eceaa

Browse files
Merge pull request #823 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 0f9139e + dfc6642 commit d0eceaa

10 files changed

+22
-21
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetCountValue.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public interface ProductSearchFacetCountValue {
5050
public ProductSearchFacetScopeEnum getScope();
5151

5252
/**
53-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
53+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
5454
* @return filter
5555
*/
5656
@Valid
@@ -80,7 +80,7 @@ public interface ProductSearchFacetCountValue {
8080
public void setScope(final ProductSearchFacetScopeEnum scope);
8181

8282
/**
83-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
83+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
8484
* @param filter value to be set
8585
*/
8686

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetCountValueBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public ProductSearchFacetCountValueBuilder scope(
5959
}
6060

6161
/**
62-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
62+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
6363
* @param builder function to build the filter value
6464
* @return Builder
6565
*/
@@ -71,7 +71,7 @@ public ProductSearchFacetCountValueBuilder filter(
7171
}
7272

7373
/**
74-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
74+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
7575
* @param builder function to build the filter value
7676
* @return Builder
7777
*/
@@ -83,7 +83,7 @@ public ProductSearchFacetCountValueBuilder withFilter(
8383
}
8484

8585
/**
86-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
86+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
8787
* @param filter value to be set
8888
* @return Builder
8989
*/
@@ -126,7 +126,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetScopeEnum g
126126
}
127127

128128
/**
129-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
129+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
130130
* @return filter
131131
*/
132132

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetCountValueImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetScopeEnum g
6767
}
6868

6969
/**
70-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
70+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
7171
*/
7272

7373
public com.commercetools.api.models.search.SearchQuery getFilter() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetDistinctValue.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public interface ProductSearchFacetDistinctValue {
5252
public ProductSearchFacetScopeEnum getScope();
5353

5454
/**
55-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
55+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
5656
* @return filter
5757
*/
5858
@Valid
@@ -138,7 +138,7 @@ public interface ProductSearchFacetDistinctValue {
138138
public void setScope(final ProductSearchFacetScopeEnum scope);
139139

140140
/**
141-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
141+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
142142
* @param filter value to be set
143143
*/
144144

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetDistinctValueBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public ProductSearchFacetDistinctValueBuilder scope(
8080
}
8181

8282
/**
83-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
83+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
8484
* @param builder function to build the filter value
8585
* @return Builder
8686
*/
@@ -92,7 +92,7 @@ public ProductSearchFacetDistinctValueBuilder filter(
9292
}
9393

9494
/**
95-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
95+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
9696
* @param builder function to build the filter value
9797
* @return Builder
9898
*/
@@ -104,7 +104,7 @@ public ProductSearchFacetDistinctValueBuilder withFilter(
104104
}
105105

106106
/**
107-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
107+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
108108
* @param filter value to be set
109109
* @return Builder
110110
*/
@@ -279,7 +279,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetScopeEnum g
279279
}
280280

281281
/**
282-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
282+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
283283
* @return filter
284284
*/
285285

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetDistinctValueImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetScopeEnum g
9393
}
9494

9595
/**
96-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
96+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
9797
*/
9898

9999
public com.commercetools.api.models.search.SearchQuery getFilter() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetRangesValue.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public interface ProductSearchFacetRangesValue {
5454
public ProductSearchFacetScopeEnum getScope();
5555

5656
/**
57-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
57+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
5858
* @return filter
5959
*/
6060
@Valid
@@ -117,7 +117,7 @@ public interface ProductSearchFacetRangesValue {
117117
public void setScope(final ProductSearchFacetScopeEnum scope);
118118

119119
/**
120-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
120+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
121121
* @param filter value to be set
122122
*/
123123

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetRangesValueBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public ProductSearchFacetRangesValueBuilder scope(
7171
}
7272

7373
/**
74-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
74+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
7575
* @param builder function to build the filter value
7676
* @return Builder
7777
*/
@@ -83,7 +83,7 @@ public ProductSearchFacetRangesValueBuilder filter(
8383
}
8484

8585
/**
86-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
86+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
8787
* @param builder function to build the filter value
8888
* @return Builder
8989
*/
@@ -95,7 +95,7 @@ public ProductSearchFacetRangesValueBuilder withFilter(
9595
}
9696

9797
/**
98-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
98+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
9999
* @param filter value to be set
100100
* @return Builder
101101
*/
@@ -267,7 +267,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetScopeEnum g
267267
}
268268

269269
/**
270-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
270+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
271271
* @return filter
272272
*/
273273

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetRangesValueImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetScopeEnum g
8383
}
8484

8585
/**
86-
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
86+
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
8787
*/
8888

8989
public com.commercetools.api.models.search.SearchQuery getFilter() {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,3 +369,4 @@ e18cd8073ea975fe92c1bad4dea957b16ee0b1c4
369369
b71e64cba7a81b26a5892daca52a9715fd32c05f
370370
159b6f682f761a18daea978cdb2760e7713e0000
371371
f9fa3e30e9bc44b50bdaa5be496b94b37e607a0e
372+
3a34fc63e5128798a8c1c3e426f4775a075d9d62

0 commit comments

Comments
 (0)