Skip to content

Commit d26d1bd

Browse files
committed
build(codegen): updating SDK
1 parent 2fc70ed commit d26d1bd

File tree

8 files changed

+16
-15
lines changed

8 files changed

+16
-15
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/RuleRequester.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
public interface RuleRequester {
3535

3636
/**
37-
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
37+
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type:Associate" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
3838
* @return associateRole
3939
*/
4040
@NotNull
@@ -43,7 +43,7 @@ public interface RuleRequester {
4343
public AssociateRoleKeyReference getAssociateRole();
4444

4545
/**
46-
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
46+
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type:Associate" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
4747
* @param associateRole value to be set
4848
*/
4949

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/RuleRequesterBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class RuleRequesterBuilder implements Builder<RuleRequester> {
2525
private com.commercetools.api.models.associate_role.AssociateRoleKeyReference associateRole;
2626

2727
/**
28-
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
28+
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type:Associate" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
2929
* @param builder function to build the associateRole value
3030
* @return Builder
3131
*/
@@ -39,7 +39,7 @@ public RuleRequesterBuilder associateRole(
3939
}
4040

4141
/**
42-
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
42+
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type:Associate" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
4343
* @param builder function to build the associateRole value
4444
* @return Builder
4545
*/
@@ -52,7 +52,7 @@ public RuleRequesterBuilder withAssociateRole(
5252
}
5353

5454
/**
55-
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
55+
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type:Associate" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
5656
* @param associateRole value to be set
5757
* @return Builder
5858
*/
@@ -64,7 +64,7 @@ public RuleRequesterBuilder associateRole(
6464
}
6565

6666
/**
67-
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
67+
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type:Associate" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
6868
* @return associateRole
6969
*/
7070

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/RuleRequesterDraft.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
public interface RuleRequesterDraft extends io.vrap.rmf.base.client.Draft<RuleRequesterDraft> {
3535

3636
/**
37-
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
37+
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type:Associate" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
3838
* @return associateRole
3939
*/
4040
@NotNull
@@ -43,7 +43,7 @@ public interface RuleRequesterDraft extends io.vrap.rmf.base.client.Draft<RuleRe
4343
public AssociateRoleResourceIdentifier getAssociateRole();
4444

4545
/**
46-
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
46+
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type:Associate" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
4747
* @param associateRole value to be set
4848
*/
4949

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/RuleRequesterDraftBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class RuleRequesterDraftBuilder implements Builder<RuleRequesterDraft> {
2525
private com.commercetools.api.models.associate_role.AssociateRoleResourceIdentifier associateRole;
2626

2727
/**
28-
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
28+
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type:Associate" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
2929
* @param builder function to build the associateRole value
3030
* @return Builder
3131
*/
@@ -39,7 +39,7 @@ public RuleRequesterDraftBuilder associateRole(
3939
}
4040

4141
/**
42-
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
42+
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type:Associate" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
4343
* @param builder function to build the associateRole value
4444
* @return Builder
4545
*/
@@ -52,7 +52,7 @@ public RuleRequesterDraftBuilder withAssociateRole(
5252
}
5353

5454
/**
55-
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
55+
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type:Associate" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
5656
* @param associateRole value to be set
5757
* @return Builder
5858
*/
@@ -64,7 +64,7 @@ public RuleRequesterDraftBuilder associateRole(
6464
}
6565

6666
/**
67-
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
67+
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type:Associate" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
6868
* @return associateRole
6969
*/
7070

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/RuleRequesterDraftImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public RuleRequesterDraftImpl() {
4040
}
4141

4242
/**
43-
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
43+
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type:Associate" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
4444
*/
4545

4646
public com.commercetools.api.models.associate_role.AssociateRoleResourceIdentifier getAssociateRole() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/RuleRequesterImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public RuleRequesterImpl() {
4040
}
4141

4242
/**
43-
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
43+
* <p>The <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Role</a> that an <a href="https://docs.commercetools.com/apis/ctp:api:type:Associate" rel="nofollow">Associate</a> must hold for the Approval Rule to apply to the Orders they create.</p>
4444
*/
4545

4646
public com.commercetools.api.models.associate_role.AssociateRoleKeyReference getAssociateRole() {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public interface TaxMode extends JsonEnum {
3737
<li><p>Issue the price-affecting update action(s).</p></li>
3838
<li><p>Update the tax amounts using <a href="https://docs.commercetools.com/apis/ctp:api:type:CartSetLineItemTaxAmountAction" rel="nofollow">Set LineItem TaxAmount</a>, <a href="https://docs.commercetools.com/apis/ctp:api:type:CartSetCustomLineItemTaxAmountAction" rel="nofollow">Set CustomLineItem TaxAmount</a>, or <a href="https://docs.commercetools.com/apis/ctp:api:type:CartSetShippingMethodTaxAmountAction" rel="nofollow">Set ShippingMethod TaxAmount</a>.</p>
3939
<ul>
40-
<li><p>If the update action changes the Line Item price, for Line Items with <code>Platform</code> <a href="https://docs.commercetools.com/apis/ctp:type:LineItemPriceMode" rel="nofollow">LineItemPriceMode</a>, you must issue <a href="https://docs.commercetools.com/apis/ctp:api:type:CartSetLineItemTaxAmountAction" rel="nofollow">Set LineItem TaxAmount</a> in a <em>separate</em> request.</p></li>
40+
<li><p>If the update action changes the Line Item price, for Line Items with <code>Platform</code> <a href="https://docs.commercetools.com/apis/ctp:api:type:LineItemPriceMode" rel="nofollow">LineItemPriceMode</a>, you must issue <a href="https://docs.commercetools.com/apis/ctp:api:type:CartSetLineItemTaxAmountAction" rel="nofollow">Set LineItem TaxAmount</a> in a <em>separate</em> request.</p></li>
4141
<li><p>If the update action removes the externally set tax amount for the Shipping Method, you must issue <a href="https://docs.commercetools.com/apis/ctp:api:type:CartSetShippingMethodTaxAmountAction" rel="nofollow">Set ShippingMethod TaxAmount</a> in a <em>separate</em> request.</p></li>
4242
</ul></li>
4343
<li><p>Update the <code>taxedPrice</code> on Cart using <a href="https://docs.commercetools.com/apis/ctp:api:type:CartSetCartTotalTaxAction" rel="nofollow">Set Cart Total Tax</a>.</p></li>

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,3 +520,4 @@ b04bdc7d46d6b7fedbcc725c513695d73cc07cd5
520520
4fac5bf66caa2e22bbd1f5039fffecb680b62b81
521521
0a0474a16e0437486ac96b2263f0c6db3505f6cc
522522
ce170ce6f860044008489ee1fb346e298e2d42db
523+
5cedc63c492d11a2d158bf0a84adb22e0de54937

0 commit comments

Comments
 (0)