Skip to content

Commit ad44029

Browse files
committed
build(codegen): updating SDK
1 parent 8a3e1b0 commit ad44029

File tree

7 files changed

+11
-10
lines changed

7 files changed

+11
-10
lines changed

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/productdrafts/ProductDraftImport.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public interface ProductDraftImport extends ImportResource {
191191
public StateKeyReference getState();
192192

193193
/**
194-
* <p>If <code>publish</code> is set to either <code>true</code> or <code>false</code>, both staged and current projections are set to the same value provided by the import data. If <code>publish</code> is not set, the staged projection is set to the provided import data, but the current projection stays unchanged. However, if the import data contains no update, that is, if it matches the staged projection of the existing Product, the import induces no change in the existing Product whether <code>publish</code> is set or not.</p>
194+
* <p>Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.</p>
195195
* @return publish
196196
*/
197197

@@ -352,7 +352,7 @@ public interface ProductDraftImport extends ImportResource {
352352
public void setState(final StateKeyReference state);
353353

354354
/**
355-
* <p>If <code>publish</code> is set to either <code>true</code> or <code>false</code>, both staged and current projections are set to the same value provided by the import data. If <code>publish</code> is not set, the staged projection is set to the provided import data, but the current projection stays unchanged. However, if the import data contains no update, that is, if it matches the staged projection of the existing Product, the import induces no change in the existing Product whether <code>publish</code> is set or not.</p>
355+
* <p>Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.</p>
356356
* @param publish value to be set
357357
*/
358358

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/productdrafts/ProductDraftImportBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ public ProductDraftImportBuilder state(
765765
}
766766

767767
/**
768-
* <p>If <code>publish</code> is set to either <code>true</code> or <code>false</code>, both staged and current projections are set to the same value provided by the import data. If <code>publish</code> is not set, the staged projection is set to the provided import data, but the current projection stays unchanged. However, if the import data contains no update, that is, if it matches the staged projection of the existing Product, the import induces no change in the existing Product whether <code>publish</code> is set or not.</p>
768+
* <p>Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.</p>
769769
* @param publish value to be set
770770
* @return Builder
771771
*/
@@ -955,7 +955,7 @@ public com.commercetools.importapi.models.common.StateKeyReference getState() {
955955
}
956956

957957
/**
958-
* <p>If <code>publish</code> is set to either <code>true</code> or <code>false</code>, both staged and current projections are set to the same value provided by the import data. If <code>publish</code> is not set, the staged projection is set to the provided import data, but the current projection stays unchanged. However, if the import data contains no update, that is, if it matches the staged projection of the existing Product, the import induces no change in the existing Product whether <code>publish</code> is set or not.</p>
958+
* <p>Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.</p>
959959
* @return publish
960960
*/
961961

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/productdrafts/ProductDraftImportImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public com.commercetools.importapi.models.common.StateKeyReference getState() {
242242
}
243243

244244
/**
245-
* <p>If <code>publish</code> is set to either <code>true</code> or <code>false</code>, both staged and current projections are set to the same value provided by the import data. If <code>publish</code> is not set, the staged projection is set to the provided import data, but the current projection stays unchanged. However, if the import data contains no update, that is, if it matches the staged projection of the existing Product, the import induces no change in the existing Product whether <code>publish</code> is set or not.</p>
245+
* <p>Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.</p>
246246
*/
247247

248248
public Boolean getPublish() {

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/products/ProductImport.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public interface ProductImport extends ImportResource {
175175
public StateKeyReference getState();
176176

177177
/**
178-
* <p>If <code>publish</code> is set to either <code>true</code> or <code>false</code>, both staged and current projections are set to the same value provided by the import data. If <code>publish</code> is not set, the staged projection is set to the provided import data, but the current projection stays unchanged. However, if the import data contains no update, that is, if it matches the staged projection of the existing Product, the import induces no change in the existing Product whether <code>publish</code> is set or not.</p>
178+
* <p>Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.</p>
179179
* @return publish
180180
*/
181181

@@ -314,7 +314,7 @@ public interface ProductImport extends ImportResource {
314314
public void setState(final StateKeyReference state);
315315

316316
/**
317-
* <p>If <code>publish</code> is set to either <code>true</code> or <code>false</code>, both staged and current projections are set to the same value provided by the import data. If <code>publish</code> is not set, the staged projection is set to the provided import data, but the current projection stays unchanged. However, if the import data contains no update, that is, if it matches the staged projection of the existing Product, the import induces no change in the existing Product whether <code>publish</code> is set or not.</p>
317+
* <p>Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.</p>
318318
* @param publish value to be set
319319
*/
320320

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/products/ProductImportBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ public ProductImportBuilder state(
625625
}
626626

627627
/**
628-
* <p>If <code>publish</code> is set to either <code>true</code> or <code>false</code>, both staged and current projections are set to the same value provided by the import data. If <code>publish</code> is not set, the staged projection is set to the provided import data, but the current projection stays unchanged. However, if the import data contains no update, that is, if it matches the staged projection of the existing Product, the import induces no change in the existing Product whether <code>publish</code> is set or not.</p>
628+
* <p>Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.</p>
629629
* @param publish value to be set
630630
* @return Builder
631631
*/
@@ -795,7 +795,7 @@ public com.commercetools.importapi.models.common.StateKeyReference getState() {
795795
}
796796

797797
/**
798-
* <p>If <code>publish</code> is set to either <code>true</code> or <code>false</code>, both staged and current projections are set to the same value provided by the import data. If <code>publish</code> is not set, the staged projection is set to the provided import data, but the current projection stays unchanged. However, if the import data contains no update, that is, if it matches the staged projection of the existing Product, the import induces no change in the existing Product whether <code>publish</code> is set or not.</p>
798+
* <p>Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.</p>
799799
* @return publish
800800
*/
801801

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/products/ProductImportImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public com.commercetools.importapi.models.common.StateKeyReference getState() {
219219
}
220220

221221
/**
222-
* <p>If <code>publish</code> is set to either <code>true</code> or <code>false</code>, both staged and current projections are set to the same value provided by the import data. If <code>publish</code> is not set, the staged projection is set to the provided import data, but the current projection stays unchanged. However, if the import data contains no update, that is, if it matches the staged projection of the existing Product, the import induces no change in the existing Product whether <code>publish</code> is set or not.</p>
222+
* <p>Determines the published status and current/staged projection of the Product. For more information, see Managing the published state of Products.</p>
223223
*/
224224

225225
public Boolean getPublish() {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,4 @@ b3dd6d254a36ba1628f016ded6bcff00d7f515c3
252252
986827a24f1bdf40fc026481fb3d0a15dfe31f22
253253
23bb6bcecae58f2df8274e86e378dd7c4ca738aa
254254
fc9f29f7bfe0e51e1f89d69d7dc0e7674e1b2e30
255+
d83eac0dbaa727c9b21149b44a8635d81e9c183b

0 commit comments

Comments
 (0)