You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/Cart.java
* <p>Indicates whether the Cart has been <span>locked</span>, preventing edits.</p>
412
+
* @return lock
413
+
*/
414
+
@Valid
415
+
@JsonProperty("lock")
416
+
publicCartLockgetLock();
417
+
410
418
/**
411
419
* <p>Number of days after the last modification before a Cart is deleted. Configured in <a href="https://docs.commercetools.com/apis/ctp:api:type:CartsConfiguration" rel="nofollow">Project settings</a>.</p>
* <p>Indicates whether the Cart has been <span>locked</span>, preventing edits.</p>
818
+
* @param lock value to be set
819
+
*/
820
+
821
+
publicvoidsetLock(finalCartLocklock);
822
+
808
823
/**
809
824
* <p>Number of days after the last modification before a Cart is deleted. Configured in <a href="https://docs.commercetools.com/apis/ctp:api:type:CartsConfiguration" rel="nofollow">Project settings</a>.</p>
810
825
* @param deleteDaysAfterLastModification value to be set
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartBuilder.java
+51-2Lines changed: 51 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,9 @@ public class CartBuilder implements Builder<Cart> {
* <p>Number of days after the last modification before a Cart is deleted. Configured in <a href="https://docs.commercetools.com/apis/ctp:api:type:CartsConfiguration" rel="nofollow">Project settings</a>.</p>
1554
1592
* @param deleteDaysAfterLastModification value to be set
@@ -2055,6 +2093,16 @@ public com.commercetools.api.models.cart.DiscountTypeCombination getDiscountType
2055
2093
returnthis.discountTypeCombination;
2056
2094
}
2057
2095
2096
+
/**
2097
+
* <p>Indicates whether the Cart has been <span>locked</span>, preventing edits.</p>
* <p>Number of days after the last modification before a Cart is deleted. Configured in <a href="https://docs.commercetools.com/apis/ctp:api:type:CartsConfiguration" rel="nofollow">Project settings</a>.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartImpl.java
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,8 @@ public class CartImpl implements Cart, ModelBase {
* <p>Number of days after the last modification before a Cart is deleted. Configured in <a href="https://docs.commercetools.com/apis/ctp:api:type:CartsConfiguration" rel="nofollow">Project settings</a>.</p>
568
580
*/
@@ -802,6 +814,10 @@ public void setDiscountTypeCombination(
0 commit comments