Skip to content

Commit

Permalink
Merge pull request #766 from commercetools/gen-sdk-updates
Browse files Browse the repository at this point in the history
Update generated SDKs
  • Loading branch information
kodiakhq[bot] authored Nov 26, 2024
2 parents 4cc67ca + f90d62c commit c5554c5
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Creates a new import request for product variant patches</p>
* <p>Creates a new import request for Product Variant Patches. Returns an InvalidField error if the ProductVariantPatchRequest contains patches with and without the <code>product</code> field set.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Creates a new import request for product variant patches</p>
* <p>Creates a new import request for Product Variant Patches. Returns an InvalidField error if the ProductVariantPatchRequest contains patches with and without the <code>product</code> field set.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ public interface ProductVariantPatch {
public Boolean getStaged();

/**
* <p>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.</p>
* <p>Reference to the Product that contains the ProductVariant.</p>
* <p>We recommend to set this value to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.</p>
* @return product
*/
@Valid
Expand Down Expand Up @@ -101,7 +102,8 @@ public interface ProductVariantPatch {
public void setStaged(final Boolean staged);

/**
* <p>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.</p>
* <p>Reference to the Product that contains the ProductVariant.</p>
* <p>We recommend to set this value to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.</p>
* @param product value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ public ProductVariantPatchBuilder staged(@Nullable final Boolean staged) {
}

/**
* <p>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.</p>
* <p>Reference to the Product that contains the ProductVariant.</p>
* <p>We recommend to set this value to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.</p>
* @param builder function to build the product value
* @return Builder
*/
Expand All @@ -153,7 +154,8 @@ public ProductVariantPatchBuilder product(
}

/**
* <p>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.</p>
* <p>Reference to the Product that contains the ProductVariant.</p>
* <p>We recommend to set this value to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.</p>
* @param builder function to build the product value
* @return Builder
*/
Expand All @@ -165,7 +167,8 @@ public ProductVariantPatchBuilder withProduct(
}

/**
* <p>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.</p>
* <p>Reference to the Product that contains the ProductVariant.</p>
* <p>We recommend to set this value to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.</p>
* @param product value to be set
* @return Builder
*/
Expand Down Expand Up @@ -212,7 +215,8 @@ public Boolean getStaged() {
}

/**
* <p>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.</p>
* <p>Reference to the Product that contains the ProductVariant.</p>
* <p>We recommend to set this value to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.</p>
* @return product
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ public Boolean getStaged() {
}

/**
* <p>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.</p>
* <p>Reference to the Product that contains the ProductVariant.</p>
* <p>We recommend to set this value to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the ProductVariantPatchRequest.</p>
*/

public com.commercetools.importapi.models.common.ProductKeyReference getProduct() {
Expand Down
1 change: 1 addition & 0 deletions reference.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b747e1fa4f246b748a89bccbfd8a43f5b6f51175
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,3 +334,4 @@ a639dbb1cfe5b434c350e7b47ca717c69b3aa369
971c1b4ce06c29fcb8c2402dc2ca523b2907352c
b747e1fa4f246b748a89bccbfd8a43f5b6f51175
b747e1fa4f246b748a89bccbfd8a43f5b6f51175
505b3af56b4452b22dfb595f93e010b3e2fccc53

0 comments on commit c5554c5

Please sign in to comment.