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/order/Order.java
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderBuilder.java
+21-8
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ public class OrderBuilder implements Builder<Order> {
@@ -566,12 +566,13 @@ public OrderBuilder setCustomLineItems(
566
566
/**
567
567
* <p>Sum of the <code>totalPrice</code> field of all LineItems and CustomLineItems, and if available, the <code>price</code> field of ShippingInfo. If a discount applies on <code>totalPrice</code>, this field holds the discounted value.</p>
568
568
* <p>Taxes are included if TaxRate <code>includedInPrice</code> is <code>true</code> for each price.</p>
569
-
* @param totalPrice value to be set
569
+
* @param builder function to build the totalPrice value
* <p>Sum of the <code>totalPrice</code> field of all LineItems and CustomLineItems, and if available, the <code>price</code> field of ShippingInfo. If a discount applies on <code>totalPrice</code>, this field holds the discounted value.</p>
594
+
* <p>Taxes are included if TaxRate <code>includedInPrice</code> is <code>true</code> for each price.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImpl.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ public class OrderImpl implements Order, ModelBase {
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrder.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,8 @@ public static StagedOrder deepCopy(@Nullable final StagedOrder template) {
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderBuilder.java
+21-8
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ public class StagedOrderBuilder implements Builder<StagedOrder> {
@@ -568,12 +568,13 @@ public StagedOrderBuilder setCustomLineItems(
568
568
/**
569
569
* <p>Sum of the <code>totalPrice</code> field of all LineItems and CustomLineItems, and if available, the <code>price</code> field of ShippingInfo. If a discount applies on <code>totalPrice</code>, this field holds the discounted value.</p>
570
570
* <p>Taxes are included if TaxRate <code>includedInPrice</code> is <code>true</code> for each price.</p>
571
-
* @param totalPrice value to be set
571
+
* @param builder function to build the totalPrice value
* <p>Sum of the <code>totalPrice</code> field of all LineItems and CustomLineItems, and if available, the <code>price</code> field of ShippingInfo. If a discount applies on <code>totalPrice</code>, this field holds the discounted value.</p>
596
+
* <p>Taxes are included if TaxRate <code>includedInPrice</code> is <code>true</code> for each price.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderImpl.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ public class StagedOrderImpl implements StagedOrder, ModelBase {
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-predicates-generated/com/commercetools/api/predicates/query/order/OrderQueryBuilderDsl.java
+4-5
Original file line number
Diff line number
Diff line change
@@ -122,11 +122,10 @@ public CollectionPredicateBuilder<OrderQueryBuilderDsl> customLineItems() {
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-predicates-generated/com/commercetools/api/predicates/query/order_edit/StagedOrderQueryBuilderDsl.java
+4-5
Original file line number
Diff line number
Diff line change
@@ -122,11 +122,10 @@ public CollectionPredicateBuilder<StagedOrderQueryBuilderDsl> customLineItems()
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/test/java-generated/com/commercetools/api/models/order/OrderTest.java
+4-3
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,8 @@ public static Object[][] objectBuilder() {
0 commit comments