Skip to content

Commit 5038b61

Browse files
committed
build(codegen): updating SDK
1 parent 01f94f2 commit 5038b61

File tree

10 files changed

+16
-15
lines changed

10 files changed

+16
-15
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartRemoveLineItemAction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public interface CartRemoveLineItemAction extends CartUpdateAction {
5454
public String getLineItemKey();
5555

5656
/**
57-
* <p>Amount to subtract from the LineItem's <code>quantity</code>. If absent, the LineItem is removed from the Cart.</p>
57+
* <p>Amount to subtract from the LineItem quantity. If omitted, the LineItem is removed from the Cart.</p>
5858
* @return quantity
5959
*/
6060

@@ -101,7 +101,7 @@ public interface CartRemoveLineItemAction extends CartUpdateAction {
101101
public void setLineItemKey(final String lineItemKey);
102102

103103
/**
104-
* <p>Amount to subtract from the LineItem's <code>quantity</code>. If absent, the LineItem is removed from the Cart.</p>
104+
* <p>Amount to subtract from the LineItem quantity. If omitted, the LineItem is removed from the Cart.</p>
105105
* @param quantity value to be set
106106
*/
107107

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartRemoveLineItemActionBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public CartRemoveLineItemActionBuilder lineItemKey(@Nullable final String lineIt
6464
}
6565

6666
/**
67-
* <p>Amount to subtract from the LineItem's <code>quantity</code>. If absent, the LineItem is removed from the Cart.</p>
67+
* <p>Amount to subtract from the LineItem quantity. If omitted, the LineItem is removed from the Cart.</p>
6868
* @param quantity value to be set
6969
* @return Builder
7070
*/
@@ -212,7 +212,7 @@ public String getLineItemKey() {
212212
}
213213

214214
/**
215-
* <p>Amount to subtract from the LineItem's <code>quantity</code>. If absent, the LineItem is removed from the Cart.</p>
215+
* <p>Amount to subtract from the LineItem quantity. If omitted, the LineItem is removed from the Cart.</p>
216216
* @return quantity
217217
*/
218218

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartRemoveLineItemActionImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public String getLineItemKey() {
8686
}
8787

8888
/**
89-
* <p>Amount to subtract from the LineItem's <code>quantity</code>. If absent, the LineItem is removed from the Cart.</p>
89+
* <p>Amount to subtract from the LineItem quantity. If omitted, the LineItem is removed from the Cart.</p>
9090
*/
9191

9292
public Long getQuantity() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartRemoveLineItemAction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public interface MyCartRemoveLineItemAction extends MyCartUpdateAction {
5656
public String getLineItemKey();
5757

5858
/**
59-
* <p>Amount to subtract from the LineItem's <code>quantity</code>. If absent, the LineItem is removed from the Cart.</p>
59+
* <p>Amount to subtract from the LineItem quantity. If omitted, the LineItem is removed from the Cart.</p>
6060
* @return quantity
6161
*/
6262

@@ -103,7 +103,7 @@ public interface MyCartRemoveLineItemAction extends MyCartUpdateAction {
103103
public void setLineItemKey(final String lineItemKey);
104104

105105
/**
106-
* <p>Amount to subtract from the LineItem's <code>quantity</code>. If absent, the LineItem is removed from the Cart.</p>
106+
* <p>Amount to subtract from the LineItem quantity. If omitted, the LineItem is removed from the Cart.</p>
107107
* @param quantity value to be set
108108
*/
109109

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartRemoveLineItemActionBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public MyCartRemoveLineItemActionBuilder lineItemKey(@Nullable final String line
6464
}
6565

6666
/**
67-
* <p>Amount to subtract from the LineItem's <code>quantity</code>. If absent, the LineItem is removed from the Cart.</p>
67+
* <p>Amount to subtract from the LineItem quantity. If omitted, the LineItem is removed from the Cart.</p>
6868
* @param quantity value to be set
6969
* @return Builder
7070
*/
@@ -212,7 +212,7 @@ public String getLineItemKey() {
212212
}
213213

214214
/**
215-
* <p>Amount to subtract from the LineItem's <code>quantity</code>. If absent, the LineItem is removed from the Cart.</p>
215+
* <p>Amount to subtract from the LineItem quantity. If omitted, the LineItem is removed from the Cart.</p>
216216
* @return quantity
217217
*/
218218

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartRemoveLineItemActionImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public String getLineItemKey() {
8686
}
8787

8888
/**
89-
* <p>Amount to subtract from the LineItem's <code>quantity</code>. If absent, the LineItem is removed from the Cart.</p>
89+
* <p>Amount to subtract from the LineItem quantity. If omitted, the LineItem is removed from the Cart.</p>
9090
*/
9191

9292
public Long getQuantity() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderRemoveLineItemAction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public interface StagedOrderRemoveLineItemAction extends StagedOrderUpdateAction
5757
public String getLineItemKey();
5858

5959
/**
60-
* <p>New value to set. If absent or <code>0</code>, the Line Item is removed from the Cart.</p>
60+
* <p>Amount to subtract from the LineItem quantity. If omitted, the LineItem is removed from the Order.</p>
6161
* @return quantity
6262
*/
6363

@@ -104,7 +104,7 @@ public interface StagedOrderRemoveLineItemAction extends StagedOrderUpdateAction
104104
public void setLineItemKey(final String lineItemKey);
105105

106106
/**
107-
* <p>New value to set. If absent or <code>0</code>, the Line Item is removed from the Cart.</p>
107+
* <p>Amount to subtract from the LineItem quantity. If omitted, the LineItem is removed from the Order.</p>
108108
* @param quantity value to be set
109109
*/
110110

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderRemoveLineItemActionBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public StagedOrderRemoveLineItemActionBuilder lineItemKey(@Nullable final String
6464
}
6565

6666
/**
67-
* <p>New value to set. If absent or <code>0</code>, the Line Item is removed from the Cart.</p>
67+
* <p>Amount to subtract from the LineItem quantity. If omitted, the LineItem is removed from the Order.</p>
6868
* @param quantity value to be set
6969
* @return Builder
7070
*/
@@ -212,7 +212,7 @@ public String getLineItemKey() {
212212
}
213213

214214
/**
215-
* <p>New value to set. If absent or <code>0</code>, the Line Item is removed from the Cart.</p>
215+
* <p>Amount to subtract from the LineItem quantity. If omitted, the LineItem is removed from the Order.</p>
216216
* @return quantity
217217
*/
218218

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderRemoveLineItemActionImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public String getLineItemKey() {
8686
}
8787

8888
/**
89-
* <p>New value to set. If absent or <code>0</code>, the Line Item is removed from the Cart.</p>
89+
* <p>Amount to subtract from the LineItem quantity. If omitted, the LineItem is removed from the Order.</p>
9090
*/
9191

9292
public Long getQuantity() {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,3 +480,4 @@ e5d97cd9fa03ef3c4fe45f051ad8a4a80e690656
480480
65b14540239650479b1799503b3c9e3180d93186
481481
2e90c8c066eb618de26c10124e1d007cdfc842a4
482482
3999f168839d6e67496250d2c2c83edd7f7f5a59
483+
524cda1d7939151daccfc43d29db2af42b52c592

0 commit comments

Comments
 (0)