Skip to content

Commit 4b0ebb7

Browse files
committed
build(codegen): updating SDK
1 parent e65c753 commit 4b0ebb7

File tree

55 files changed

+135
-134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+135
-134
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public interface Cart extends BaseResource, CartMixin, com.commercetools.api.mod
123123
public String getAnonymousId();
124124

125125
/**
126-
* <p>Reference to a Business Unit the Cart belongs to.</p>
126+
* <p>Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.</p>
127127
* @return businessUnit
128128
*/
129129
@Valid
@@ -487,7 +487,7 @@ public interface Cart extends BaseResource, CartMixin, com.commercetools.api.mod
487487
public void setAnonymousId(final String anonymousId);
488488

489489
/**
490-
* <p>Reference to a Business Unit the Cart belongs to.</p>
490+
* <p>Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.</p>
491491
* @param businessUnit value to be set
492492
*/
493493

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ public CartBuilder anonymousId(@Nullable final String anonymousId) {
283283
}
284284

285285
/**
286-
* <p>Reference to a Business Unit the Cart belongs to.</p>
286+
* <p>Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.</p>
287287
* @param builder function to build the businessUnit value
288288
* @return Builder
289289
*/
@@ -297,7 +297,7 @@ public CartBuilder businessUnit(
297297
}
298298

299299
/**
300-
* <p>Reference to a Business Unit the Cart belongs to.</p>
300+
* <p>Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.</p>
301301
* @param builder function to build the businessUnit value
302302
* @return Builder
303303
*/
@@ -310,7 +310,7 @@ public CartBuilder withBusinessUnit(
310310
}
311311

312312
/**
313-
* <p>Reference to a Business Unit the Cart belongs to.</p>
313+
* <p>Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.</p>
314314
* @param businessUnit value to be set
315315
* @return Builder
316316
*/
@@ -1698,7 +1698,7 @@ public String getAnonymousId() {
16981698
}
16991699

17001700
/**
1701-
* <p>Reference to a Business Unit the Cart belongs to.</p>
1701+
* <p>Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.</p>
17021702
* @return businessUnit
17031703
*/
17041704

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public interface CartDraft extends com.commercetools.api.models.CustomizableDraf
9090
public String getAnonymousId();
9191

9292
/**
93-
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit.</p>
93+
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.</p>
9494
* @return businessUnit
9595
*/
9696
@Valid
@@ -327,7 +327,7 @@ public interface CartDraft extends com.commercetools.api.models.CustomizableDraf
327327
public void setAnonymousId(final String anonymousId);
328328

329329
/**
330-
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit.</p>
330+
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.</p>
331331
* @param businessUnit value to be set
332332
*/
333333

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public CartDraftBuilder anonymousId(@Nullable final String anonymousId) {
208208
}
209209

210210
/**
211-
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit.</p>
211+
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.</p>
212212
* @param builder function to build the businessUnit value
213213
* @return Builder
214214
*/
@@ -222,7 +222,7 @@ public CartDraftBuilder businessUnit(
222222
}
223223

224224
/**
225-
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit.</p>
225+
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.</p>
226226
* @param builder function to build the businessUnit value
227227
* @return Builder
228228
*/
@@ -235,7 +235,7 @@ public CartDraftBuilder withBusinessUnit(
235235
}
236236

237237
/**
238-
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit.</p>
238+
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.</p>
239239
* @param businessUnit value to be set
240240
* @return Builder
241241
*/
@@ -1159,7 +1159,7 @@ public String getAnonymousId() {
11591159
}
11601160

11611161
/**
1162-
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit.</p>
1162+
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.</p>
11631163
* @return businessUnit
11641164
*/
11651165

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public String getAnonymousId() {
198198
}
199199

200200
/**
201-
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit.</p>
201+
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.</p>
202202
*/
203203

204204
public com.commercetools.api.models.business_unit.BusinessUnitResourceIdentifier getBusinessUnit() {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ public String getAnonymousId() {
280280
}
281281

282282
/**
283-
* <p>Reference to a Business Unit the Cart belongs to.</p>
283+
* <p>Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.</p>
284284
*/
285285

286286
public com.commercetools.api.models.business_unit.BusinessUnitKeyReference getBusinessUnit() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ClientLogging.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public interface ClientLogging {
6464
public String getAnonymousId();
6565

6666
/**
67-
* <p>Indicates the Customer who created or modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.</p>
67+
* <p>Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.</p>
6868
* @return associate
6969
*/
7070
@Valid
@@ -100,7 +100,7 @@ public interface ClientLogging {
100100
public void setAnonymousId(final String anonymousId);
101101

102102
/**
103-
* <p>Indicates the Customer who created or modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.</p>
103+
* <p>Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.</p>
104104
* @param associate value to be set
105105
*/
106106

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ClientLoggingBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public ClientLoggingBuilder anonymousId(@Nullable final String anonymousId) {
108108
}
109109

110110
/**
111-
* <p>Indicates the Customer who created or modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.</p>
111+
* <p>Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.</p>
112112
* @param builder function to build the associate value
113113
* @return Builder
114114
*/
@@ -120,7 +120,7 @@ public ClientLoggingBuilder associate(
120120
}
121121

122122
/**
123-
* <p>Indicates the Customer who created or modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.</p>
123+
* <p>Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.</p>
124124
* @param builder function to build the associate value
125125
* @return Builder
126126
*/
@@ -132,7 +132,7 @@ public ClientLoggingBuilder withAssociate(
132132
}
133133

134134
/**
135-
* <p>Indicates the Customer who created or modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.</p>
135+
* <p>Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.</p>
136136
* @param associate value to be set
137137
* @return Builder
138138
*/
@@ -184,7 +184,7 @@ public String getAnonymousId() {
184184
}
185185

186186
/**
187-
* <p>Indicates the Customer who created or modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.</p>
187+
* <p>Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.</p>
188188
* @return associate
189189
*/
190190

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ClientLoggingImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public String getAnonymousId() {
8787
}
8888

8989
/**
90-
* <p>Indicates the Customer who created or modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.</p>
90+
* <p>Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.</p>
9191
*/
9292

9393
public com.commercetools.api.models.customer.CustomerReference getAssociate() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedBy.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public interface CreatedBy extends ClientLogging {
7272
public Attribution getAttributedTo();
7373

7474
/**
75-
* <p>Indicates the Customer who created the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.</p>
75+
* <p>Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.</p>
7676
* @return associate
7777
*/
7878
@Valid
@@ -115,7 +115,7 @@ public interface CreatedBy extends ClientLogging {
115115
public void setAttributedTo(final Attribution attributedTo);
116116

117117
/**
118-
* <p>Indicates the Customer who created the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.</p>
118+
* <p>Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.</p>
119119
* @param associate value to be set
120120
*/
121121

0 commit comments

Comments
 (0)