Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Apr 9, 2024
1 parent 9992fa6 commit 88da74e
Show file tree
Hide file tree
Showing 30 changed files with 75 additions and 74 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Gets the current or staged representation of a Product by its ID in the specified Store. If the Store has defined some languages, countries, distribution, supply Channels, and/or Product Selection, they are used for projections based on locale, price and inventory.</p>
* <p>Gets the current or staged representation of a Product by its ID in the specified Store. If the Store has defined some languages, countries, distribution, supply Channels, and/or Product Selection, they are used for projections based on locale, price, and inventory.</p>
* <p>If ProductSelection is used, it affects the availability of the Product in the specified Store.</p>
* <p>When used with an API Client that has the <code>view_published_products:{projectKey}</code> scope, this endpoint only returns published (current) Product Projections.</p>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Gets the current or staged representation of a Product by its key in the specified Store. If the Store has defined some languages, countries, distribution, supply Channels, and/or Product Selection, they are used for projections based on locale, price and inventory.</p>
* <p>Gets the current or staged representation of a Product by its key in the specified Store. If the Store has defined some languages, countries, distribution, supply Channels, and/or Product Selection, they are used for projections based on locale, price, and inventory.</p>
* <p>If ProductSelection is used, it affects the availability of the Product in the specified Store.</p>
* <p>When used with an API Client that has the <code>view_published_products:{projectKey}</code> scope, this endpoint only returns published (current) Product Projections.</p>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
public interface ProductSearchErrorResponse extends ErrorResponse {

/**
* <p>The http status code of the response.</p>
* <p>The HTTP status code of the response.</p>
* @return statusCode
*/
@NotNull
Expand All @@ -60,7 +60,7 @@ public interface ProductSearchErrorResponse extends ErrorResponse {
public List<ErrorObject> getErrors();

/**
* <p>The http status code of the response.</p>
* <p>The HTTP status code of the response.</p>
* @param statusCode value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class ProductSearchErrorResponseBuilder implements Builder<ProductSearchE
private java.util.List<com.commercetools.api.models.error.ErrorObject> errors;

/**
* <p>The http status code of the response.</p>
* <p>The HTTP status code of the response.</p>
* @param statusCode value to be set
* @return Builder
*/
Expand Down Expand Up @@ -122,7 +122,7 @@ public ProductSearchErrorResponseBuilder withErrors(
}

/**
* <p>The http status code of the response.</p>
* <p>The HTTP status code of the response.</p>
* @return statusCode
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public ProductSearchErrorResponseImpl() {
}

/**
* <p>The http status code of the response.</p>
* <p>The HTTP status code of the response.</p>
*/

public Integer getStatusCode() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
public interface ProductSearchFacetCountValue {

/**
*
* <p>Name of the count facet to appear in the ProductSearchFacetResultCount.</p>
* @return name
*/
@NotNull
Expand Down Expand Up @@ -65,7 +65,7 @@ public interface ProductSearchFacetCountValue {
public ProductSearchFacetCountLevelEnum getLevel();

/**
* set name
* <p>Name of the count facet to appear in the ProductSearchFacetResultCount.</p>
* @param name value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class ProductSearchFacetCountValueBuilder implements Builder<ProductSearc
private com.commercetools.api.models.product_search.ProductSearchFacetCountLevelEnum level;

/**
* set the value to the name
* <p>Name of the count facet to appear in the ProductSearchFacetResultCount.</p>
* @param name value to be set
* @return Builder
*/
Expand Down Expand Up @@ -107,7 +107,7 @@ public ProductSearchFacetCountValueBuilder level(
}

/**
* value of name}
* <p>Name of the count facet to appear in the ProductSearchFacetResultCount.</p>
* @return name
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public ProductSearchFacetCountValueImpl() {
}

/**
*
* <p>Name of the count facet to appear in the ProductSearchFacetResultCount.</p>
*/

public String getName() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
public interface ProductSearchFacetDistinctValue {

/**
* <p>Name of the distinct facet.</p>
* <p>Name of the distinct facet to appear in the ProductSearchFacetResultBucket.</p>
* @return name
*/
@NotNull
Expand Down Expand Up @@ -67,7 +67,7 @@ public interface ProductSearchFacetDistinctValue {
public ProductSearchFacetCountLevelEnum getLevel();

/**
* <p>The field to facet on. Can be any searchable field on the Product.</p>
* <p>The searchable Product field to facet on.</p>
* @return field
*/
@NotNull
Expand Down Expand Up @@ -123,7 +123,7 @@ public interface ProductSearchFacetDistinctValue {
public String getMissing();

/**
* <p>Name of the distinct facet.</p>
* <p>Name of the distinct facet to appear in the ProductSearchFacetResultBucket.</p>
* @param name value to be set
*/

Expand Down Expand Up @@ -151,7 +151,7 @@ public interface ProductSearchFacetDistinctValue {
public void setLevel(final ProductSearchFacetCountLevelEnum level);

/**
* <p>The field to facet on. Can be any searchable field on the Product.</p>
* <p>The searchable Product field to facet on.</p>
* @param field value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class ProductSearchFacetDistinctValueBuilder implements Builder<ProductSe
private String missing;

/**
* <p>Name of the distinct facet.</p>
* <p>Name of the distinct facet to appear in the ProductSearchFacetResultBucket.</p>
* @param name value to be set
* @return Builder
*/
Expand Down Expand Up @@ -128,7 +128,7 @@ public ProductSearchFacetDistinctValueBuilder level(
}

/**
* <p>The field to facet on. Can be any searchable field on the Product.</p>
* <p>The searchable Product field to facet on.</p>
* @param field value to be set
* @return Builder
*/
Expand Down Expand Up @@ -260,7 +260,7 @@ public ProductSearchFacetDistinctValueBuilder missing(@Nullable final String mis
}

/**
* <p>Name of the distinct facet.</p>
* <p>Name of the distinct facet to appear in the ProductSearchFacetResultBucket.</p>
* @return name
*/

Expand Down Expand Up @@ -299,7 +299,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetCountLevelE
}

/**
* <p>The field to facet on. Can be any searchable field on the Product.</p>
* <p>The searchable Product field to facet on.</p>
* @return field
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public ProductSearchFacetDistinctValueImpl() {
}

/**
* <p>Name of the distinct facet.</p>
* <p>Name of the distinct facet to appear in the ProductSearchFacetResultBucket.</p>
*/

public String getName() {
Expand Down Expand Up @@ -109,7 +109,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetCountLevelE
}

/**
* <p>The field to facet on. Can be any searchable field on the Product.</p>
* <p>The searchable Product field to facet on.</p>
*/

public String getField() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
public interface ProductSearchFacetRangesValue {

/**
* <p>Name to assign the ranges facet.</p>
* <p>Name of the ranges facet to appear in the ProductSearchFacetResultBucket.</p>
* @return name
*/
@NotNull
Expand Down Expand Up @@ -69,7 +69,7 @@ public interface ProductSearchFacetRangesValue {
public ProductSearchFacetCountLevelEnum getLevel();

/**
* <p>The field to facet on. Can be any searchable field on the Product.</p>
* <p>The searchable Product field to facet on.</p>
* @return field
*/
@NotNull
Expand Down Expand Up @@ -102,7 +102,7 @@ public interface ProductSearchFacetRangesValue {
public SearchFieldType getFieldType();

/**
* <p>Name to assign the ranges facet.</p>
* <p>Name of the ranges facet to appear in the ProductSearchFacetResultBucket.</p>
* @param name value to be set
*/

Expand Down Expand Up @@ -130,7 +130,7 @@ public interface ProductSearchFacetRangesValue {
public void setLevel(final ProductSearchFacetCountLevelEnum level);

/**
* <p>The field to facet on. Can be any searchable field on the Product.</p>
* <p>The searchable Product field to facet on.</p>
* @param field value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class ProductSearchFacetRangesValueBuilder implements Builder<ProductSear
private com.commercetools.api.models.search.SearchFieldType fieldType;

/**
* <p>Name to assign the ranges facet.</p>
* <p>Name of the ranges facet to appear in the ProductSearchFacetResultBucket.</p>
* @param name value to be set
* @return Builder
*/
Expand Down Expand Up @@ -119,7 +119,7 @@ public ProductSearchFacetRangesValueBuilder level(
}

/**
* <p>The field to facet on. Can be any searchable field on the Product.</p>
* <p>The searchable Product field to facet on.</p>
* @param field value to be set
* @return Builder
*/
Expand Down Expand Up @@ -248,7 +248,7 @@ public ProductSearchFacetRangesValueBuilder fieldType(
}

/**
* <p>Name to assign the ranges facet.</p>
* <p>Name of the ranges facet to appear in the ProductSearchFacetResultBucket.</p>
* @return name
*/

Expand Down Expand Up @@ -287,7 +287,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetCountLevelE
}

/**
* <p>The field to facet on. Can be any searchable field on the Product.</p>
* <p>The searchable Product field to facet on.</p>
* @return field
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public ProductSearchFacetRangesValueImpl() {
}

/**
* <p>Name to assign the ranges facet.</p>
* <p>Name of the ranges facet to appear in the ProductSearchFacetResultBucket.</p>
*/

public String getName() {
Expand Down Expand Up @@ -99,7 +99,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetCountLevelE
}

/**
* <p>The field to facet on. Can be any searchable field on the Product.</p>
* <p>The searchable Product field to facet on.</p>
*/

public String getField() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import io.vrap.rmf.base.client.utils.Generated;

/**
* ProductSearchFacetResultBucket
* <p>Result of a distinct facet or a ranges facet.</p>
*
* <hr>
* Example to create an instance using the builder pattern
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.apache.commons.lang3.builder.ToStringStyle;

/**
* ProductSearchFacetResultBucket
* <p>Result of a distinct facet or a ranges facet.</p>
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
public class ProductSearchFacetResultBucketImpl implements ProductSearchFacetResultBucket, ModelBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import io.vrap.rmf.base.client.utils.Generated;

/**
* ProductSearchFacetResultCount
* <p>Result of a count facet.</p>
*
* <hr>
* Example to create an instance using the builder pattern
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.apache.commons.lang3.builder.ToStringStyle;

/**
* ProductSearchFacetResultCount
* <p>Result of a count facet.</p>
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
public class ProductSearchFacetResultCountImpl implements ProductSearchFacetResultCount, ModelBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public interface ProductSearchFacetScopeEnum extends JsonEnum {
<p>Count all Products (or Product Variants) without considering the search query.</p> */
ProductSearchFacetScopeEnum ALL = ProductSearchFacetScopeEnumEnum.ALL;
/**
<p>Only count the Products (or Product Variants) that matches the search query.</p> */
<p>Only count the Products (or Product Variants) that match the search query.</p> */
ProductSearchFacetScopeEnum QUERY = ProductSearchFacetScopeEnumEnum.QUERY;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
public interface ProductSearchMatchingVariants {

/**
* <p>Whether the search criteria definitely matches for all Variants of the returned Product, like for Product-level fields. Is always <code>false</code> for search expressions on Variant-level fields.</p>
* <p>Whether the search criteria definitely matches all Variants of the returned Product, like for Product-level fields. Is always <code>false</code> for search expressions on Variant-level fields.</p>
* @return allMatched
*/
@NotNull
Expand All @@ -51,7 +51,7 @@ public interface ProductSearchMatchingVariants {
public List<ProductSearchMatchingVariantEntry> getMatchedVariants();

/**
* <p>Whether the search criteria definitely matches for all Variants of the returned Product, like for Product-level fields. Is always <code>false</code> for search expressions on Variant-level fields.</p>
* <p>Whether the search criteria definitely matches all Variants of the returned Product, like for Product-level fields. Is always <code>false</code> for search expressions on Variant-level fields.</p>
* @param allMatched value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class ProductSearchMatchingVariantsBuilder implements Builder<ProductSear
private java.util.List<com.commercetools.api.models.product_search.ProductSearchMatchingVariantEntry> matchedVariants;

/**
* <p>Whether the search criteria definitely matches for all Variants of the returned Product, like for Product-level fields. Is always <code>false</code> for search expressions on Variant-level fields.</p>
* <p>Whether the search criteria definitely matches all Variants of the returned Product, like for Product-level fields. Is always <code>false</code> for search expressions on Variant-level fields.</p>
* @param allMatched value to be set
* @return Builder
*/
Expand Down Expand Up @@ -134,7 +134,7 @@ public ProductSearchMatchingVariantsBuilder setMatchedVariants(
}

/**
* <p>Whether the search criteria definitely matches for all Variants of the returned Product, like for Product-level fields. Is always <code>false</code> for search expressions on Variant-level fields.</p>
* <p>Whether the search criteria definitely matches all Variants of the returned Product, like for Product-level fields. Is always <code>false</code> for search expressions on Variant-level fields.</p>
* @return allMatched
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public ProductSearchMatchingVariantsImpl() {
}

/**
* <p>Whether the search criteria definitely matches for all Variants of the returned Product, like for Product-level fields. Is always <code>false</code> for search expressions on Variant-level fields.</p>
* <p>Whether the search criteria definitely matches all Variants of the returned Product, like for Product-level fields. Is always <code>false</code> for search expressions on Variant-level fields.</p>
*/

public Boolean getAllMatched() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public interface ProductSearchProjectionParams {
public List<String> getLocaleProjection();

/**
* <p><code>key</code> of an existing Store. If the Store has defined some languages, countries, distribution or supply Channels, they are used for projections based on locale, price and inventory. If the Store has defined Product Selections, they have no effect on the results of this query.</p>
* <p><code>key</code> of an existing Store. If the Store has defined some languages, countries, distribution or supply Channels, they are used for projections based on locale, price, and inventory. If the Store has defined Product Selections, they have no effect on the results of this query.</p>
* @return storeProjection
*/

Expand Down Expand Up @@ -158,7 +158,7 @@ public interface ProductSearchProjectionParams {
public void setLocaleProjection(final List<String> localeProjection);

/**
* <p><code>key</code> of an existing Store. If the Store has defined some languages, countries, distribution or supply Channels, they are used for projections based on locale, price and inventory. If the Store has defined Product Selections, they have no effect on the results of this query.</p>
* <p><code>key</code> of an existing Store. If the Store has defined some languages, countries, distribution or supply Channels, they are used for projections based on locale, price, and inventory. If the Store has defined Product Selections, they have no effect on the results of this query.</p>
* @param storeProjection value to be set
*/

Expand Down
Loading

0 comments on commit 88da74e

Please sign in to comment.