Skip to content

Commit

Permalink
Merge pull request #644 from commercetools/gen-sdk-updates
Browse files Browse the repository at this point in the history
Update generated SDKs
  • Loading branch information
kodiakhq[bot] committed May 16, 2024
2 parents aa6ecc6 + 6d6393d commit e14f474
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

/**
* <p>You can either create multiple Order Edits for an Order and apply them sequentially to an Order, or create multiple Order Edits parallelly (as alternatives to each other) and apply one of them to the Order.</p>
* <p>You can only create an Order Edit if the InventoryMode of the Order and its LineItems is <code>None</code>.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

/**
* <p>You can either create multiple Order Edits for an Order and apply them sequentially to an Order, or create multiple Order Edits parallelly (as alternatives to each other) and apply one of them to the Order.</p>
* <p>You can only create an Order Edit if the InventoryMode of the Order and its LineItems is <code>None</code>.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import io.vrap.rmf.base.client.utils.Generated;

/**
* <p>If the edit was applied, this cannot be updated.</p>
* <p>The <code>stagedActions</code> field cannot be updated if the Order Edit <code>result</code> is OrderEdit Applied.</p>
*
* <hr>
* Example to create an instance using the builder pattern
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.apache.commons.lang3.builder.ToStringStyle;

/**
* <p>If the edit was applied, this cannot be updated.</p>
* <p>The <code>stagedActions</code> field cannot be updated if the Order Edit <code>result</code> is OrderEdit Applied.</p>
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
public class OrderEditAddStagedActionActionImpl implements OrderEditAddStagedActionAction, ModelBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import io.vrap.rmf.base.client.utils.Generated;

/**
* <p>If the edit is applied, <code>stagedActions</code> cannot be updated.</p>
* <p>The <code>stagedActions</code> field cannot be updated if the Order Edit <code>result</code> is OrderEdit Applied.</p>
*
* <hr>
* Example to create an instance using the builder pattern
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.apache.commons.lang3.builder.ToStringStyle;

/**
* <p>If the edit is applied, <code>stagedActions</code> cannot be updated.</p>
* <p>The <code>stagedActions</code> field cannot be updated if the Order Edit <code>result</code> is OrderEdit Applied.</p>
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
public class OrderEditSetStagedActionsActionImpl implements OrderEditSetStagedActionsAction, ModelBase {
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,4 @@ c50b9ffcff1ea4a31e509f124bf0f87baced36af
a690700ee3c192050e86193dea13bef4cc8effc6
cdb527e0fe5524d6c7411066fca556e1b3403003
95387cc831bd6874d7452fcf7b50e36a33f25243
947827134c0535c5a543e575f5949cd19b029bc9

0 comments on commit e14f474

Please sign in to comment.