Skip to content

Commit 208c1fa

Browse files
committed
build(codegen): updating SDK
1 parent ec67b5c commit 208c1fa

37 files changed

+62
-29
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartDiscountsByIDDelete.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public class ByProjectKeyCartDiscountsByIDDelete extends
4040
TypeApiMethod<ByProjectKeyCartDiscountsByIDDelete, com.commercetools.api.models.cart_discount.CartDiscount>
4141
implements
4242
com.commercetools.api.client.ApiDeleteMethod<ByProjectKeyCartDiscountsByIDDelete, com.commercetools.api.models.cart_discount.CartDiscount>,
43+
CartDiscountExpansionMixin<ByProjectKeyCartDiscountsByIDDelete>,
4344
com.commercetools.api.client.VersionedTrait<ByProjectKeyCartDiscountsByIDDelete>,
4445
com.commercetools.api.client.ConflictingTrait<ByProjectKeyCartDiscountsByIDDelete>,
4546
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartDiscountsByIDDelete>,

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartDiscountsByIDGet.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
3838
public class ByProjectKeyCartDiscountsByIDGet
3939
extends TypeApiMethod<ByProjectKeyCartDiscountsByIDGet, com.commercetools.api.models.cart_discount.CartDiscount>
40-
implements com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartDiscountsByIDGet>,
40+
implements CartDiscountExpansionMixin<ByProjectKeyCartDiscountsByIDGet>,
41+
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartDiscountsByIDGet>,
4142
com.commercetools.api.client.ErrorableTrait<ByProjectKeyCartDiscountsByIDGet>,
4243
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyCartDiscountsByIDGet> {
4344

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartDiscountsByIDPost.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
3838
public class ByProjectKeyCartDiscountsByIDPost extends
3939
TypeBodyApiMethod<ByProjectKeyCartDiscountsByIDPost, com.commercetools.api.models.cart_discount.CartDiscount, com.commercetools.api.models.cart_discount.CartDiscountUpdate>
40-
implements com.commercetools.api.client.ConflictingTrait<ByProjectKeyCartDiscountsByIDPost>,
40+
implements CartDiscountExpansionMixin<ByProjectKeyCartDiscountsByIDPost>,
41+
com.commercetools.api.client.ConflictingTrait<ByProjectKeyCartDiscountsByIDPost>,
4142
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartDiscountsByIDPost>,
4243
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyCartDiscountsByIDPost>,
4344
com.commercetools.api.client.ErrorableTrait<ByProjectKeyCartDiscountsByIDPost> {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartDiscountsByIDPostString.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
3939
public class ByProjectKeyCartDiscountsByIDPostString extends
4040
StringBodyApiMethod<ByProjectKeyCartDiscountsByIDPostString, com.commercetools.api.models.cart_discount.CartDiscount>
41-
implements com.commercetools.api.client.ConflictingTrait<ByProjectKeyCartDiscountsByIDPostString>,
41+
implements CartDiscountExpansionMixin<ByProjectKeyCartDiscountsByIDPost>,
42+
com.commercetools.api.client.ConflictingTrait<ByProjectKeyCartDiscountsByIDPostString>,
4243
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartDiscountsByIDPostString>,
4344
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyCartDiscountsByIDPostString>,
4445
com.commercetools.api.client.ErrorableTrait<ByProjectKeyCartDiscountsByIDPostString> {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartDiscountsGet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
3737
public class ByProjectKeyCartDiscountsGet extends
3838
TypeApiMethod<ByProjectKeyCartDiscountsGet, com.commercetools.api.models.cart_discount.CartDiscountPagedQueryResponse>
39-
implements ByProjectKeyCartDiscountsGetMixin,
39+
implements ByProjectKeyCartDiscountsGetMixin, CartDiscountExpansionMixin<ByProjectKeyCartDiscountsGet>,
4040
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartDiscountsGet>,
4141
com.commercetools.api.client.SortableTrait<ByProjectKeyCartDiscountsGet>,
4242
com.commercetools.api.client.PagingTrait<ByProjectKeyCartDiscountsGet>,

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartDiscountsKeyByKeyDelete.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public class ByProjectKeyCartDiscountsKeyByKeyDelete extends
4040
TypeApiMethod<ByProjectKeyCartDiscountsKeyByKeyDelete, com.commercetools.api.models.cart_discount.CartDiscount>
4141
implements
4242
com.commercetools.api.client.ApiDeleteMethod<ByProjectKeyCartDiscountsKeyByKeyDelete, com.commercetools.api.models.cart_discount.CartDiscount>,
43+
CartDiscountExpansionMixin<ByProjectKeyCartDiscountsKeyByKeyDelete>,
4344
com.commercetools.api.client.VersionedTrait<ByProjectKeyCartDiscountsKeyByKeyDelete>,
4445
com.commercetools.api.client.ConflictingTrait<ByProjectKeyCartDiscountsKeyByKeyDelete>,
4546
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartDiscountsKeyByKeyDelete>,

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartDiscountsKeyByKeyGet.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
3838
public class ByProjectKeyCartDiscountsKeyByKeyGet extends
3939
TypeApiMethod<ByProjectKeyCartDiscountsKeyByKeyGet, com.commercetools.api.models.cart_discount.CartDiscount>
40-
implements com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartDiscountsKeyByKeyGet>,
40+
implements CartDiscountExpansionMixin<ByProjectKeyCartDiscountsKeyByKeyGet>,
41+
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartDiscountsKeyByKeyGet>,
4142
com.commercetools.api.client.ErrorableTrait<ByProjectKeyCartDiscountsKeyByKeyGet>,
4243
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyCartDiscountsKeyByKeyGet> {
4344

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartDiscountsKeyByKeyPost.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
3838
public class ByProjectKeyCartDiscountsKeyByKeyPost extends
3939
TypeBodyApiMethod<ByProjectKeyCartDiscountsKeyByKeyPost, com.commercetools.api.models.cart_discount.CartDiscount, com.commercetools.api.models.cart_discount.CartDiscountUpdate>
40-
implements com.commercetools.api.client.ConflictingTrait<ByProjectKeyCartDiscountsKeyByKeyPost>,
40+
implements CartDiscountExpansionMixin<ByProjectKeyCartDiscountsKeyByKeyPost>,
41+
com.commercetools.api.client.ConflictingTrait<ByProjectKeyCartDiscountsKeyByKeyPost>,
4142
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartDiscountsKeyByKeyPost>,
4243
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyCartDiscountsKeyByKeyPost>,
4344
com.commercetools.api.client.ErrorableTrait<ByProjectKeyCartDiscountsKeyByKeyPost> {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartDiscountsKeyByKeyPostString.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
3939
public class ByProjectKeyCartDiscountsKeyByKeyPostString extends
4040
StringBodyApiMethod<ByProjectKeyCartDiscountsKeyByKeyPostString, com.commercetools.api.models.cart_discount.CartDiscount>
41-
implements com.commercetools.api.client.ConflictingTrait<ByProjectKeyCartDiscountsKeyByKeyPostString>,
41+
implements CartDiscountExpansionMixin<ByProjectKeyCartDiscountsKeyByKeyPost>,
42+
com.commercetools.api.client.ConflictingTrait<ByProjectKeyCartDiscountsKeyByKeyPostString>,
4243
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartDiscountsKeyByKeyPostString>,
4344
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyCartDiscountsKeyByKeyPostString>,
4445
com.commercetools.api.client.ErrorableTrait<ByProjectKeyCartDiscountsKeyByKeyPostString> {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsByIDDelete.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
public class ByProjectKeyCartsByIDDelete
4040
extends TypeApiMethod<ByProjectKeyCartsByIDDelete, com.commercetools.api.models.cart.Cart> implements
4141
com.commercetools.api.client.ApiDeleteMethod<ByProjectKeyCartsByIDDelete, com.commercetools.api.models.cart.Cart>,
42+
CartExpansionMixin<ByProjectKeyCartsByIDDelete>,
4243
com.commercetools.api.client.DataerasureTrait<ByProjectKeyCartsByIDDelete>,
4344
com.commercetools.api.client.VersionedTrait<ByProjectKeyCartsByIDDelete>,
4445
com.commercetools.api.client.ConflictingTrait<ByProjectKeyCartsByIDDelete>,

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsByIDGet.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
3838
public class ByProjectKeyCartsByIDGet
3939
extends TypeApiMethod<ByProjectKeyCartsByIDGet, com.commercetools.api.models.cart.Cart>
40-
implements com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartsByIDGet>,
40+
implements CartExpansionMixin<ByProjectKeyCartsByIDGet>,
41+
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartsByIDGet>,
4142
com.commercetools.api.client.ErrorableTrait<ByProjectKeyCartsByIDGet>,
4243
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyCartsByIDGet> {
4344

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsByIDPost.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
3838
public class ByProjectKeyCartsByIDPost extends
3939
TypeBodyApiMethod<ByProjectKeyCartsByIDPost, com.commercetools.api.models.cart.Cart, com.commercetools.api.models.cart.CartUpdate>
40-
implements com.commercetools.api.client.ConflictingTrait<ByProjectKeyCartsByIDPost>,
40+
implements CartExpansionMixin<ByProjectKeyCartsByIDPost>,
41+
com.commercetools.api.client.ConflictingTrait<ByProjectKeyCartsByIDPost>,
4142
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartsByIDPost>,
4243
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyCartsByIDPost>,
4344
com.commercetools.api.client.ErrorableTrait<ByProjectKeyCartsByIDPost> {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsByIDPostString.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
3939
public class ByProjectKeyCartsByIDPostString
4040
extends StringBodyApiMethod<ByProjectKeyCartsByIDPostString, com.commercetools.api.models.cart.Cart>
41-
implements com.commercetools.api.client.ConflictingTrait<ByProjectKeyCartsByIDPostString>,
41+
implements CartExpansionMixin<ByProjectKeyCartsByIDPost>,
42+
com.commercetools.api.client.ConflictingTrait<ByProjectKeyCartsByIDPostString>,
4243
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartsByIDPostString>,
4344
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyCartsByIDPostString>,
4445
com.commercetools.api.client.ErrorableTrait<ByProjectKeyCartsByIDPostString> {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsGet.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
3737
public class ByProjectKeyCartsGet
3838
extends TypeApiMethod<ByProjectKeyCartsGet, com.commercetools.api.models.cart.CartPagedQueryResponse>
39-
implements ByProjectKeyCartsGetMixin, com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartsGet>,
39+
implements ByProjectKeyCartsGetMixin, CartExpansionMixin<ByProjectKeyCartsGet>,
40+
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartsGet>,
4041
com.commercetools.api.client.SortableTrait<ByProjectKeyCartsGet>,
4142
com.commercetools.api.client.PagingTrait<ByProjectKeyCartsGet>,
4243
com.commercetools.api.client.QueryTrait<ByProjectKeyCartsGet>,

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsKeyByKeyDelete.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
public class ByProjectKeyCartsKeyByKeyDelete
4040
extends TypeApiMethod<ByProjectKeyCartsKeyByKeyDelete, com.commercetools.api.models.cart.Cart> implements
4141
com.commercetools.api.client.ApiDeleteMethod<ByProjectKeyCartsKeyByKeyDelete, com.commercetools.api.models.cart.Cart>,
42+
CartExpansionMixin<ByProjectKeyCartsKeyByKeyDelete>,
4243
com.commercetools.api.client.DataerasureTrait<ByProjectKeyCartsKeyByKeyDelete>,
4344
com.commercetools.api.client.VersionedTrait<ByProjectKeyCartsKeyByKeyDelete>,
4445
com.commercetools.api.client.ConflictingTrait<ByProjectKeyCartsKeyByKeyDelete>,

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsKeyByKeyGet.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
3838
public class ByProjectKeyCartsKeyByKeyGet
3939
extends TypeApiMethod<ByProjectKeyCartsKeyByKeyGet, com.commercetools.api.models.cart.Cart>
40-
implements com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartsKeyByKeyGet>,
40+
implements CartExpansionMixin<ByProjectKeyCartsKeyByKeyGet>,
41+
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartsKeyByKeyGet>,
4142
com.commercetools.api.client.ErrorableTrait<ByProjectKeyCartsKeyByKeyGet>,
4243
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyCartsKeyByKeyGet> {
4344

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsKeyByKeyPost.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
3838
public class ByProjectKeyCartsKeyByKeyPost extends
3939
TypeBodyApiMethod<ByProjectKeyCartsKeyByKeyPost, com.commercetools.api.models.cart.Cart, com.commercetools.api.models.cart.CartUpdate>
40-
implements com.commercetools.api.client.ConflictingTrait<ByProjectKeyCartsKeyByKeyPost>,
40+
implements CartExpansionMixin<ByProjectKeyCartsKeyByKeyPost>,
41+
com.commercetools.api.client.ConflictingTrait<ByProjectKeyCartsKeyByKeyPost>,
4142
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartsKeyByKeyPost>,
4243
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyCartsKeyByKeyPost>,
4344
com.commercetools.api.client.ErrorableTrait<ByProjectKeyCartsKeyByKeyPost> {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCartsKeyByKeyPostString.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
3939
public class ByProjectKeyCartsKeyByKeyPostString
4040
extends StringBodyApiMethod<ByProjectKeyCartsKeyByKeyPostString, com.commercetools.api.models.cart.Cart>
41-
implements com.commercetools.api.client.ConflictingTrait<ByProjectKeyCartsKeyByKeyPostString>,
41+
implements CartExpansionMixin<ByProjectKeyCartsKeyByKeyPost>,
42+
com.commercetools.api.client.ConflictingTrait<ByProjectKeyCartsKeyByKeyPostString>,
4243
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCartsKeyByKeyPostString>,
4344
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyCartsKeyByKeyPostString>,
4445
com.commercetools.api.client.ErrorableTrait<ByProjectKeyCartsKeyByKeyPostString> {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCategoriesByIDDelete.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
public class ByProjectKeyCategoriesByIDDelete extends
4040
TypeApiMethod<ByProjectKeyCategoriesByIDDelete, com.commercetools.api.models.category.Category> implements
4141
com.commercetools.api.client.ApiDeleteMethod<ByProjectKeyCategoriesByIDDelete, com.commercetools.api.models.category.Category>,
42+
CategoryExpansionMixin<ByProjectKeyCategoriesByIDDelete>,
4243
com.commercetools.api.client.VersionedTrait<ByProjectKeyCategoriesByIDDelete>,
4344
com.commercetools.api.client.ConflictingTrait<ByProjectKeyCategoriesByIDDelete>,
4445
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCategoriesByIDDelete>,

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCategoriesByIDGet.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
3838
public class ByProjectKeyCategoriesByIDGet
3939
extends TypeApiMethod<ByProjectKeyCategoriesByIDGet, com.commercetools.api.models.category.Category>
40-
implements com.commercetools.api.client.ExpandableTrait<ByProjectKeyCategoriesByIDGet>,
40+
implements CategoryExpansionMixin<ByProjectKeyCategoriesByIDGet>,
41+
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCategoriesByIDGet>,
4142
com.commercetools.api.client.ErrorableTrait<ByProjectKeyCategoriesByIDGet>,
4243
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyCategoriesByIDGet> {
4344

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCategoriesByIDPost.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
3838
public class ByProjectKeyCategoriesByIDPost extends
3939
TypeBodyApiMethod<ByProjectKeyCategoriesByIDPost, com.commercetools.api.models.category.Category, com.commercetools.api.models.category.CategoryUpdate>
40-
implements com.commercetools.api.client.ConflictingTrait<ByProjectKeyCategoriesByIDPost>,
40+
implements CategoryExpansionMixin<ByProjectKeyCategoriesByIDPost>,
41+
com.commercetools.api.client.ConflictingTrait<ByProjectKeyCategoriesByIDPost>,
4142
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCategoriesByIDPost>,
4243
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyCategoriesByIDPost>,
4344
com.commercetools.api.client.ErrorableTrait<ByProjectKeyCategoriesByIDPost> {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCategoriesByIDPostString.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
3939
public class ByProjectKeyCategoriesByIDPostString extends
4040
StringBodyApiMethod<ByProjectKeyCategoriesByIDPostString, com.commercetools.api.models.category.Category>
41-
implements com.commercetools.api.client.ConflictingTrait<ByProjectKeyCategoriesByIDPostString>,
41+
implements CategoryExpansionMixin<ByProjectKeyCategoriesByIDPost>,
42+
com.commercetools.api.client.ConflictingTrait<ByProjectKeyCategoriesByIDPostString>,
4243
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCategoriesByIDPostString>,
4344
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyCategoriesByIDPostString>,
4445
com.commercetools.api.client.ErrorableTrait<ByProjectKeyCategoriesByIDPostString> {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCategoriesGet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
3737
public class ByProjectKeyCategoriesGet extends
3838
TypeApiMethod<ByProjectKeyCategoriesGet, com.commercetools.api.models.category.CategoryPagedQueryResponse>
39-
implements ByProjectKeyCategoriesGetMixin,
39+
implements ByProjectKeyCategoriesGetMixin, CategoryExpansionMixin<ByProjectKeyCategoriesGet>,
4040
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCategoriesGet>,
4141
com.commercetools.api.client.SortableTrait<ByProjectKeyCategoriesGet>,
4242
com.commercetools.api.client.PagingTrait<ByProjectKeyCategoriesGet>,

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCategoriesKeyByKeyDelete.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
public class ByProjectKeyCategoriesKeyByKeyDelete extends
4040
TypeApiMethod<ByProjectKeyCategoriesKeyByKeyDelete, com.commercetools.api.models.category.Category> implements
4141
com.commercetools.api.client.ApiDeleteMethod<ByProjectKeyCategoriesKeyByKeyDelete, com.commercetools.api.models.category.Category>,
42+
CategoryExpansionMixin<ByProjectKeyCategoriesKeyByKeyDelete>,
4243
com.commercetools.api.client.VersionedTrait<ByProjectKeyCategoriesKeyByKeyDelete>,
4344
com.commercetools.api.client.ConflictingTrait<ByProjectKeyCategoriesKeyByKeyDelete>,
4445
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCategoriesKeyByKeyDelete>,

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCategoriesKeyByKeyGet.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
3838
public class ByProjectKeyCategoriesKeyByKeyGet
3939
extends TypeApiMethod<ByProjectKeyCategoriesKeyByKeyGet, com.commercetools.api.models.category.Category>
40-
implements com.commercetools.api.client.ExpandableTrait<ByProjectKeyCategoriesKeyByKeyGet>,
40+
implements CategoryExpansionMixin<ByProjectKeyCategoriesKeyByKeyGet>,
41+
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCategoriesKeyByKeyGet>,
4142
com.commercetools.api.client.ErrorableTrait<ByProjectKeyCategoriesKeyByKeyGet>,
4243
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyCategoriesKeyByKeyGet> {
4344

0 commit comments

Comments
 (0)