Skip to content

Commit d3f3dd5

Browse files
committed
build(codegen): updating SDK
1 parent 91fbfa7 commit d3f3dd5

10 files changed

+14
-13
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/associate_role/AssociateRoleKeyReference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import io.vrap.rmf.base.client.utils.Generated;
1616

1717
/**
18-
* <p>Reference to an AssociateRole by its key.</p>
18+
* <p>KeyReference to an AssociateRole.</p>
1919
*
2020
* <hr>
2121
* Example to create an instance using the builder pattern

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/associate_role/AssociateRoleKeyReferenceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import org.apache.commons.lang3.builder.ToStringStyle;
1919

2020
/**
21-
* <p>Reference to an AssociateRole by its key.</p>
21+
* <p>KeyReference to an AssociateRole.</p>
2222
*/
2323
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
2424
public class AssociateRoleKeyReferenceImpl implements AssociateRoleKeyReference, ModelBase {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitKeyReference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import io.vrap.rmf.base.client.utils.Generated;
1616

1717
/**
18-
* <p>Reference to a BusinessUnit by its key.</p>
18+
* <p>KeyReference to a BusinessUnit.</p>
1919
*
2020
* <hr>
2121
* Example to create an instance using the builder pattern

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitKeyReferenceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import org.apache.commons.lang3.builder.ToStringStyle;
1919

2020
/**
21-
* <p>Reference to a BusinessUnit by its key.</p>
21+
* <p>KeyReference to a BusinessUnit.</p>
2222
*/
2323
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
2424
public class BusinessUnitKeyReferenceImpl implements BusinessUnitKeyReference, ModelBase {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/ShoppingListStoreSetMessagePayload.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public interface ShoppingListStoreSetMessagePayload extends MessagePayload {
3838
String SHOPPING_LIST_STORE_SET = "ShoppingListStoreSet";
3939

4040
/**
41-
* <p>Reference to a Store by its key.</p>
41+
* <p>KeyReference to a Store.</p>
4242
* @return store
4343
*/
4444
@NotNull
@@ -47,7 +47,7 @@ public interface ShoppingListStoreSetMessagePayload extends MessagePayload {
4747
public StoreKeyReference getStore();
4848

4949
/**
50-
* <p>Reference to a Store by its key.</p>
50+
* <p>KeyReference to a Store.</p>
5151
* @param store value to be set
5252
*/
5353

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/ShoppingListStoreSetMessagePayloadBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class ShoppingListStoreSetMessagePayloadBuilder implements Builder<Shoppi
2525
private com.commercetools.api.models.store.StoreKeyReference store;
2626

2727
/**
28-
* <p>Reference to a Store by its key.</p>
28+
* <p>KeyReference to a Store.</p>
2929
* @param builder function to build the store value
3030
* @return Builder
3131
*/
@@ -37,7 +37,7 @@ public ShoppingListStoreSetMessagePayloadBuilder store(
3737
}
3838

3939
/**
40-
* <p>Reference to a Store by its key.</p>
40+
* <p>KeyReference to a Store.</p>
4141
* @param builder function to build the store value
4242
* @return Builder
4343
*/
@@ -49,7 +49,7 @@ public ShoppingListStoreSetMessagePayloadBuilder withStore(
4949
}
5050

5151
/**
52-
* <p>Reference to a Store by its key.</p>
52+
* <p>KeyReference to a Store.</p>
5353
* @param store value to be set
5454
* @return Builder
5555
*/
@@ -61,7 +61,7 @@ public ShoppingListStoreSetMessagePayloadBuilder store(
6161
}
6262

6363
/**
64-
* <p>Reference to a Store by its key.</p>
64+
* <p>KeyReference to a Store.</p>
6565
* @return store
6666
*/
6767

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/ShoppingListStoreSetMessagePayloadImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public String getType() {
5252
}
5353

5454
/**
55-
* <p>Reference to a Store by its key.</p>
55+
* <p>KeyReference to a Store.</p>
5656
*/
5757

5858
public com.commercetools.api.models.store.StoreKeyReference getStore() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/store/StoreKeyReference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import io.vrap.rmf.base.client.utils.Generated;
1616

1717
/**
18-
* <p>Reference to a Store by its key.</p>
18+
* <p>KeyReference to a Store.</p>
1919
*
2020
* <hr>
2121
* Example to create an instance using the builder pattern

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/store/StoreKeyReferenceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import org.apache.commons.lang3.builder.ToStringStyle;
1919

2020
/**
21-
* <p>Reference to a Store by its key.</p>
21+
* <p>KeyReference to a Store.</p>
2222
*/
2323
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
2424
public class StoreKeyReferenceImpl implements StoreKeyReference, ModelBase {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,3 +246,4 @@ eac13cfcb88a83f4f4e977ba51c0b11e458cff61
246246
19bd5d96692604e3e5485c420b374262a4f59356
247247
386dd56e7d0b4ed81440c41e9b00d74117292c7a
248248
b3dd6d254a36ba1628f016ded6bcff00d7f515c3
249+
525125f41b5e466ffcaebe0efa10517dbbaaaac3

0 commit comments

Comments
 (0)