Skip to content

Commit a5f2f6c

Browse files
Merge pull request #965 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents a98e0b1 + cd23474 commit a5f2f6c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/ChangeSubscription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
public interface ChangeSubscription {
3333

3434
/**
35-
* <p>Unique identifier for the type of resource, for example, <code>cart</code>.</p>
35+
* <p>Unique identifier for the type of resource, for example, <code>order</code>.</p>
3636
* @return resourceTypeId
3737
*/
3838
@NotNull
3939
@JsonProperty("resourceTypeId")
4040
public ChangeSubscriptionResourceTypeId getResourceTypeId();
4141

4242
/**
43-
* <p>Unique identifier for the type of resource, for example, <code>cart</code>.</p>
43+
* <p>Unique identifier for the type of resource, for example, <code>order</code>.</p>
4444
* @param resourceTypeId value to be set
4545
*/
4646

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/ChangeSubscriptionBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class ChangeSubscriptionBuilder implements Builder<ChangeSubscription> {
2424
private com.commercetools.api.models.subscription.ChangeSubscriptionResourceTypeId resourceTypeId;
2525

2626
/**
27-
* <p>Unique identifier for the type of resource, for example, <code>cart</code>.</p>
27+
* <p>Unique identifier for the type of resource, for example, <code>order</code>.</p>
2828
* @param resourceTypeId value to be set
2929
* @return Builder
3030
*/
@@ -36,7 +36,7 @@ public ChangeSubscriptionBuilder resourceTypeId(
3636
}
3737

3838
/**
39-
* <p>Unique identifier for the type of resource, for example, <code>cart</code>.</p>
39+
* <p>Unique identifier for the type of resource, for example, <code>order</code>.</p>
4040
* @return resourceTypeId
4141
*/
4242

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/ChangeSubscriptionImpl.java

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

4242
/**
43-
* <p>Unique identifier for the type of resource, for example, <code>cart</code>.</p>
43+
* <p>Unique identifier for the type of resource, for example, <code>order</code>.</p>
4444
*/
4545

4646
public com.commercetools.api.models.subscription.ChangeSubscriptionResourceTypeId getResourceTypeId() {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,3 +453,4 @@ ebe8dbf7a0e9728994b4b2430d0eb4a6bfbd90e6
453453
ae7849e0f3326685f81d35bd47f2a23af9aa0249
454454
c8df9d817692aac41821cf6ee4051aec3d27fb35
455455
d084ab15a8dfa7bd18efa10417a0bb263c08f269
456+
89f530b1e54b0b03f530d64a8c36e901b6d020c1

0 commit comments

Comments
 (0)