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_edit/OrderEditDraft.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ public interface OrderEditDraft extends com.commercetools.api.models.Customizabl
79
79
publicStringgetComment();
80
80
81
81
/**
82
-
* <p>Set to <code>true</code> if you want to peview the edited Order first without persisting it (dry run). A dry run allows checking for potential errors when trying to apply the <code>stagedActions</code>.</p>
82
+
* <p>Set to <code>true</code> if you want to preview the edited Order first without persisting it (dry run). A dry run allows checking for potential errors when trying to apply the <code>stagedActions</code>.</p>
83
83
* <p>Order API Extensions, if any, are also called in dry runs.</p>
84
84
* @return dryRun
85
85
*/
@@ -131,7 +131,7 @@ public interface OrderEditDraft extends com.commercetools.api.models.Customizabl
131
131
publicvoidsetComment(finalStringcomment);
132
132
133
133
/**
134
-
* <p>Set to <code>true</code> if you want to peview the edited Order first without persisting it (dry run). A dry run allows checking for potential errors when trying to apply the <code>stagedActions</code>.</p>
134
+
* <p>Set to <code>true</code> if you want to preview the edited Order first without persisting it (dry run). A dry run allows checking for potential errors when trying to apply the <code>stagedActions</code>.</p>
135
135
* <p>Order API Extensions, if any, are also called in dry runs.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditDraftBuilder.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ public OrderEditDraftBuilder comment(@Nullable final String comment) {
203
203
}
204
204
205
205
/**
206
-
* <p>Set to <code>true</code> if you want to peview the edited Order first without persisting it (dry run). A dry run allows checking for potential errors when trying to apply the <code>stagedActions</code>.</p>
206
+
* <p>Set to <code>true</code> if you want to preview the edited Order first without persisting it (dry run). A dry run allows checking for potential errors when trying to apply the <code>stagedActions</code>.</p>
207
207
* <p>Order API Extensions, if any, are also called in dry runs.</p>
208
208
* @param dryRun value to be set
209
209
* @return Builder
@@ -264,7 +264,7 @@ public String getComment() {
264
264
}
265
265
266
266
/**
267
-
* <p>Set to <code>true</code> if you want to peview the edited Order first without persisting it (dry run). A dry run allows checking for potential errors when trying to apply the <code>stagedActions</code>.</p>
267
+
* <p>Set to <code>true</code> if you want to preview the edited Order first without persisting it (dry run). A dry run allows checking for potential errors when trying to apply the <code>stagedActions</code>.</p>
268
268
* <p>Order API Extensions, if any, are also called in dry runs.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditDraftImpl.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ public String getComment() {
98
98
}
99
99
100
100
/**
101
-
* <p>Set to <code>true</code> if you want to peview the edited Order first without persisting it (dry run). A dry run allows checking for potential errors when trying to apply the <code>stagedActions</code>.</p>
101
+
* <p>Set to <code>true</code> if you want to preview the edited Order first without persisting it (dry run). A dry run allows checking for potential errors when trying to apply the <code>stagedActions</code>.</p>
102
102
* <p>Order API Extensions, if any, are also called in dry runs.</p>
0 commit comments