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 Dec 23, 2024
1 parent be24e5e commit 6dbae6a
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public interface AttributeDefinition {
public TextInputHint getInputHint();

/**
* <p>If <code>true</code>, the Attribute's values are available for the Product Projections Search API for use in full-text search queries, filters, and facets.</p>
* <p>If <code>true</code>, the Attribute's values are available in the Product Projection Search or the Product Search API for use in full-text search queries, filters, and facets.</p>
* <p>Which exact features are available with this flag depends on the specific AttributeType. The maximum size of a searchable field is <strong>restricted</strong> by the Field content size limit. This constraint is enforced at both Product creation and Product update. If the length of the input exceeds the maximum size, an InvalidField error is returned.</p>
* @return isSearchable
*/
Expand Down Expand Up @@ -156,7 +156,7 @@ public interface AttributeDefinition {
public void setInputHint(final TextInputHint inputHint);

/**
* <p>If <code>true</code>, the Attribute's values are available for the Product Projections Search API for use in full-text search queries, filters, and facets.</p>
* <p>If <code>true</code>, the Attribute's values are available in the Product Projection Search or the Product Search API for use in full-text search queries, filters, and facets.</p>
* <p>Which exact features are available with this flag depends on the specific AttributeType. The maximum size of a searchable field is <strong>restricted</strong> by the Field content size limit. This constraint is enforced at both Product creation and Product update. If the length of the input exceeds the maximum size, an InvalidField error is returned.</p>
* @param isSearchable value to be set
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public AttributeDefinitionBuilder inputHint(
}

/**
* <p>If <code>true</code>, the Attribute's values are available for the Product Projections Search API for use in full-text search queries, filters, and facets.</p>
* <p>If <code>true</code>, the Attribute's values are available in the Product Projection Search or the Product Search API for use in full-text search queries, filters, and facets.</p>
* <p>Which exact features are available with this flag depends on the specific AttributeType. The maximum size of a searchable field is <strong>restricted</strong> by the Field content size limit. This constraint is enforced at both Product creation and Product update. If the length of the input exceeds the maximum size, an InvalidField error is returned.</p>
* @param isSearchable value to be set
* @return Builder
Expand Down Expand Up @@ -264,7 +264,7 @@ public com.commercetools.api.models.product_type.TextInputHint getInputHint() {
}

/**
* <p>If <code>true</code>, the Attribute's values are available for the Product Projections Search API for use in full-text search queries, filters, and facets.</p>
* <p>If <code>true</code>, the Attribute's values are available in the Product Projection Search or the Product Search API for use in full-text search queries, filters, and facets.</p>
* <p>Which exact features are available with this flag depends on the specific AttributeType. The maximum size of a searchable field is <strong>restricted</strong> by the Field content size limit. This constraint is enforced at both Product creation and Product update. If the length of the input exceeds the maximum size, an InvalidField error is returned.</p>
* @return isSearchable
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public interface AttributeDefinitionDraft extends io.vrap.rmf.base.client.Draft<
public AttributeType getType();

/**
* <p>User-defined name of the Attribute that is unique with the Project.</p>
* <p>User-defined name of the Attribute that is unique to the Project.</p>
* <p>When using the same <code>name</code> for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an AttributeDefinitionAlreadyExists error is returned. An exception to this are the values of an <code>enum</code> or <code>lenum</code> Type and sets thereof.</p>
* @return name
*/
Expand Down Expand Up @@ -97,7 +97,7 @@ public interface AttributeDefinitionDraft extends io.vrap.rmf.base.client.Draft<
public TextInputHint getInputHint();

/**
* <p>Set to <code>true</code> if the Attribute's values should be available in the Product Projections Search API and can be used in full-text search queries, filters, and facets. Which exact features are available with this flag depends on the specific AttributeType. The maximum size of a searchable field is <strong>restricted</strong> by the Field content size limit. This constraint is enforced at both Product creation and Product update. If the length of the input exceeds the maximum size, an InvalidField error is returned.</p>
* <p>Set to <code>true</code> if the Attribute's values should be available in the Product Projection Search or the Product Search API and can be used in full-text search queries, filters, and facets. Which exact features are available with this flag depends on the specific AttributeType. The maximum size of a searchable field is <strong>restricted</strong> by the Field content size limit. This constraint is enforced at both Product creation and Product update. If the length of the input exceeds the maximum size, an InvalidField error is returned.</p>
* @return isSearchable
*/

Expand All @@ -113,7 +113,7 @@ public interface AttributeDefinitionDraft extends io.vrap.rmf.base.client.Draft<
public void setType(final AttributeType type);

/**
* <p>User-defined name of the Attribute that is unique with the Project.</p>
* <p>User-defined name of the Attribute that is unique to the Project.</p>
* <p>When using the same <code>name</code> for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an AttributeDefinitionAlreadyExists error is returned. An exception to this are the values of an <code>enum</code> or <code>lenum</code> Type and sets thereof.</p>
* @param name value to be set
*/
Expand Down Expand Up @@ -156,7 +156,7 @@ public interface AttributeDefinitionDraft extends io.vrap.rmf.base.client.Draft<
public void setInputHint(final TextInputHint inputHint);

/**
* <p>Set to <code>true</code> if the Attribute's values should be available in the Product Projections Search API and can be used in full-text search queries, filters, and facets. Which exact features are available with this flag depends on the specific AttributeType. The maximum size of a searchable field is <strong>restricted</strong> by the Field content size limit. This constraint is enforced at both Product creation and Product update. If the length of the input exceeds the maximum size, an InvalidField error is returned.</p>
* <p>Set to <code>true</code> if the Attribute's values should be available in the Product Projection Search or the Product Search API and can be used in full-text search queries, filters, and facets. Which exact features are available with this flag depends on the specific AttributeType. The maximum size of a searchable field is <strong>restricted</strong> by the Field content size limit. This constraint is enforced at both Product creation and Product update. If the length of the input exceeds the maximum size, an InvalidField error is returned.</p>
* @param isSearchable value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public AttributeDefinitionDraftBuilder type(
}

/**
* <p>User-defined name of the Attribute that is unique with the Project.</p>
* <p>User-defined name of the Attribute that is unique to the Project.</p>
* <p>When using the same <code>name</code> for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an AttributeDefinitionAlreadyExists error is returned. An exception to this are the values of an <code>enum</code> or <code>lenum</code> Type and sets thereof.</p>
* @param name value to be set
* @return Builder
Expand Down Expand Up @@ -191,7 +191,7 @@ public AttributeDefinitionDraftBuilder inputHint(
}

/**
* <p>Set to <code>true</code> if the Attribute's values should be available in the Product Projections Search API and can be used in full-text search queries, filters, and facets. Which exact features are available with this flag depends on the specific AttributeType. The maximum size of a searchable field is <strong>restricted</strong> by the Field content size limit. This constraint is enforced at both Product creation and Product update. If the length of the input exceeds the maximum size, an InvalidField error is returned.</p>
* <p>Set to <code>true</code> if the Attribute's values should be available in the Product Projection Search or the Product Search API and can be used in full-text search queries, filters, and facets. Which exact features are available with this flag depends on the specific AttributeType. The maximum size of a searchable field is <strong>restricted</strong> by the Field content size limit. This constraint is enforced at both Product creation and Product update. If the length of the input exceeds the maximum size, an InvalidField error is returned.</p>
* @param isSearchable value to be set
* @return Builder
*/
Expand All @@ -212,7 +212,7 @@ public com.commercetools.api.models.product_type.AttributeType getType() {
}

/**
* <p>User-defined name of the Attribute that is unique with the Project.</p>
* <p>User-defined name of the Attribute that is unique to the Project.</p>
* <p>When using the same <code>name</code> for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an AttributeDefinitionAlreadyExists error is returned. An exception to this are the values of an <code>enum</code> or <code>lenum</code> Type and sets thereof.</p>
* @return name
*/
Expand Down Expand Up @@ -270,7 +270,7 @@ public com.commercetools.api.models.product_type.TextInputHint getInputHint() {
}

/**
* <p>Set to <code>true</code> if the Attribute's values should be available in the Product Projections Search API and can be used in full-text search queries, filters, and facets. Which exact features are available with this flag depends on the specific AttributeType. The maximum size of a searchable field is <strong>restricted</strong> by the Field content size limit. This constraint is enforced at both Product creation and Product update. If the length of the input exceeds the maximum size, an InvalidField error is returned.</p>
* <p>Set to <code>true</code> if the Attribute's values should be available in the Product Projection Search or the Product Search API and can be used in full-text search queries, filters, and facets. Which exact features are available with this flag depends on the specific AttributeType. The maximum size of a searchable field is <strong>restricted</strong> by the Field content size limit. This constraint is enforced at both Product creation and Product update. If the length of the input exceeds the maximum size, an InvalidField error is returned.</p>
* @return isSearchable
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public com.commercetools.api.models.product_type.AttributeType getType() {
}

/**
* <p>User-defined name of the Attribute that is unique with the Project.</p>
* <p>User-defined name of the Attribute that is unique to the Project.</p>
* <p>When using the same <code>name</code> for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an AttributeDefinitionAlreadyExists error is returned. An exception to this are the values of an <code>enum</code> or <code>lenum</code> Type and sets thereof.</p>
*/

Expand Down Expand Up @@ -126,7 +126,7 @@ public com.commercetools.api.models.product_type.TextInputHint getInputHint() {
}

/**
* <p>Set to <code>true</code> if the Attribute's values should be available in the Product Projections Search API and can be used in full-text search queries, filters, and facets. Which exact features are available with this flag depends on the specific AttributeType. The maximum size of a searchable field is <strong>restricted</strong> by the Field content size limit. This constraint is enforced at both Product creation and Product update. If the length of the input exceeds the maximum size, an InvalidField error is returned.</p>
* <p>Set to <code>true</code> if the Attribute's values should be available in the Product Projection Search or the Product Search API and can be used in full-text search queries, filters, and facets. Which exact features are available with this flag depends on the specific AttributeType. The maximum size of a searchable field is <strong>restricted</strong> by the Field content size limit. This constraint is enforced at both Product creation and Product update. If the length of the input exceeds the maximum size, an InvalidField error is returned.</p>
*/

public Boolean getIsSearchable() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public com.commercetools.api.models.product_type.TextInputHint getInputHint() {
}

/**
* <p>If <code>true</code>, the Attribute's values are available for the Product Projections Search API for use in full-text search queries, filters, and facets.</p>
* <p>If <code>true</code>, the Attribute's values are available in the Product Projection Search or the Product Search API for use in full-text search queries, filters, and facets.</p>
* <p>Which exact features are available with this flag depends on the specific AttributeType. The maximum size of a searchable field is <strong>restricted</strong> by the Field content size limit. This constraint is enforced at both Product creation and Product update. If the length of the input exceeds the maximum size, an InvalidField error is returned.</p>
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public interface ProductTypeChangeAttributeNameAction extends ProductTypeUpdateA
public String getAttributeName();

/**
* <p>New user-defined name of the Attribute that is unique with the Project.</p>
* <p>New user-defined name of the Attribute that is unique to the Project.</p>
* <p>When using the same <code>name</code> for an Attribute in two or more ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes. If not, an AttributeDefinitionAlreadyExists error is returned. An exception to this are the values of an <code>enum</code> or <code>lenum</code> type and sets thereof.</p>
* @return newAttributeName
*/
Expand All @@ -63,7 +63,7 @@ public interface ProductTypeChangeAttributeNameAction extends ProductTypeUpdateA
public void setAttributeName(final String attributeName);

/**
* <p>New user-defined name of the Attribute that is unique with the Project.</p>
* <p>New user-defined name of the Attribute that is unique to the Project.</p>
* <p>When using the same <code>name</code> for an Attribute in two or more ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes. If not, an AttributeDefinitionAlreadyExists error is returned. An exception to this are the values of an <code>enum</code> or <code>lenum</code> type and sets thereof.</p>
* @param newAttributeName value to be set
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public ProductTypeChangeAttributeNameActionBuilder attributeName(final String at
}

/**
* <p>New user-defined name of the Attribute that is unique with the Project.</p>
* <p>New user-defined name of the Attribute that is unique to the Project.</p>
* <p>When using the same <code>name</code> for an Attribute in two or more ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes. If not, an AttributeDefinitionAlreadyExists error is returned. An exception to this are the values of an <code>enum</code> or <code>lenum</code> type and sets thereof.</p>
* @param newAttributeName value to be set
* @return Builder
Expand All @@ -59,7 +59,7 @@ public String getAttributeName() {
}

/**
* <p>New user-defined name of the Attribute that is unique with the Project.</p>
* <p>New user-defined name of the Attribute that is unique to the Project.</p>
* <p>When using the same <code>name</code> for an Attribute in two or more ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes. If not, an AttributeDefinitionAlreadyExists error is returned. An exception to this are the values of an <code>enum</code> or <code>lenum</code> type and sets thereof.</p>
* @return newAttributeName
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public String getAttributeName() {
}

/**
* <p>New user-defined name of the Attribute that is unique with the Project.</p>
* <p>New user-defined name of the Attribute that is unique to the Project.</p>
* <p>When using the same <code>name</code> for an Attribute in two or more ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes. If not, an AttributeDefinitionAlreadyExists error is returned. An exception to this are the values of an <code>enum</code> or <code>lenum</code> type and sets thereof.</p>
*/

Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,4 @@ d0ab34123535479eb53d2400ca18fdfab0f9bf4c
e5666d7956fd6de53e41f965b052896d2a2ddd9b
98343f9a365a2f9d4db86190003d00b8682c71d9
f8b69ab19d6be2bcc6732deee0647bd8494c15f1
e8f731a742ca2997342b1b5f98121d86c8189a3b

0 comments on commit 6dbae6a

Please sign in to comment.