From f90d62cdf11e31619d93d93f980f266f30445706 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 06:37:03 +0000 Subject: [PATCH 1/3] build(codegen): updating SDK --- ...chesImportContainersByImportContainerKeyPost.java | 2 +- ...portContainersByImportContainerKeyPostString.java | 2 +- .../models/productvariants/ProductVariantPatch.java | 6 ++++-- .../productvariants/ProductVariantPatchBuilder.java | 12 ++++++++---- .../productvariants/ProductVariantPatchImpl.java | 3 ++- reference.txt | 1 + references.txt | 1 + 7 files changed, 18 insertions(+), 9 deletions(-) create mode 100644 reference.txt diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/client/ByProjectKeyProductVariantPatchesImportContainersByImportContainerKeyPost.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/client/ByProjectKeyProductVariantPatchesImportContainersByImportContainerKeyPost.java index 1d471bb13f4..2bf662e7809 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/client/ByProjectKeyProductVariantPatchesImportContainersByImportContainerKeyPost.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/client/ByProjectKeyProductVariantPatchesImportContainersByImportContainerKeyPost.java @@ -16,7 +16,7 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *
Creates a new import request for product variant patches
+ *Creates a new import request for Product Variant Patches. Returns an InvalidField error if the ProductVariantPatchRequest contains patches with and without the product
field set.
Creates a new import request for product variant patches
+ *Creates a new import request for Product Variant Patches. Returns an InvalidField error if the ProductVariantPatchRequest contains patches with and without the product
field set.
Reference to the Product which contains the ProductVariant. Setting a value will batch process the import operations to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.
+ *Reference to the Product that contains the ProductVariant.
+ *We recommend to set this value to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.
* @return product */ @Valid @@ -101,7 +102,8 @@ public interface ProductVariantPatch { public void setStaged(final Boolean staged); /** - *Reference to the Product which contains the ProductVariant. Setting a value will batch process the import operations to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.
+ *Reference to the Product that contains the ProductVariant.
+ *We recommend to set this value to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.
* @param product value to be set */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/productvariants/ProductVariantPatchBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/productvariants/ProductVariantPatchBuilder.java index d67434e7178..4422ae6c1d9 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/productvariants/ProductVariantPatchBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/productvariants/ProductVariantPatchBuilder.java @@ -141,7 +141,8 @@ public ProductVariantPatchBuilder staged(@Nullable final Boolean staged) { } /** - *Reference to the Product which contains the ProductVariant. Setting a value will batch process the import operations to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.
+ *Reference to the Product that contains the ProductVariant.
+ *We recommend to set this value to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.
* @param builder function to build the product value * @return Builder */ @@ -153,7 +154,8 @@ public ProductVariantPatchBuilder product( } /** - *Reference to the Product which contains the ProductVariant. Setting a value will batch process the import operations to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.
+ *Reference to the Product that contains the ProductVariant.
+ *We recommend to set this value to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.
* @param builder function to build the product value * @return Builder */ @@ -165,7 +167,8 @@ public ProductVariantPatchBuilder withProduct( } /** - *Reference to the Product which contains the ProductVariant. Setting a value will batch process the import operations to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.
+ *Reference to the Product that contains the ProductVariant.
+ *We recommend to set this value to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.
* @param product value to be set * @return Builder */ @@ -212,7 +215,8 @@ public Boolean getStaged() { } /** - *Reference to the Product which contains the ProductVariant. Setting a value will batch process the import operations to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.
+ *Reference to the Product that contains the ProductVariant.
+ *We recommend to set this value to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.
* @return product */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/productvariants/ProductVariantPatchImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/productvariants/ProductVariantPatchImpl.java index db9160bfbb2..fe419d0fc90 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/productvariants/ProductVariantPatchImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/productvariants/ProductVariantPatchImpl.java @@ -82,7 +82,8 @@ public Boolean getStaged() { } /** - *Reference to the Product which contains the ProductVariant. Setting a value will batch process the import operations to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.
+ *Reference to the Product that contains the ProductVariant.
+ *We recommend to set this value to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.
*/ public com.commercetools.importapi.models.common.ProductKeyReference getProduct() { diff --git a/reference.txt b/reference.txt new file mode 100644 index 00000000000..7270b492a6b --- /dev/null +++ b/reference.txt @@ -0,0 +1 @@ +b747e1fa4f246b748a89bccbfd8a43f5b6f51175 diff --git a/references.txt b/references.txt index 6541ec43b14..315f7646f1e 100644 --- a/references.txt +++ b/references.txt @@ -334,3 +334,4 @@ a639dbb1cfe5b434c350e7b47ca717c69b3aa369 971c1b4ce06c29fcb8c2402dc2ca523b2907352c b747e1fa4f246b748a89bccbfd8a43f5b6f51175 b747e1fa4f246b748a89bccbfd8a43f5b6f51175 +505b3af56b4452b22dfb595f93e010b3e2fccc53 From 40978cb561c486642838bcae0a267047c802b8dd Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:13:33 +0000 Subject: [PATCH 2/3] TASK: Updating version in README --- CHANGELOG.md | 10 ++++++++++ README.md | 4 ++-- examples/maven-okhttp3/pom.xml | 2 +- examples/maven-okhttp4/pom.xml | 2 +- examples/spring-datadog-statsd/build.gradle | 2 +- examples/spring-datadog/build.gradle | 2 +- examples/spring-newrelic/build.gradle | 2 +- examples/spring-otel/build.gradle | 2 +- examples/spring/build.gradle | 2 +- gradle.properties | 4 ++-- reference.txt | 1 - 11 files changed, 21 insertions(+), 12 deletions(-) delete mode 100644 reference.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d946e0b0d3..c7205403fb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ +# 17.20.0 (2024-12-02) + +## What's Changed +* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/763 +* Add option to provide custom auth and api url for spring example project by @lojzatran in https://github.com/commercetools/commercetools-sdk-java-v2/pull/764 +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/766 + + +**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.19.0...17.20.0 + # 17.19.0 (2024-11-21) ## Important notice diff --git a/README.md b/README.md index c6e947db23a..f2de45972bf 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The latest stable SDK release can be retrieved from [Maven Central](https://sear ```gradle ext { versions = [ - commercetools: "17.19.0" + commercetools: "17.20.0" ] } @@ -42,7 +42,7 @@ dependencies { ```mavenMaps to Category.assets
.
Maps to Category.assets
.
Maps to Category.assets
.
Maps to Category.assets
.
Maps to Category.assets
.
Maps to Category.assets
.
Maps to Category.assets
.
Maps to Category.assets
.
Maps to Category.assets
.
Maps to Category.assets
.
Maps to Category.assets
.
Maps to Category.assets
.
Money value of the discounted price.
* @return value */ @NotNull @@ -52,7 +52,7 @@ public interface DiscountedPrice { public ProductDiscountKeyReference getDiscount(); /** - * set value + *Money value of the discounted price.
* @param value value to be set */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/DiscountedPriceBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/DiscountedPriceBuilder.java index 248187c3bb0..27d5711ac3d 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/DiscountedPriceBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/DiscountedPriceBuilder.java @@ -28,7 +28,7 @@ public class DiscountedPriceBuilder implements BuilderMoney value of the discounted price.
* @param value value to be set * @return Builder */ @@ -39,7 +39,7 @@ public DiscountedPriceBuilder value(final com.commercetools.importapi.models.com } /** - * set the value to the value using the builder function + *Money value of the discounted price.
* @param builder function to build the value value * @return Builder */ @@ -89,7 +89,7 @@ public DiscountedPriceBuilder discount( } /** - * value of value} + *Money value of the discounted price.
* @return value */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/DiscountedPriceImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/DiscountedPriceImpl.java index 7495ea133ab..1c2764dcefd 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/DiscountedPriceImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/DiscountedPriceImpl.java @@ -43,7 +43,7 @@ public DiscountedPriceImpl() { } /** - * + *Money value of the discounted price.
*/ public com.commercetools.importapi.models.common.TypedMoney getValue() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/UnresolvedReferences.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/UnresolvedReferences.java index 22c12210fbb..f368835f86f 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/UnresolvedReferences.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/UnresolvedReferences.java @@ -15,7 +15,7 @@ import jakarta.validation.constraints.NotNull; /** - * UnresolvedReferences + *References a resource which could not be resolved.
* *The key
of the resource.
The type of the referenced resource.
+ *The type of resource.
* @return typeId */ @NotNull @@ -49,14 +49,14 @@ public interface UnresolvedReferences { public ReferenceType getTypeId(); /** - * set key + *The key
of the resource.
The type of the referenced resource.
+ *The type of resource.
* @param typeId value to be set */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/UnresolvedReferencesBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/UnresolvedReferencesBuilder.java index d63a0c04262..e2a601e827c 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/UnresolvedReferencesBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/UnresolvedReferencesBuilder.java @@ -27,7 +27,7 @@ public class UnresolvedReferencesBuilder implements Builderkey
of the resource.
* @param key value to be set
* @return Builder
*/
@@ -38,7 +38,7 @@ public UnresolvedReferencesBuilder key(final String key) {
}
/**
- * The type of the referenced resource.
+ *The type of resource.
* @param typeId value to be set * @return Builder */ @@ -49,7 +49,7 @@ public UnresolvedReferencesBuilder typeId(final com.commercetools.importapi.mode } /** - * value of key} + *The key
of the resource.
The type of the referenced resource.
+ *The type of resource.
* @return typeId */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/UnresolvedReferencesImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/UnresolvedReferencesImpl.java index 3f3df4c8ba8..61c6da2df05 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/UnresolvedReferencesImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/UnresolvedReferencesImpl.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - * UnresolvedReferences + *References a resource which could not be resolved.
*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class UnresolvedReferencesImpl implements UnresolvedReferences, ModelBase { @@ -43,7 +43,7 @@ public UnresolvedReferencesImpl() { } /** - * + *The key
of the resource.
The type of the referenced resource.
+ *The type of resource.
*/ public com.commercetools.importapi.models.common.ReferenceType getTypeId() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/customers/CustomerAddress.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/customers/CustomerAddress.java index a5a144ddc3b..7b93acf8873 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/customers/CustomerAddress.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/customers/CustomerAddress.java @@ -43,7 +43,15 @@ public interface CustomerAddress { public String getKey(); /** - * + *Name of the country.
+ * @return country + */ + @NotNull + @JsonProperty("country") + public String getCountry(); + + /** + *Title of the contact, for example 'Dr.'
* @return title */ @@ -51,7 +59,7 @@ public interface CustomerAddress { public String getTitle(); /** - * + *Salutation of the contact, for example 'Mr.' or 'Ms.'
* @return salutation */ @@ -59,7 +67,7 @@ public interface CustomerAddress { public String getSalutation(); /** - * + *Given name (first name) of the contact.
* @return firstName */ @@ -67,7 +75,7 @@ public interface CustomerAddress { public String getFirstName(); /** - * + *Family name (last name) of the contact.
* @return lastName */ @@ -75,7 +83,7 @@ public interface CustomerAddress { public String getLastName(); /** - * + *Name of the street.
* @return streetName */ @@ -83,7 +91,7 @@ public interface CustomerAddress { public String getStreetName(); /** - * + *Street number.
* @return streetNumber */ @@ -91,7 +99,7 @@ public interface CustomerAddress { public String getStreetNumber(); /** - * + *Further information on the street address.
* @return additionalStreetInfo */ @@ -99,7 +107,7 @@ public interface CustomerAddress { public String getAdditionalStreetInfo(); /** - * + *Postal code.
* @return postalCode */ @@ -107,7 +115,7 @@ public interface CustomerAddress { public String getPostalCode(); /** - * + *Name of the city.
* @return city */ @@ -115,7 +123,7 @@ public interface CustomerAddress { public String getCity(); /** - * + *Name of the region.
* @return region */ @@ -123,7 +131,7 @@ public interface CustomerAddress { public String getRegion(); /** - * + *Name of the state, for example, Colorado.
* @return state */ @@ -131,15 +139,7 @@ public interface CustomerAddress { public String getState(); /** - *A two-digit country code as per ISO 3166-1 alpha-2.
- * @return country - */ - @NotNull - @JsonProperty("country") - public String getCountry(); - - /** - * + *Name of the company.
* @return company */ @@ -147,7 +147,7 @@ public interface CustomerAddress { public String getCompany(); /** - * + *Name of the department.
* @return department */ @@ -155,7 +155,7 @@ public interface CustomerAddress { public String getDepartment(); /** - * + *Number or name of the building.
* @return building */ @@ -163,7 +163,7 @@ public interface CustomerAddress { public String getBuilding(); /** - * + *Number or name of the apartment.
* @return apartment */ @@ -171,7 +171,7 @@ public interface CustomerAddress { public String getApartment(); /** - * + *Post office box number.
* @return pOBox */ @@ -179,7 +179,7 @@ public interface CustomerAddress { public String getPOBox(); /** - * + *Phone number of the contact.
* @return phone */ @@ -187,7 +187,7 @@ public interface CustomerAddress { public String getPhone(); /** - * + *Mobile phone number of the contact.
* @return mobile */ @@ -195,7 +195,7 @@ public interface CustomerAddress { public String getMobile(); /** - * + *Email address of the contact.
* @return email */ @@ -203,7 +203,7 @@ public interface CustomerAddress { public String getEmail(); /** - * + *Fax number of the contact.
* @return fax */ @@ -211,7 +211,7 @@ public interface CustomerAddress { public String getFax(); /** - * + *Further information on the Address.
* @return additionalAddressInfo */ @@ -219,7 +219,7 @@ public interface CustomerAddress { public String getAdditionalAddressInfo(); /** - * + *ID for the contact used in an external system.
* @return externalId */ @@ -242,161 +242,161 @@ public interface CustomerAddress { public void setKey(final String key); /** - * set title + *Name of the country.
+ * @param country value to be set + */ + + public void setCountry(final String country); + + /** + *Title of the contact, for example 'Dr.'
* @param title value to be set */ public void setTitle(final String title); /** - * set salutation + *Salutation of the contact, for example 'Mr.' or 'Ms.'
* @param salutation value to be set */ public void setSalutation(final String salutation); /** - * set firstName + *Given name (first name) of the contact.
* @param firstName value to be set */ public void setFirstName(final String firstName); /** - * set lastName + *Family name (last name) of the contact.
* @param lastName value to be set */ public void setLastName(final String lastName); /** - * set streetName + *Name of the street.
* @param streetName value to be set */ public void setStreetName(final String streetName); /** - * set streetNumber + *Street number.
* @param streetNumber value to be set */ public void setStreetNumber(final String streetNumber); /** - * set additionalStreetInfo + *Further information on the street address.
* @param additionalStreetInfo value to be set */ public void setAdditionalStreetInfo(final String additionalStreetInfo); /** - * set postalCode + *Postal code.
* @param postalCode value to be set */ public void setPostalCode(final String postalCode); /** - * set city + *Name of the city.
* @param city value to be set */ public void setCity(final String city); /** - * set region + *Name of the region.
* @param region value to be set */ public void setRegion(final String region); /** - * set state + *Name of the state, for example, Colorado.
* @param state value to be set */ public void setState(final String state); /** - *A two-digit country code as per ISO 3166-1 alpha-2.
- * @param country value to be set - */ - - public void setCountry(final String country); - - /** - * set company + *Name of the company.
* @param company value to be set */ public void setCompany(final String company); /** - * set department + *Name of the department.
* @param department value to be set */ public void setDepartment(final String department); /** - * set building + *Number or name of the building.
* @param building value to be set */ public void setBuilding(final String building); /** - * set apartment + *Number or name of the apartment.
* @param apartment value to be set */ public void setApartment(final String apartment); /** - * set pOBox + *Post office box number.
* @param pOBox value to be set */ public void setPOBox(final String pOBox); /** - * set phone + *Phone number of the contact.
* @param phone value to be set */ public void setPhone(final String phone); /** - * set mobile + *Mobile phone number of the contact.
* @param mobile value to be set */ public void setMobile(final String mobile); /** - * set email + *Email address of the contact.
* @param email value to be set */ public void setEmail(final String email); /** - * set fax + *Fax number of the contact.
* @param fax value to be set */ public void setFax(final String fax); /** - * set additionalAddressInfo + *Further information on the Address.
* @param additionalAddressInfo value to be set */ public void setAdditionalAddressInfo(final String additionalAddressInfo); /** - * set externalId + *ID for the contact used in an external system.
* @param externalId value to be set */ @@ -425,6 +425,7 @@ public static CustomerAddress of() { public static CustomerAddress of(final CustomerAddress template) { CustomerAddressImpl instance = new CustomerAddressImpl(); instance.setKey(template.getKey()); + instance.setCountry(template.getCountry()); instance.setTitle(template.getTitle()); instance.setSalutation(template.getSalutation()); instance.setFirstName(template.getFirstName()); @@ -436,7 +437,6 @@ public static CustomerAddress of(final CustomerAddress template) { instance.setCity(template.getCity()); instance.setRegion(template.getRegion()); instance.setState(template.getState()); - instance.setCountry(template.getCountry()); instance.setCompany(template.getCompany()); instance.setDepartment(template.getDepartment()); instance.setBuilding(template.getBuilding()); @@ -464,6 +464,7 @@ public static CustomerAddress deepCopy(@Nullable final CustomerAddress template) } CustomerAddressImpl instance = new CustomerAddressImpl(); instance.setKey(template.getKey()); + instance.setCountry(template.getCountry()); instance.setTitle(template.getTitle()); instance.setSalutation(template.getSalutation()); instance.setFirstName(template.getFirstName()); @@ -475,7 +476,6 @@ public static CustomerAddress deepCopy(@Nullable final CustomerAddress template) instance.setCity(template.getCity()); instance.setRegion(template.getRegion()); instance.setState(template.getState()); - instance.setCountry(template.getCountry()); instance.setCompany(template.getCompany()); instance.setDepartment(template.getDepartment()); instance.setBuilding(template.getBuilding()); diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/customers/CustomerAddressBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/customers/CustomerAddressBuilder.java index eee360c16b5..3b3d4f99efa 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/customers/CustomerAddressBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/customers/CustomerAddressBuilder.java @@ -27,6 +27,8 @@ public class CustomerAddressBuilder implements BuilderName of the country.
+ * @param country value to be set + * @return Builder + */ + + public CustomerAddressBuilder country(final String country) { + this.country = country; + return this; + } + + /** + *Title of the contact, for example 'Dr.'
* @param title value to be set * @return Builder */ @@ -121,7 +132,7 @@ public CustomerAddressBuilder title(@Nullable final String title) { } /** - * set the value to the salutation + *Salutation of the contact, for example 'Mr.' or 'Ms.'
* @param salutation value to be set * @return Builder */ @@ -132,7 +143,7 @@ public CustomerAddressBuilder salutation(@Nullable final String salutation) { } /** - * set the value to the firstName + *Given name (first name) of the contact.
* @param firstName value to be set * @return Builder */ @@ -143,7 +154,7 @@ public CustomerAddressBuilder firstName(@Nullable final String firstName) { } /** - * set the value to the lastName + *Family name (last name) of the contact.
* @param lastName value to be set * @return Builder */ @@ -154,7 +165,7 @@ public CustomerAddressBuilder lastName(@Nullable final String lastName) { } /** - * set the value to the streetName + *Name of the street.
* @param streetName value to be set * @return Builder */ @@ -165,7 +176,7 @@ public CustomerAddressBuilder streetName(@Nullable final String streetName) { } /** - * set the value to the streetNumber + *Street number.
* @param streetNumber value to be set * @return Builder */ @@ -176,7 +187,7 @@ public CustomerAddressBuilder streetNumber(@Nullable final String streetNumber) } /** - * set the value to the additionalStreetInfo + *Further information on the street address.
* @param additionalStreetInfo value to be set * @return Builder */ @@ -187,7 +198,7 @@ public CustomerAddressBuilder additionalStreetInfo(@Nullable final String additi } /** - * set the value to the postalCode + *Postal code.
* @param postalCode value to be set * @return Builder */ @@ -198,7 +209,7 @@ public CustomerAddressBuilder postalCode(@Nullable final String postalCode) { } /** - * set the value to the city + *Name of the city.
* @param city value to be set * @return Builder */ @@ -209,7 +220,7 @@ public CustomerAddressBuilder city(@Nullable final String city) { } /** - * set the value to the region + *Name of the region.
* @param region value to be set * @return Builder */ @@ -220,7 +231,7 @@ public CustomerAddressBuilder region(@Nullable final String region) { } /** - * set the value to the state + *Name of the state, for example, Colorado.
* @param state value to be set * @return Builder */ @@ -231,18 +242,7 @@ public CustomerAddressBuilder state(@Nullable final String state) { } /** - *A two-digit country code as per ISO 3166-1 alpha-2.
- * @param country value to be set - * @return Builder - */ - - public CustomerAddressBuilder country(final String country) { - this.country = country; - return this; - } - - /** - * set the value to the company + *Name of the company.
* @param company value to be set * @return Builder */ @@ -253,7 +253,7 @@ public CustomerAddressBuilder company(@Nullable final String company) { } /** - * set the value to the department + *Name of the department.
* @param department value to be set * @return Builder */ @@ -264,7 +264,7 @@ public CustomerAddressBuilder department(@Nullable final String department) { } /** - * set the value to the building + *Number or name of the building.
* @param building value to be set * @return Builder */ @@ -275,7 +275,7 @@ public CustomerAddressBuilder building(@Nullable final String building) { } /** - * set the value to the apartment + *Number or name of the apartment.
* @param apartment value to be set * @return Builder */ @@ -286,7 +286,7 @@ public CustomerAddressBuilder apartment(@Nullable final String apartment) { } /** - * set the value to the pOBox + *Post office box number.
* @param pOBox value to be set * @return Builder */ @@ -297,7 +297,7 @@ public CustomerAddressBuilder pOBox(@Nullable final String pOBox) { } /** - * set the value to the phone + *Phone number of the contact.
* @param phone value to be set * @return Builder */ @@ -308,7 +308,7 @@ public CustomerAddressBuilder phone(@Nullable final String phone) { } /** - * set the value to the mobile + *Mobile phone number of the contact.
* @param mobile value to be set * @return Builder */ @@ -319,7 +319,7 @@ public CustomerAddressBuilder mobile(@Nullable final String mobile) { } /** - * set the value to the email + *Email address of the contact.
* @param email value to be set * @return Builder */ @@ -330,7 +330,7 @@ public CustomerAddressBuilder email(@Nullable final String email) { } /** - * set the value to the fax + *Fax number of the contact.
* @param fax value to be set * @return Builder */ @@ -341,7 +341,7 @@ public CustomerAddressBuilder fax(@Nullable final String fax) { } /** - * set the value to the additionalAddressInfo + *Further information on the Address.
* @param additionalAddressInfo value to be set * @return Builder */ @@ -352,7 +352,7 @@ public CustomerAddressBuilder additionalAddressInfo(@Nullable final String addit } /** - * set the value to the externalId + *ID for the contact used in an external system.
* @param externalId value to be set * @return Builder */ @@ -408,7 +408,16 @@ public String getKey() { } /** - * value of title} + *Name of the country.
+ * @return country + */ + + public String getCountry() { + return this.country; + } + + /** + *Title of the contact, for example 'Dr.'
* @return title */ @@ -418,7 +427,7 @@ public String getTitle() { } /** - * value of salutation} + *Salutation of the contact, for example 'Mr.' or 'Ms.'
* @return salutation */ @@ -428,7 +437,7 @@ public String getSalutation() { } /** - * value of firstName} + *Given name (first name) of the contact.
* @return firstName */ @@ -438,7 +447,7 @@ public String getFirstName() { } /** - * value of lastName} + *Family name (last name) of the contact.
* @return lastName */ @@ -448,7 +457,7 @@ public String getLastName() { } /** - * value of streetName} + *Name of the street.
* @return streetName */ @@ -458,7 +467,7 @@ public String getStreetName() { } /** - * value of streetNumber} + *Street number.
* @return streetNumber */ @@ -468,7 +477,7 @@ public String getStreetNumber() { } /** - * value of additionalStreetInfo} + *Further information on the street address.
* @return additionalStreetInfo */ @@ -478,7 +487,7 @@ public String getAdditionalStreetInfo() { } /** - * value of postalCode} + *Postal code.
* @return postalCode */ @@ -488,7 +497,7 @@ public String getPostalCode() { } /** - * value of city} + *Name of the city.
* @return city */ @@ -498,7 +507,7 @@ public String getCity() { } /** - * value of region} + *Name of the region.
* @return region */ @@ -508,7 +517,7 @@ public String getRegion() { } /** - * value of state} + *Name of the state, for example, Colorado.
* @return state */ @@ -518,16 +527,7 @@ public String getState() { } /** - *A two-digit country code as per ISO 3166-1 alpha-2.
- * @return country - */ - - public String getCountry() { - return this.country; - } - - /** - * value of company} + *Name of the company.
* @return company */ @@ -537,7 +537,7 @@ public String getCompany() { } /** - * value of department} + *Name of the department.
* @return department */ @@ -547,7 +547,7 @@ public String getDepartment() { } /** - * value of building} + *Number or name of the building.
* @return building */ @@ -557,7 +557,7 @@ public String getBuilding() { } /** - * value of apartment} + *Number or name of the apartment.
* @return apartment */ @@ -567,7 +567,7 @@ public String getApartment() { } /** - * value of pOBox} + *Post office box number.
* @return pOBox */ @@ -577,7 +577,7 @@ public String getPOBox() { } /** - * value of phone} + *Phone number of the contact.
* @return phone */ @@ -587,7 +587,7 @@ public String getPhone() { } /** - * value of mobile} + *Mobile phone number of the contact.
* @return mobile */ @@ -597,7 +597,7 @@ public String getMobile() { } /** - * value of email} + *Email address of the contact.
* @return email */ @@ -607,7 +607,7 @@ public String getEmail() { } /** - * value of fax} + *Fax number of the contact.
* @return fax */ @@ -617,7 +617,7 @@ public String getFax() { } /** - * value of additionalAddressInfo} + *Further information on the Address.
* @return additionalAddressInfo */ @@ -627,7 +627,7 @@ public String getAdditionalAddressInfo() { } /** - * value of externalId} + *ID for the contact used in an external system.
* @return externalId */ @@ -653,9 +653,9 @@ public com.commercetools.importapi.models.customfields.Custom getCustom() { public CustomerAddress build() { Objects.requireNonNull(key, CustomerAddress.class + ": key is missing"); Objects.requireNonNull(country, CustomerAddress.class + ": country is missing"); - return new CustomerAddressImpl(key, title, salutation, firstName, lastName, streetName, streetNumber, - additionalStreetInfo, postalCode, city, region, state, country, company, department, building, apartment, - pOBox, phone, mobile, email, fax, additionalAddressInfo, externalId, custom); + return new CustomerAddressImpl(key, country, title, salutation, firstName, lastName, streetName, streetNumber, + additionalStreetInfo, postalCode, city, region, state, company, department, building, apartment, pOBox, + phone, mobile, email, fax, additionalAddressInfo, externalId, custom); } /** @@ -663,9 +663,9 @@ public CustomerAddress build() { * @return CustomerAddress */ public CustomerAddress buildUnchecked() { - return new CustomerAddressImpl(key, title, salutation, firstName, lastName, streetName, streetNumber, - additionalStreetInfo, postalCode, city, region, state, country, company, department, building, apartment, - pOBox, phone, mobile, email, fax, additionalAddressInfo, externalId, custom); + return new CustomerAddressImpl(key, country, title, salutation, firstName, lastName, streetName, streetNumber, + additionalStreetInfo, postalCode, city, region, state, company, department, building, apartment, pOBox, + phone, mobile, email, fax, additionalAddressInfo, externalId, custom); } /** @@ -684,6 +684,7 @@ public static CustomerAddressBuilder of() { public static CustomerAddressBuilder of(final CustomerAddress template) { CustomerAddressBuilder builder = new CustomerAddressBuilder(); builder.key = template.getKey(); + builder.country = template.getCountry(); builder.title = template.getTitle(); builder.salutation = template.getSalutation(); builder.firstName = template.getFirstName(); @@ -695,7 +696,6 @@ public static CustomerAddressBuilder of(final CustomerAddress template) { builder.city = template.getCity(); builder.region = template.getRegion(); builder.state = template.getState(); - builder.country = template.getCountry(); builder.company = template.getCompany(); builder.department = template.getDepartment(); builder.building = template.getBuilding(); diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/customers/CustomerAddressImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/customers/CustomerAddressImpl.java index 2ef562e6767..7617a9ed216 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/customers/CustomerAddressImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/customers/CustomerAddressImpl.java @@ -24,6 +24,8 @@ public class CustomerAddressImpl implements CustomerAddress, ModelBase { private String key; + private String country; + private String title; private String salutation; @@ -46,8 +48,6 @@ public class CustomerAddressImpl implements CustomerAddress, ModelBase { private String state; - private String country; - private String company; private String department; @@ -76,22 +76,24 @@ public class CustomerAddressImpl implements CustomerAddress, ModelBase { * create instance with all properties */ @JsonCreator - CustomerAddressImpl(@JsonProperty("key") final String key, @JsonProperty("title") final String title, - @JsonProperty("salutation") final String salutation, @JsonProperty("firstName") final String firstName, - @JsonProperty("lastName") final String lastName, @JsonProperty("streetName") final String streetName, + CustomerAddressImpl(@JsonProperty("key") final String key, @JsonProperty("country") final String country, + @JsonProperty("title") final String title, @JsonProperty("salutation") final String salutation, + @JsonProperty("firstName") final String firstName, @JsonProperty("lastName") final String lastName, + @JsonProperty("streetName") final String streetName, @JsonProperty("streetNumber") final String streetNumber, @JsonProperty("additionalStreetInfo") final String additionalStreetInfo, @JsonProperty("postalCode") final String postalCode, @JsonProperty("city") final String city, @JsonProperty("region") final String region, @JsonProperty("state") final String state, - @JsonProperty("country") final String country, @JsonProperty("company") final String company, - @JsonProperty("department") final String department, @JsonProperty("building") final String building, - @JsonProperty("apartment") final String apartment, @JsonProperty("pOBox") final String pOBox, - @JsonProperty("phone") final String phone, @JsonProperty("mobile") final String mobile, - @JsonProperty("email") final String email, @JsonProperty("fax") final String fax, + @JsonProperty("company") final String company, @JsonProperty("department") final String department, + @JsonProperty("building") final String building, @JsonProperty("apartment") final String apartment, + @JsonProperty("pOBox") final String pOBox, @JsonProperty("phone") final String phone, + @JsonProperty("mobile") final String mobile, @JsonProperty("email") final String email, + @JsonProperty("fax") final String fax, @JsonProperty("additionalAddressInfo") final String additionalAddressInfo, @JsonProperty("externalId") final String externalId, @JsonProperty("custom") final com.commercetools.importapi.models.customfields.Custom custom) { this.key = key; + this.country = country; this.title = title; this.salutation = salutation; this.firstName = firstName; @@ -103,7 +105,6 @@ public class CustomerAddressImpl implements CustomerAddress, ModelBase { this.city = city; this.region = region; this.state = state; - this.country = country; this.company = company; this.department = department; this.building = building; @@ -133,7 +134,15 @@ public String getKey() { } /** - * + *Name of the country.
+ */ + + public String getCountry() { + return this.country; + } + + /** + *Title of the contact, for example 'Dr.'
*/ public String getTitle() { @@ -141,7 +150,7 @@ public String getTitle() { } /** - * + *Salutation of the contact, for example 'Mr.' or 'Ms.'
*/ public String getSalutation() { @@ -149,7 +158,7 @@ public String getSalutation() { } /** - * + *Given name (first name) of the contact.
*/ public String getFirstName() { @@ -157,7 +166,7 @@ public String getFirstName() { } /** - * + *Family name (last name) of the contact.
*/ public String getLastName() { @@ -165,7 +174,7 @@ public String getLastName() { } /** - * + *Name of the street.
*/ public String getStreetName() { @@ -173,7 +182,7 @@ public String getStreetName() { } /** - * + *Street number.
*/ public String getStreetNumber() { @@ -181,7 +190,7 @@ public String getStreetNumber() { } /** - * + *Further information on the street address.
*/ public String getAdditionalStreetInfo() { @@ -189,7 +198,7 @@ public String getAdditionalStreetInfo() { } /** - * + *Postal code.
*/ public String getPostalCode() { @@ -197,7 +206,7 @@ public String getPostalCode() { } /** - * + *Name of the city.
*/ public String getCity() { @@ -205,7 +214,7 @@ public String getCity() { } /** - * + *Name of the region.
*/ public String getRegion() { @@ -213,7 +222,7 @@ public String getRegion() { } /** - * + *Name of the state, for example, Colorado.
*/ public String getState() { @@ -221,15 +230,7 @@ public String getState() { } /** - *A two-digit country code as per ISO 3166-1 alpha-2.
- */ - - public String getCountry() { - return this.country; - } - - /** - * + *Name of the company.
*/ public String getCompany() { @@ -237,7 +238,7 @@ public String getCompany() { } /** - * + *Name of the department.
*/ public String getDepartment() { @@ -245,7 +246,7 @@ public String getDepartment() { } /** - * + *Number or name of the building.
*/ public String getBuilding() { @@ -253,7 +254,7 @@ public String getBuilding() { } /** - * + *Number or name of the apartment.
*/ public String getApartment() { @@ -261,7 +262,7 @@ public String getApartment() { } /** - * + *Post office box number.
*/ public String getPOBox() { @@ -269,7 +270,7 @@ public String getPOBox() { } /** - * + *Phone number of the contact.
*/ public String getPhone() { @@ -277,7 +278,7 @@ public String getPhone() { } /** - * + *Mobile phone number of the contact.
*/ public String getMobile() { @@ -285,7 +286,7 @@ public String getMobile() { } /** - * + *Email address of the contact.
*/ public String getEmail() { @@ -293,7 +294,7 @@ public String getEmail() { } /** - * + *Fax number of the contact.
*/ public String getFax() { @@ -301,7 +302,7 @@ public String getFax() { } /** - * + *Further information on the Address.
*/ public String getAdditionalAddressInfo() { @@ -309,7 +310,7 @@ public String getAdditionalAddressInfo() { } /** - * + *ID for the contact used in an external system.
*/ public String getExternalId() { @@ -328,6 +329,10 @@ public void setKey(final String key) { this.key = key; } + public void setCountry(final String country) { + this.country = country; + } + public void setTitle(final String title) { this.title = title; } @@ -372,10 +377,6 @@ public void setState(final String state) { this.state = state; } - public void setCountry(final String country) { - this.country = country; - } - public void setCompany(final String company) { this.company = company; } @@ -435,6 +436,7 @@ public boolean equals(Object o) { CustomerAddressImpl that = (CustomerAddressImpl) o; return new EqualsBuilder().append(key, that.key) + .append(country, that.country) .append(title, that.title) .append(salutation, that.salutation) .append(firstName, that.firstName) @@ -446,7 +448,6 @@ public boolean equals(Object o) { .append(city, that.city) .append(region, that.region) .append(state, that.state) - .append(country, that.country) .append(company, that.company) .append(department, that.department) .append(building, that.building) @@ -460,6 +461,7 @@ public boolean equals(Object o) { .append(externalId, that.externalId) .append(custom, that.custom) .append(key, that.key) + .append(country, that.country) .append(title, that.title) .append(salutation, that.salutation) .append(firstName, that.firstName) @@ -471,7 +473,6 @@ public boolean equals(Object o) { .append(city, that.city) .append(region, that.region) .append(state, that.state) - .append(country, that.country) .append(company, that.company) .append(department, that.department) .append(building, that.building) @@ -490,6 +491,7 @@ public boolean equals(Object o) { @Override public int hashCode() { return new HashCodeBuilder(17, 37).append(key) + .append(country) .append(title) .append(salutation) .append(firstName) @@ -501,7 +503,6 @@ public int hashCode() { .append(city) .append(region) .append(state) - .append(country) .append(company) .append(department) .append(building) @@ -520,6 +521,7 @@ public int hashCode() { @Override public String toString() { return new ToStringBuilder(this, ToStringStyle.SHORT_PREFIX_STYLE).append("key", key) + .append("country", country) .append("title", title) .append("salutation", salutation) .append("firstName", firstName) @@ -531,7 +533,6 @@ public String toString() { .append("city", city) .append("region", region) .append("state", state) - .append("country", country) .append("company", company) .append("department", department) .append("building", building) diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/AccessDeniedErrorBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/AccessDeniedErrorBuilder.java index 8bf81563889..ea4aae2209c 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/AccessDeniedErrorBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/AccessDeniedErrorBuilder.java @@ -24,7 +24,7 @@ public class AccessDeniedErrorBuilder implements BuilderA plain language description of the cause of an error.
* @param message value to be set * @return Builder */ @@ -35,7 +35,7 @@ public AccessDeniedErrorBuilder message(final String message) { } /** - * value of message} + *A plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/AccessDeniedErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/AccessDeniedErrorImpl.java index 045bd382bd3..53f231f90e0 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/AccessDeniedErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/AccessDeniedErrorImpl.java @@ -43,7 +43,7 @@ public AccessDeniedErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -51,7 +51,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ConcurrentModificationErrorBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ConcurrentModificationErrorBuilder.java index 1f90b7e9df8..baf9fefd2cc 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ConcurrentModificationErrorBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ConcurrentModificationErrorBuilder.java @@ -35,7 +35,7 @@ public class ConcurrentModificationErrorBuilder implements BuilderA plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ConcurrentModificationErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ConcurrentModificationErrorImpl.java index 0bec9ebd230..3fd6e39d3d8 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ConcurrentModificationErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ConcurrentModificationErrorImpl.java @@ -55,7 +55,7 @@ public ConcurrentModificationErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -63,7 +63,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ContentionErrorBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ContentionErrorBuilder.java index 2f26a14deca..6d90d1da562 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ContentionErrorBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ContentionErrorBuilder.java @@ -24,7 +24,7 @@ public class ContentionErrorBuilder implements BuilderA plain language description of the cause of an error.
* @param message value to be set * @return Builder */ @@ -35,7 +35,7 @@ public ContentionErrorBuilder message(final String message) { } /** - * value of message} + *A plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ContentionErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ContentionErrorImpl.java index 3868698dcf9..cb2aff3c34a 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ContentionErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ContentionErrorImpl.java @@ -43,7 +43,7 @@ public ContentionErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -51,7 +51,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateAttributeValueErrorBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateAttributeValueErrorBuilder.java index 76e2db29502..ec07bbc5295 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateAttributeValueErrorBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateAttributeValueErrorBuilder.java @@ -28,7 +28,7 @@ public class DuplicateAttributeValueErrorBuilder implements BuilderA plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateAttributeValueErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateAttributeValueErrorImpl.java index ad447dfdae7..59401ea509d 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateAttributeValueErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateAttributeValueErrorImpl.java @@ -47,7 +47,7 @@ public DuplicateAttributeValueErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -55,7 +55,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateAttributeValuesErrorBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateAttributeValuesErrorBuilder.java index 1d019d16fe2..fdce4312a1e 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateAttributeValuesErrorBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateAttributeValuesErrorBuilder.java @@ -28,7 +28,7 @@ public class DuplicateAttributeValuesErrorBuilder implements BuilderA plain language description of the cause of an error.
* @param message value to be set * @return Builder */ @@ -108,7 +108,7 @@ public DuplicateAttributeValuesErrorBuilder withAttributes( } /** - * value of message} + *A plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateAttributeValuesErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateAttributeValuesErrorImpl.java index 9a50490175a..cb4f9d507d5 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateAttributeValuesErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateAttributeValuesErrorImpl.java @@ -47,7 +47,7 @@ public DuplicateAttributeValuesErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -55,7 +55,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateFieldErrorBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateFieldErrorBuilder.java index 116e1fcba14..6d0fbec0371 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateFieldErrorBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateFieldErrorBuilder.java @@ -32,7 +32,7 @@ public class DuplicateFieldErrorBuilder implements BuilderA plain language description of the cause of an error.
* @param message value to be set * @return Builder */ @@ -65,7 +65,7 @@ public DuplicateFieldErrorBuilder duplicateValue(@Nullable final java.lang.Objec } /** - * value of message} + *A plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateFieldErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateFieldErrorImpl.java index 2e9592f2bc3..04d308faacc 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateFieldErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateFieldErrorImpl.java @@ -50,7 +50,7 @@ public DuplicateFieldErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -58,7 +58,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateVariantValuesErrorBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateVariantValuesErrorBuilder.java index b1ce3cc8051..fa6fd6d4979 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateVariantValuesErrorBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateVariantValuesErrorBuilder.java @@ -28,7 +28,7 @@ public class DuplicateVariantValuesErrorBuilder implements BuilderA plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateVariantValuesErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateVariantValuesErrorImpl.java index 2803fda25a6..102704621ec 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateVariantValuesErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/DuplicateVariantValuesErrorImpl.java @@ -47,7 +47,7 @@ public DuplicateVariantValuesErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -55,7 +55,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ErrorObject.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ErrorObject.java index 31af28ae7ed..1c4fb5243a3 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ErrorObject.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ErrorObject.java @@ -15,7 +15,8 @@ import jakarta.validation.constraints.NotNull; /** - * ErrorObject + *Base representation of an error response containing common fields to all errors.
+ *An error response may contain additional fields depending on the type of an error, for example, attribute
in DuplicateAttributeValueError.
An error identifier.
* @return code */ @NotNull @@ -67,7 +68,7 @@ public interface ErrorObject { public String getCode(); /** - * + *A plain language description of the cause of an error.
* @return message */ @NotNull @@ -75,7 +76,7 @@ public interface ErrorObject { public String getMessage(); /** - * set message + *A plain language description of the cause of an error.
* @param message value to be set */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ErrorObjectImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ErrorObjectImpl.java index 7381ec9aab8..91b8855a1dc 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ErrorObjectImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ErrorObjectImpl.java @@ -17,7 +17,8 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - * ErrorObject + *Base representation of an error response containing common fields to all errors.
+ *An error response may contain additional fields depending on the type of an error, for example, attribute
in DuplicateAttributeValueError.
An error identifier.
*/ public String getCode() { @@ -50,7 +51,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/GenericErrorBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/GenericErrorBuilder.java index 828153f9397..8cf1e21ecbd 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/GenericErrorBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/GenericErrorBuilder.java @@ -24,7 +24,7 @@ public class GenericErrorBuilder implements BuilderA plain language description of the cause of an error.
* @param message value to be set * @return Builder */ @@ -35,7 +35,7 @@ public GenericErrorBuilder message(final String message) { } /** - * value of message} + *A plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/GenericErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/GenericErrorImpl.java index fc189aa201f..786a3e4be33 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/GenericErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/GenericErrorImpl.java @@ -43,7 +43,7 @@ public GenericErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -51,7 +51,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InsufficientScopeErrorBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InsufficientScopeErrorBuilder.java index 306d49ecb2b..47d03debfe4 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InsufficientScopeErrorBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InsufficientScopeErrorBuilder.java @@ -24,7 +24,7 @@ public class InsufficientScopeErrorBuilder implements BuilderA plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InsufficientScopeErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InsufficientScopeErrorImpl.java index 254ce3c365b..17595dd8723 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InsufficientScopeErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InsufficientScopeErrorImpl.java @@ -43,7 +43,7 @@ public InsufficientScopeErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -51,7 +51,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidCredentialsErrorBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidCredentialsErrorBuilder.java index 77f9758f7c3..86c4596dc1a 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidCredentialsErrorBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidCredentialsErrorBuilder.java @@ -24,7 +24,7 @@ public class InvalidCredentialsErrorBuilder implements BuilderA plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidCredentialsErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidCredentialsErrorImpl.java index c1b496605a0..a7533238d19 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidCredentialsErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidCredentialsErrorImpl.java @@ -43,7 +43,7 @@ public InvalidCredentialsErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -51,7 +51,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidFieldErrorBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidFieldErrorBuilder.java index c1959b46084..f298edeeb7a 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidFieldErrorBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidFieldErrorBuilder.java @@ -37,7 +37,7 @@ public class InvalidFieldErrorBuilder implements BuilderA plain language description of the cause of an error.
* @param message value to be set * @return Builder */ @@ -117,7 +117,7 @@ public InvalidFieldErrorBuilder resourceIndex(@Nullable final Long resourceIndex } /** - * value of message} + *A plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidFieldErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidFieldErrorImpl.java index a3404e93ad1..920c2c7f428 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidFieldErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidFieldErrorImpl.java @@ -58,7 +58,7 @@ public InvalidFieldErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -66,7 +66,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidFieldsUpdateErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidFieldsUpdateErrorImpl.java index d1455b0b1eb..34c67365a58 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidFieldsUpdateErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidFieldsUpdateErrorImpl.java @@ -47,7 +47,7 @@ public InvalidFieldsUpdateErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidInputBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidInputBuilder.java index b1c9a98da40..fd35e3d9fd4 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidInputBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidInputBuilder.java @@ -24,7 +24,7 @@ public class InvalidInputBuilder implements BuilderA plain language description of the cause of an error.
* @param message value to be set * @return Builder */ @@ -35,7 +35,7 @@ public InvalidInputBuilder message(final String message) { } /** - * value of message} + *A plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidInputImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidInputImpl.java index ac34433ca52..ffe9173cbc9 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidInputImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidInputImpl.java @@ -43,7 +43,7 @@ public InvalidInputImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -51,7 +51,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidJsonInputBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidJsonInputBuilder.java index d65d49370da..66cbdc9ccde 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidJsonInputBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidJsonInputBuilder.java @@ -24,7 +24,7 @@ public class InvalidJsonInputBuilder implements BuilderA plain language description of the cause of an error.
* @param message value to be set * @return Builder */ @@ -35,7 +35,7 @@ public InvalidJsonInputBuilder message(final String message) { } /** - * value of message} + *A plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidJsonInputImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidJsonInputImpl.java index d50d0304a6c..193261ee486 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidJsonInputImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidJsonInputImpl.java @@ -43,7 +43,7 @@ public InvalidJsonInputImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -51,7 +51,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidOperationBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidOperationBuilder.java index 27547fbefa6..baef0eef9ad 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidOperationBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidOperationBuilder.java @@ -24,7 +24,7 @@ public class InvalidOperationBuilder implements BuilderA plain language description of the cause of an error.
* @param message value to be set * @return Builder */ @@ -35,7 +35,7 @@ public InvalidOperationBuilder message(final String message) { } /** - * value of message} + *A plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidOperationImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidOperationImpl.java index 2774e282c4a..b95b432357b 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidOperationImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidOperationImpl.java @@ -43,7 +43,7 @@ public InvalidOperationImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -51,7 +51,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidScopeErrorBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidScopeErrorBuilder.java index 4c76d16505a..c0503fc9e2c 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidScopeErrorBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidScopeErrorBuilder.java @@ -24,7 +24,7 @@ public class InvalidScopeErrorBuilder implements BuilderA plain language description of the cause of an error.
* @param message value to be set * @return Builder */ @@ -35,7 +35,7 @@ public InvalidScopeErrorBuilder message(final String message) { } /** - * value of message} + *A plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidScopeErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidScopeErrorImpl.java index fc09d55fb5e..98a42167c22 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidScopeErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidScopeErrorImpl.java @@ -43,7 +43,7 @@ public InvalidScopeErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -51,7 +51,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidStateTransitionErrorBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidStateTransitionErrorBuilder.java index 1c3e2ca0506..c6a214d5e28 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidStateTransitionErrorBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidStateTransitionErrorBuilder.java @@ -30,7 +30,7 @@ public class InvalidStateTransitionErrorBuilder implements BuilderA plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidStateTransitionErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidStateTransitionErrorImpl.java index ceeca2e0128..52af1d997db 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidStateTransitionErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidStateTransitionErrorImpl.java @@ -51,7 +51,7 @@ public InvalidStateTransitionErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -59,7 +59,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidTokenErrorBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidTokenErrorBuilder.java index 677cb7e6422..02310e646cf 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidTokenErrorBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidTokenErrorBuilder.java @@ -24,7 +24,7 @@ public class InvalidTokenErrorBuilder implements BuilderA plain language description of the cause of an error.
* @param message value to be set * @return Builder */ @@ -35,7 +35,7 @@ public InvalidTokenErrorBuilder message(final String message) { } /** - * value of message} + *A plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidTokenErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidTokenErrorImpl.java index dcbd1ab33d6..9f85405410a 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidTokenErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/InvalidTokenErrorImpl.java @@ -43,7 +43,7 @@ public InvalidTokenErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -51,7 +51,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/NewMasterVariantAdditionNotAllowedErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/NewMasterVariantAdditionNotAllowedErrorImpl.java index 60c5c48d26f..a70817cf024 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/NewMasterVariantAdditionNotAllowedErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/NewMasterVariantAdditionNotAllowedErrorImpl.java @@ -43,7 +43,7 @@ public NewMasterVariantAdditionNotAllowedErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/RequiredFieldErrorBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/RequiredFieldErrorBuilder.java index 1f867b0ece2..35ce14ebc7b 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/RequiredFieldErrorBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/RequiredFieldErrorBuilder.java @@ -27,7 +27,7 @@ public class RequiredFieldErrorBuilder implements BuilderA plain language description of the cause of an error.
* @param message value to be set * @return Builder */ @@ -49,7 +49,7 @@ public RequiredFieldErrorBuilder field(final String field) { } /** - * value of message} + *A plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/RequiredFieldErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/RequiredFieldErrorImpl.java index 1f8bf328998..264473bcc37 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/RequiredFieldErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/RequiredFieldErrorImpl.java @@ -46,7 +46,7 @@ public RequiredFieldErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -54,7 +54,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceCreationErrorBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceCreationErrorBuilder.java index be0a8182cf6..0e856408613 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceCreationErrorBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceCreationErrorBuilder.java @@ -29,7 +29,7 @@ public class ResourceCreationErrorBuilder implements BuilderA plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceCreationErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceCreationErrorImpl.java index b52d4b5f3ed..43c984ded02 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceCreationErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceCreationErrorImpl.java @@ -47,7 +47,7 @@ public ResourceCreationErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -55,7 +55,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceDeletionErrorBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceDeletionErrorBuilder.java index 8b7f7a93c5f..3dd2c7a5456 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceDeletionErrorBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceDeletionErrorBuilder.java @@ -29,7 +29,7 @@ public class ResourceDeletionErrorBuilder implements BuilderA plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceDeletionErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceDeletionErrorImpl.java index 92fdfdae35a..2672179a298 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceDeletionErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceDeletionErrorImpl.java @@ -47,7 +47,7 @@ public ResourceDeletionErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -55,7 +55,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceNotFoundErrorBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceNotFoundErrorBuilder.java index edb73211de3..c47e72003db 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceNotFoundErrorBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceNotFoundErrorBuilder.java @@ -29,7 +29,7 @@ public class ResourceNotFoundErrorBuilder implements BuilderA plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceNotFoundErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceNotFoundErrorImpl.java index e41f1b73ecc..d833795f091 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceNotFoundErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceNotFoundErrorImpl.java @@ -47,7 +47,7 @@ public ResourceNotFoundErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -55,7 +55,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceUpdateErrorBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceUpdateErrorBuilder.java index 61f272181f0..8ad5d98ef04 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceUpdateErrorBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceUpdateErrorBuilder.java @@ -29,7 +29,7 @@ public class ResourceUpdateErrorBuilder implements BuilderA plain language description of the cause of an error.
* @param message value to be set * @return Builder */ @@ -51,7 +51,7 @@ public ResourceUpdateErrorBuilder resource(@Nullable final java.lang.Object reso } /** - * value of message} + *A plain language description of the cause of an error.
* @return message */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceUpdateErrorImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceUpdateErrorImpl.java index dea308db2aa..882b6aa301e 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceUpdateErrorImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/errors/ResourceUpdateErrorImpl.java @@ -47,7 +47,7 @@ public ResourceUpdateErrorImpl() { } /** - * + *An error identifier.
*/ public String getCode() { @@ -55,7 +55,7 @@ public String getCode() { } /** - * + *A plain language description of the cause of an error.
*/ public String getMessage() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperation.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperation.java index 17a9cd96b18..3a20bfc057b 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperation.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperation.java @@ -53,7 +53,7 @@ public interface ImportOperation { public Long getVersion(); /** - *The key of the importContainer.
+ *The key of the ImportContainer.
* @return importContainerKey */ @NotNull @@ -140,7 +140,7 @@ public interface ImportOperation { public void setVersion(final Long version); /** - *The key of the importContainer.
+ *The key of the ImportContainer.
* @param importContainerKey value to be set */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationBuilder.java index 34c76c4373b..6ca6136d22e 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationBuilder.java @@ -68,7 +68,7 @@ public ImportOperationBuilder version(final Long version) { } /** - *The key of the importContainer.
+ *The key of the ImportContainer.
* @param importContainerKey value to be set * @return Builder */ @@ -325,7 +325,7 @@ public Long getVersion() { } /** - *The key of the importContainer.
+ *The key of the ImportContainer.
* @return importContainerKey */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationImpl.java index c7c5721362c..964a2ae99d2 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationImpl.java @@ -86,7 +86,7 @@ public Long getVersion() { } /** - *The key of the importContainer.
+ *The key of the ImportContainer.
*/ public String getImportContainerKey() { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/prices/PriceImport.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/prices/PriceImport.java index 727c5c83a0c..5290a553238 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/prices/PriceImport.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/prices/PriceImport.java @@ -139,7 +139,7 @@ public interface PriceImport extends ImportResource { public Custom getCustom(); /** - *The ProductVariant in which this Embedded Price is contained. The Reference to the ProductVariant with which the Price is associated. If referenced ProductVariant does not exist, the state
of the ImportOperation will be set to unresolved
until the necessary ProductVariant is created.
The ProductVariant in which this Embedded Price is contained. The Reference to the ProductVariant with which the Price is associated. If the referenced ProductVariant does not exist, the state
of the ImportOperation will be set to unresolved
until the necessary ProductVariant is created.
The ProductVariant in which this Embedded Price is contained. The Reference to the ProductVariant with which the Price is associated. If referenced ProductVariant does not exist, the state
of the ImportOperation will be set to unresolved
until the necessary ProductVariant is created.
The ProductVariant in which this Embedded Price is contained. The Reference to the ProductVariant with which the Price is associated. If the referenced ProductVariant does not exist, the state
of the ImportOperation will be set to unresolved
until the necessary ProductVariant is created.
The ProductVariant in which this Embedded Price is contained. The Reference to the ProductVariant with which the Price is associated. If referenced ProductVariant does not exist, the state
of the ImportOperation will be set to unresolved
until the necessary ProductVariant is created.
The ProductVariant in which this Embedded Price is contained. The Reference to the ProductVariant with which the Price is associated. If the referenced ProductVariant does not exist, the state
of the ImportOperation will be set to unresolved
until the necessary ProductVariant is created.
The ProductVariant in which this Embedded Price is contained. The Reference to the ProductVariant with which the Price is associated. If referenced ProductVariant does not exist, the state
of the ImportOperation will be set to unresolved
until the necessary ProductVariant is created.
The ProductVariant in which this Embedded Price is contained. The Reference to the ProductVariant with which the Price is associated. If the referenced ProductVariant does not exist, the state
of the ImportOperation will be set to unresolved
until the necessary ProductVariant is created.
The ProductVariant in which this Embedded Price is contained. The Reference to the ProductVariant with which the Price is associated. If referenced ProductVariant does not exist, the state
of the ImportOperation will be set to unresolved
until the necessary ProductVariant is created.
The ProductVariant in which this Embedded Price is contained. The Reference to the ProductVariant with which the Price is associated. If the referenced ProductVariant does not exist, the state
of the ImportOperation will be set to unresolved
until the necessary ProductVariant is created.
The ProductVariant in which this Embedded Price is contained. The Reference to the ProductVariant with which the Price is associated. If referenced ProductVariant does not exist, the state
of the ImportOperation will be set to unresolved
until the necessary ProductVariant is created.
The ProductVariant in which this Embedded Price is contained. The Reference to the ProductVariant with which the Price is associated. If the referenced ProductVariant does not exist, the state
of the ImportOperation will be set to unresolved
until the necessary ProductVariant is created.
The ProductVariant in which this Embedded Price is contained. The Reference to the ProductVariant with which the Price is associated. If referenced ProductVariant does not exist, the state
of the ImportOperation will be set to unresolved
until the necessary ProductVariant is created.
The ProductVariant in which this Embedded Price is contained. The Reference to the ProductVariant with which the Price is associated. If the referenced ProductVariant does not exist, the state
of the ImportOperation will be set to unresolved
until the necessary ProductVariant is created.
Determines the type of Prices the API uses. See ProductPriceMode for more details. If not provided, the existing Product.priceMode
is not changed.
Determines the type of Prices the API uses. If not provided, the existing Product.priceMode
is not changed.
Determines the type of Prices the API uses. See ProductPriceMode for more details. If not provided, the existing Product.priceMode
is not changed.
Determines the type of Prices the API uses. If not provided, the existing Product.priceMode
is not changed.
Determines the type of Prices the API uses. See ProductPriceMode for more details. If not provided, the existing Product.priceMode
is not changed.
Determines the type of Prices the API uses. If not provided, the existing Product.priceMode
is not changed.
Determines the type of Prices the API uses. See ProductPriceMode for more details. If not provided, the existing Product.priceMode
is not changed.
Determines the type of Prices the API uses. If not provided, the existing Product.priceMode
is not changed.
Determines the type of Prices the API uses. See ProductPriceMode for more details. If not provided, the existing Product.priceMode
is not changed.
Determines the type of Prices the API uses. If not provided, the existing Product.priceMode
is not changed.
Determines the type of Prices the API uses. See ProductPriceMode for more details. If not provided, the existing Product.priceMode
is not changed.
Determines the type of Prices the API uses. If not provided, the existing Product.priceMode
is not changed.
Determines the type of Prices the API uses. See ProductPriceMode for more details. If not provided, the existing Product.priceMode
is not changed.
Determines the type of Prices the API uses. If not provided, the existing Product.priceMode
is not changed.
Determines the type of Prices the API uses. See ProductPriceMode for more details. If not provided, the existing Product.priceMode
is not changed.
Determines the type of Prices the API uses. If not provided, the existing Product.priceMode
is not changed.
Determines the type of Prices the API uses. See ProductPriceMode for more details. If not provided, the existing Product.priceMode
is not changed.
Determines the type of Prices the API uses. If not provided, the existing Product.priceMode
is not changed.
Determines the type of Prices the API uses. See ProductPriceMode for more details. If not provided, the existing Product.priceMode
is not changed.
Determines the type of Prices the API uses. If not provided, the existing Product.priceMode
is not changed.
The data representation for a Standalone Price to be imported that is persisted as a Standalone Price in the Project.
+ *The data representation for a Standalone Price to be imported that is persisted as a Standalone Price) in the Project.
* *User-defined unique identifier for the Standalone Price. If a StandalonePrice with this key
exists, it will be updated with the imported data.
User-defined unique identifier for the Standalone Price. If a StandalonePrice) with this key
exists, it will be updated with the imported data.
User-defined unique identifier for the Standalone Price. If a StandalonePrice with this key
exists, it will be updated with the imported data.
User-defined unique identifier for the Standalone Price. If a StandalonePrice) with this key
exists, it will be updated with the imported data.
key
exists, it will be updated with the imported data.
+ * User-defined unique identifier for the Standalone Price. If a StandalonePrice) with this key
exists, it will be updated with the imported data.
User-defined unique identifier for the Standalone Price. If a StandalonePrice with this key
exists, it will be updated with the imported data.
User-defined unique identifier for the Standalone Price. If a StandalonePrice) with this key
exists, it will be updated with the imported data.
The data representation for a Standalone Price to be imported that is persisted as a Standalone Price in the Project.
+ *The data representation for a Standalone Price to be imported that is persisted as a Standalone Price) in the Project.
*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class StandalonePriceImportImpl implements StandalonePriceImport, ModelBase { @@ -78,7 +78,7 @@ public StandalonePriceImportImpl() { } /** - *User-defined unique identifier for the Standalone Price. If a StandalonePrice with this key
exists, it will be updated with the imported data.
User-defined unique identifier for the Standalone Price. If a StandalonePrice) with this key
exists, it will be updated with the imported data.
With Types, you can model your own Custom Fields on the following resources and data types. Maps to Type.resourceTypeId
.
IDs indicating the type of resource. Maps to Type.resourceTypeIds
.
InventoryEntry
*/ ResourceTypeId INVENTORY_ENTRY = ResourceTypeIdEnum.INVENTORY_ENTRY; /** -LineItem on Cart and Order, and LineItem on ShoppingList
*/ +LineItem on Cart and Order, and on ShoppingListLineItem.
*/ ResourceTypeId LINE_ITEM = ResourceTypeIdEnum.LINE_ITEM; /**Cart and Order. When a Cart is ordered, the CustomFields need to be copied to the Order. For this reason, the Types for Carts are also valid for Orders, and hence both have the same identifier: order
.
TextLineItem on ShoppingList
*/ ResourceTypeId SHOPPING_LIST_TEXT_LINE_ITEM = ResourceTypeIdEnum.SHOPPING_LIST_TEXT_LINE_ITEM; /** -StandalonePrice
*/ +StandalonePrice)
*/ ResourceTypeId STANDALONE_PRICE = ResourceTypeIdEnum.STANDALONE_PRICE; /**Store
*/ diff --git a/commercetools/commercetools-sdk-java-importapi/src/test/java-generated/com/commercetools/importapi/models/customers/CustomerAddressTest.java b/commercetools/commercetools-sdk-java-importapi/src/test/java-generated/com/commercetools/importapi/models/customers/CustomerAddressTest.java index cfb9ac03a00..8dfce687fef 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/test/java-generated/com/commercetools/importapi/models/customers/CustomerAddressTest.java +++ b/commercetools/commercetools-sdk-java-importapi/src/test/java-generated/com/commercetools/importapi/models/customers/CustomerAddressTest.java @@ -25,6 +25,7 @@ public void buildUnchecked(CustomerAddressBuilder builder) { @DataProvider public static Object[][] objectBuilder() { return new Object[][] { new Object[] { CustomerAddress.builder().key("key") }, + new Object[] { CustomerAddress.builder().country("country") }, new Object[] { CustomerAddress.builder().title("title") }, new Object[] { CustomerAddress.builder().salutation("salutation") }, new Object[] { CustomerAddress.builder().firstName("firstName") }, @@ -36,7 +37,6 @@ public static Object[][] objectBuilder() { new Object[] { CustomerAddress.builder().city("city") }, new Object[] { CustomerAddress.builder().region("region") }, new Object[] { CustomerAddress.builder().state("state") }, - new Object[] { CustomerAddress.builder().country("country") }, new Object[] { CustomerAddress.builder().company("company") }, new Object[] { CustomerAddress.builder().department("department") }, new Object[] { CustomerAddress.builder().building("building") }, @@ -59,6 +59,13 @@ public void key() { Assertions.assertThat(value.getKey()).isEqualTo("key"); } + @Test + public void country() { + CustomerAddress value = CustomerAddress.of(); + value.setCountry("country"); + Assertions.assertThat(value.getCountry()).isEqualTo("country"); + } + @Test public void title() { CustomerAddress value = CustomerAddress.of(); @@ -136,13 +143,6 @@ public void state() { Assertions.assertThat(value.getState()).isEqualTo("state"); } - @Test - public void country() { - CustomerAddress value = CustomerAddress.of(); - value.setCountry("country"); - Assertions.assertThat(value.getCountry()).isEqualTo("country"); - } - @Test public void company() { CustomerAddress value = CustomerAddress.of(); diff --git a/reference.txt b/reference.txt new file mode 100644 index 00000000000..bb5395f6f53 --- /dev/null +++ b/reference.txt @@ -0,0 +1 @@ +4737d71cc21da48de456b4b7d0b2c64112bf24b3 diff --git a/references.txt b/references.txt index 315f7646f1e..3f33aed8223 100644 --- a/references.txt +++ b/references.txt @@ -335,3 +335,4 @@ a639dbb1cfe5b434c350e7b47ca717c69b3aa369 b747e1fa4f246b748a89bccbfd8a43f5b6f51175 b747e1fa4f246b748a89bccbfd8a43f5b6f51175 505b3af56b4452b22dfb595f93e010b3e2fccc53 +7375cdc26481ba55e756479a87270432635bfcf7