Skip to content

Commit fe7d654

Browse files
Merge pull request #1019 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 6a2b44e + d2c3b24 commit fe7d654

File tree

8 files changed

+21
-10
lines changed

8 files changed

+21
-10
lines changed

commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change/Change.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public interface Change {
4343
public String getType();
4444

4545
/**
46-
* <p><span>Type of change</span> on a resource that is similar to the update action it relates to, where possible. It is not a unique identifier for the data structure, for example, the <code>setDescription</code> change can occur with a localized and non-localized representation.</p>
46+
* <p>Change type on a resource that is similar to the update action it relates to, where possible. It is not a unique identifier for the data structure, for example, the <code>setDescription</code> change can occur with a localized and non-localized representation.</p>
4747
* <p><a href="https://docs.commercetools.com/apis/ctp:history:type:Record" rel="nofollow">Records</a> can be filtered by this value using the <code>changes</code> query parameter.</p>
4848
* @return change
4949
*/
@@ -52,7 +52,7 @@ public interface Change {
5252
public String getChange();
5353

5454
/**
55-
* <p><span>Type of change</span> on a resource that is similar to the update action it relates to, where possible. It is not a unique identifier for the data structure, for example, the <code>setDescription</code> change can occur with a localized and non-localized representation.</p>
55+
* <p>Change type on a resource that is similar to the update action it relates to, where possible. It is not a unique identifier for the data structure, for example, the <code>setDescription</code> change can occur with a localized and non-localized representation.</p>
5656
* <p><a href="https://docs.commercetools.com/apis/ctp:history:type:Record" rel="nofollow">Records</a> can be filtered by this value using the <code>changes</code> query parameter.</p>
5757
* @param change value to be set
5858
*/

commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change/ChangeImpl.java

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

5353
/**
54-
* <p><span>Type of change</span> on a resource that is similar to the update action it relates to, where possible. It is not a unique identifier for the data structure, for example, the <code>setDescription</code> change can occur with a localized and non-localized representation.</p>
54+
* <p>Change type on a resource that is similar to the update action it relates to, where possible. It is not a unique identifier for the data structure, for example, the <code>setDescription</code> change can occur with a localized and non-localized representation.</p>
5555
* <p><a href="https://docs.commercetools.com/apis/ctp:history:type:Record" rel="nofollow">Records</a> can be filtered by this value using the <code>changes</code> query parameter.</p>
5656
*/
5757

commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change/SetStoresChange.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@
1919
import jakarta.validation.constraints.NotNull;
2020

2121
/**
22-
* <p>Change triggered by the <a href="https://docs.commercetools.com/apis/ctp:api:type:CustomerSetStoresAction" rel="nofollow">Set Stores</a> update action.</p>
22+
* <p>Change triggered by the following update actions:</p>
23+
* <ul>
24+
* <li><a href="https://docs.commercetools.com/apis/ctp:api:type:BusinessUnitSetStoresAction" rel="nofollow">Set Stores</a> on Business Units.</li>
25+
* <li><a href="https://docs.commercetools.com/apis/ctp:api:type:CartDiscountSetStoresAction" rel="nofollow">Set Stores</a> on Cart Discounts.</li>
26+
* <li><a href="https://docs.commercetools.com/apis/ctp:api:type:CustomerSetStoresAction" rel="nofollow">Set Stores</a> on Customers.</li>
27+
* </ul>
2328
*
2429
* <hr>
2530
* Example to create an instance using the builder pattern

commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change/SetStoresChangeImpl.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@
1717
import org.apache.commons.lang3.builder.ToStringStyle;
1818

1919
/**
20-
* <p>Change triggered by the <a href="https://docs.commercetools.com/apis/ctp:api:type:CustomerSetStoresAction" rel="nofollow">Set Stores</a> update action.</p>
20+
* <p>Change triggered by the following update actions:</p>
21+
* <ul>
22+
* <li><a href="https://docs.commercetools.com/apis/ctp:api:type:BusinessUnitSetStoresAction" rel="nofollow">Set Stores</a> on Business Units.</li>
23+
* <li><a href="https://docs.commercetools.com/apis/ctp:api:type:CartDiscountSetStoresAction" rel="nofollow">Set Stores</a> on Cart Discounts.</li>
24+
* <li><a href="https://docs.commercetools.com/apis/ctp:api:type:CustomerSetStoresAction" rel="nofollow">Set Stores</a> on Customers.</li>
25+
* </ul>
2126
*/
2227
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
2328
public class SetStoresChangeImpl implements SetStoresChange, ModelBase {

commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/Record.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public interface Record {
6666
public Integer getPreviousVersion();
6767

6868
/**
69-
* <p>Indicates the type of change. For creation, update, or deletion, the value is <code>"ResourceCreated"</code>, <code>"ResourceUpdated"</code>, or <code>"ResourceDeleted"</code> respectively.</p>
69+
* <p>Indicates the change type. For creation, update, or deletion, the value is <code>"ResourceCreated"</code>, <code>"ResourceUpdated"</code>, or <code>"ResourceDeleted"</code> respectively.</p>
7070
* @return type
7171
*/
7272
@NotNull
@@ -169,7 +169,7 @@ public interface Record {
169169
public void setPreviousVersion(final Integer previousVersion);
170170

171171
/**
172-
* <p>Indicates the type of change. For creation, update, or deletion, the value is <code>"ResourceCreated"</code>, <code>"ResourceUpdated"</code>, or <code>"ResourceDeleted"</code> respectively.</p>
172+
* <p>Indicates the change type. For creation, update, or deletion, the value is <code>"ResourceCreated"</code>, <code>"ResourceUpdated"</code>, or <code>"ResourceDeleted"</code> respectively.</p>
173173
* @param type value to be set
174174
*/
175175

commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/RecordBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public RecordBuilder previousVersion(final Integer previousVersion) {
8383
}
8484

8585
/**
86-
* <p>Indicates the type of change. For creation, update, or deletion, the value is <code>"ResourceCreated"</code>, <code>"ResourceUpdated"</code>, or <code>"ResourceDeleted"</code> respectively.</p>
86+
* <p>Indicates the change type. For creation, update, or deletion, the value is <code>"ResourceCreated"</code>, <code>"ResourceUpdated"</code>, or <code>"ResourceDeleted"</code> respectively.</p>
8787
* @param type value to be set
8888
* @return Builder
8989
*/
@@ -409,7 +409,7 @@ public Integer getPreviousVersion() {
409409
}
410410

411411
/**
412-
* <p>Indicates the type of change. For creation, update, or deletion, the value is <code>"ResourceCreated"</code>, <code>"ResourceUpdated"</code>, or <code>"ResourceDeleted"</code> respectively.</p>
412+
* <p>Indicates the change type. For creation, update, or deletion, the value is <code>"ResourceCreated"</code>, <code>"ResourceUpdated"</code>, or <code>"ResourceDeleted"</code> respectively.</p>
413413
* @return type
414414
*/
415415

commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/RecordImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public Integer getPreviousVersion() {
100100
}
101101

102102
/**
103-
* <p>Indicates the type of change. For creation, update, or deletion, the value is <code>"ResourceCreated"</code>, <code>"ResourceUpdated"</code>, or <code>"ResourceDeleted"</code> respectively.</p>
103+
* <p>Indicates the change type. For creation, update, or deletion, the value is <code>"ResourceCreated"</code>, <code>"ResourceUpdated"</code>, or <code>"ResourceDeleted"</code> respectively.</p>
104104
*/
105105

106106
public String getType() {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,3 +522,4 @@ b04bdc7d46d6b7fedbcc725c513695d73cc07cd5
522522
ce170ce6f860044008489ee1fb346e298e2d42db
523523
5cedc63c492d11a2d158bf0a84adb22e0de54937
524524
8bfc95c41ffd0a75bc436246d73f337b54cff204
525+
e921ea18a854a9c4b81c525fee76e8c545fd107d

0 commit comments

Comments
 (0)