Skip to content

Commit 3a94180

Browse files
committed
build(codegen): updating SDK
1 parent c9e79c3 commit 3a94180

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public interface ProductSearchProjectionParams {
8585
public List<String> getLocaleProjection();
8686

8787
/**
88-
* <p><code>key</code> of an existing Store. If the Store has defined some languages, countries, distribution or supply Channels, they are used for projections based on locale, price, and inventory. If the Store has defined Product Selections, they have no effect on the results of this query.</p>
88+
* <p><code>key</code> of an existing Store. If the Store has defined some languages, countries, distribution or supply Channels, they are used for projections based on locale, price, and inventory. If the Store has defined Product Selections or Product Tailoring, they have no effect on the results of this query.</p>
8989
* @return storeProjection
9090
*/
9191

@@ -158,7 +158,7 @@ public interface ProductSearchProjectionParams {
158158
public void setLocaleProjection(final List<String> localeProjection);
159159

160160
/**
161-
* <p><code>key</code> of an existing Store. If the Store has defined some languages, countries, distribution or supply Channels, they are used for projections based on locale, price, and inventory. If the Store has defined Product Selections, they have no effect on the results of this query.</p>
161+
* <p><code>key</code> of an existing Store. If the Store has defined some languages, countries, distribution or supply Channels, they are used for projections based on locale, price, and inventory. If the Store has defined Product Selections or Product Tailoring, they have no effect on the results of this query.</p>
162162
* @param storeProjection value to be set
163163
*/
164164

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public ProductSearchProjectionParamsBuilder plusLocaleProjection(@Nullable final
175175
}
176176

177177
/**
178-
* <p><code>key</code> of an existing Store. If the Store has defined some languages, countries, distribution or supply Channels, they are used for projections based on locale, price, and inventory. If the Store has defined Product Selections, they have no effect on the results of this query.</p>
178+
* <p><code>key</code> of an existing Store. If the Store has defined some languages, countries, distribution or supply Channels, they are used for projections based on locale, price, and inventory. If the Store has defined Product Selections or Product Tailoring, they have no effect on the results of this query.</p>
179179
* @param storeProjection value to be set
180180
* @return Builder
181181
*/
@@ -256,7 +256,7 @@ public java.util.List<String> getLocaleProjection() {
256256
}
257257

258258
/**
259-
* <p><code>key</code> of an existing Store. If the Store has defined some languages, countries, distribution or supply Channels, they are used for projections based on locale, price, and inventory. If the Store has defined Product Selections, they have no effect on the results of this query.</p>
259+
* <p><code>key</code> of an existing Store. If the Store has defined some languages, countries, distribution or supply Channels, they are used for projections based on locale, price, and inventory. If the Store has defined Product Selections or Product Tailoring, they have no effect on the results of this query.</p>
260260
* @return storeProjection
261261
*/
262262

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public java.util.List<String> getLocaleProjection() {
122122
}
123123

124124
/**
125-
* <p><code>key</code> of an existing Store. If the Store has defined some languages, countries, distribution or supply Channels, they are used for projections based on locale, price, and inventory. If the Store has defined Product Selections, they have no effect on the results of this query.</p>
125+
* <p><code>key</code> of an existing Store. If the Store has defined some languages, countries, distribution or supply Channels, they are used for projections based on locale, price, and inventory. If the Store has defined Product Selections or Product Tailoring, they have no effect on the results of this query.</p>
126126
*/
127127

128128
public String getStoreProjection() {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,4 @@ f406baef04eced1a7bda3817e935f54e234a9f4e
270270
c163df6435d9b4770f1d07cd2cb379c1f620ceb5
271271
12d3fba1b3f1f281cc37eaa04513df858393ab39
272272
6bd7dfaf13befab20f63e12bcda891250e2637c1
273+
27eb558d5297d7de059ae558e28bf81cb165235b

0 commit comments

Comments
 (0)