Skip to content

Commit a3ee5d2

Browse files
committed
build(codegen): updating SDK
1 parent bb7d04a commit a3ee5d2

File tree

61 files changed

+140
-139
lines changed

Some content is hidden

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

61 files changed

+140
-139
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public interface AssociateRole extends BaseResource, com.commercetools.api.model
124124
public List<Permission> getPermissions();
125125

126126
/**
127-
* <p>Custom Fields for the AssociateRole.</p>
127+
* <p>Custom Fields of the AssociateRole.</p>
128128
* @return custom
129129
*/
130130
@Valid
@@ -210,7 +210,7 @@ public interface AssociateRole extends BaseResource, com.commercetools.api.model
210210
public void setPermissions(final List<Permission> permissions);
211211

212212
/**
213-
* <p>Custom Fields for the AssociateRole.</p>
213+
* <p>Custom Fields of the AssociateRole.</p>
214214
* @param custom value to be set
215215
*/
216216

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public AssociateRoleBuilder plusPermissions(
244244
}
245245

246246
/**
247-
* <p>Custom Fields for the AssociateRole.</p>
247+
* <p>Custom Fields of the AssociateRole.</p>
248248
* @param builder function to build the custom value
249249
* @return Builder
250250
*/
@@ -256,7 +256,7 @@ public AssociateRoleBuilder custom(
256256
}
257257

258258
/**
259-
* <p>Custom Fields for the AssociateRole.</p>
259+
* <p>Custom Fields of the AssociateRole.</p>
260260
* @param builder function to build the custom value
261261
* @return Builder
262262
*/
@@ -268,7 +268,7 @@ public AssociateRoleBuilder withCustom(
268268
}
269269

270270
/**
271-
* <p>Custom Fields for the AssociateRole.</p>
271+
* <p>Custom Fields of the AssociateRole.</p>
272272
* @param custom value to be set
273273
* @return Builder
274274
*/
@@ -372,7 +372,7 @@ public java.util.List<com.commercetools.api.models.associate_role.Permission> ge
372372
}
373373

374374
/**
375-
* <p>Custom Fields for the AssociateRole.</p>
375+
* <p>Custom Fields of the AssociateRole.</p>
376376
* @return custom
377377
*/
378378

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public java.util.List<com.commercetools.api.models.associate_role.Permission> ge
157157
}
158158

159159
/**
160-
* <p>Custom Fields for the AssociateRole.</p>
160+
* <p>Custom Fields of the AssociateRole.</p>
161161
*/
162162

163163
public com.commercetools.api.models.type.CustomFields getCustom() {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public interface BusinessUnit extends BaseResource, com.commercetools.api.models
171171
public String getContactEmail();
172172

173173
/**
174-
* <p>Custom Fields for the Business Unit.</p>
174+
* <p>Custom Fields of the Business Unit.</p>
175175
* @return custom
176176
*/
177177
@Valid
@@ -390,7 +390,7 @@ public interface BusinessUnit extends BaseResource, com.commercetools.api.models
390390
public void setContactEmail(final String contactEmail);
391391

392392
/**
393-
* <p>Custom Fields for the Business Unit.</p>
393+
* <p>Custom Fields of the Business Unit.</p>
394394
* @param custom value to be set
395395
*/
396396

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public String getContactEmail() {
255255
}
256256

257257
/**
258-
* <p>Custom Fields for the Business Unit.</p>
258+
* <p>Custom Fields of the Business Unit.</p>
259259
*/
260260

261261
public com.commercetools.api.models.type.CustomFields getCustom() {

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ public CompanyBuilder contactEmail(@Nullable final String contactEmail) {
464464
}
465465

466466
/**
467-
* <p>Custom Fields for the Business Unit.</p>
467+
* <p>Custom Fields of the Business Unit.</p>
468468
* @param builder function to build the custom value
469469
* @return Builder
470470
*/
@@ -476,7 +476,7 @@ public CompanyBuilder custom(
476476
}
477477

478478
/**
479-
* <p>Custom Fields for the Business Unit.</p>
479+
* <p>Custom Fields of the Business Unit.</p>
480480
* @param builder function to build the custom value
481481
* @return Builder
482482
*/
@@ -488,7 +488,7 @@ public CompanyBuilder withCustom(
488488
}
489489

490490
/**
491-
* <p>Custom Fields for the Business Unit.</p>
491+
* <p>Custom Fields of the Business Unit.</p>
492492
* @param custom value to be set
493493
* @return Builder
494494
*/
@@ -1184,7 +1184,7 @@ public String getContactEmail() {
11841184
}
11851185

11861186
/**
1187-
* <p>Custom Fields for the Business Unit.</p>
1187+
* <p>Custom Fields of the Business Unit.</p>
11881188
* @return custom
11891189
*/
11901190

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public String getContactEmail() {
255255
}
256256

257257
/**
258-
* <p>Custom Fields for the Business Unit.</p>
258+
* <p>Custom Fields of the Business Unit.</p>
259259
*/
260260

261261
public com.commercetools.api.models.type.CustomFields getCustom() {

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ public DivisionBuilder contactEmail(@Nullable final String contactEmail) {
464464
}
465465

466466
/**
467-
* <p>Custom Fields for the Business Unit.</p>
467+
* <p>Custom Fields of the Business Unit.</p>
468468
* @param builder function to build the custom value
469469
* @return Builder
470470
*/
@@ -476,7 +476,7 @@ public DivisionBuilder custom(
476476
}
477477

478478
/**
479-
* <p>Custom Fields for the Business Unit.</p>
479+
* <p>Custom Fields of the Business Unit.</p>
480480
* @param builder function to build the custom value
481481
* @return Builder
482482
*/
@@ -488,7 +488,7 @@ public DivisionBuilder withCustom(
488488
}
489489

490490
/**
491-
* <p>Custom Fields for the Business Unit.</p>
491+
* <p>Custom Fields of the Business Unit.</p>
492492
* @param custom value to be set
493493
* @return Builder
494494
*/
@@ -1184,7 +1184,7 @@ public String getContactEmail() {
11841184
}
11851185

11861186
/**
1187-
* <p>Custom Fields for the Business Unit.</p>
1187+
* <p>Custom Fields of the Business Unit.</p>
11881188
* @return custom
11891189
*/
11901190

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public String getContactEmail() {
255255
}
256256

257257
/**
258-
* <p>Custom Fields for the Business Unit.</p>
258+
* <p>Custom Fields of the Business Unit.</p>
259259
*/
260260

261261
public com.commercetools.api.models.type.CustomFields getCustom() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/CartDiscountDraft.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public interface CartDiscountDraft extends com.commercetools.api.models.Customiz
157157
public StackingMode getStackingMode();
158158

159159
/**
160-
* <p>Custom Fields of the CartDiscount.</p>
160+
* <p>Custom Fields for the CartDiscount.</p>
161161
* @return custom
162162
*/
163163
@Valid
@@ -294,7 +294,7 @@ public interface CartDiscountDraft extends com.commercetools.api.models.Customiz
294294
public void setStackingMode(final StackingMode stackingMode);
295295

296296
/**
297-
* <p>Custom Fields of the CartDiscount.</p>
297+
* <p>Custom Fields for the CartDiscount.</p>
298298
* @param custom value to be set
299299
*/
300300

0 commit comments

Comments
 (0)