Skip to content

Commit 6dbae6a

Browse files
committed
build(codegen): updating SDK
1 parent be24e5e commit 6dbae6a

10 files changed

+21
-20
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/AttributeDefinition.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public interface AttributeDefinition {
9898
public TextInputHint getInputHint();
9999

100100
/**
101-
* <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>
101+
* <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>
102102
* <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>
103103
* @return isSearchable
104104
*/
@@ -156,7 +156,7 @@ public interface AttributeDefinition {
156156
public void setInputHint(final TextInputHint inputHint);
157157

158158
/**
159-
* <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>
159+
* <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>
160160
* <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>
161161
* @param isSearchable value to be set
162162
*/

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/AttributeDefinitionBuilder.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public AttributeDefinitionBuilder inputHint(
188188
}
189189

190190
/**
191-
* <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>
191+
* <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>
192192
* <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>
193193
* @param isSearchable value to be set
194194
* @return Builder
@@ -264,7 +264,7 @@ public com.commercetools.api.models.product_type.TextInputHint getInputHint() {
264264
}
265265

266266
/**
267-
* <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>
267+
* <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>
268268
* <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>
269269
* @return isSearchable
270270
*/

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/AttributeDefinitionDraft.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public interface AttributeDefinitionDraft extends io.vrap.rmf.base.client.Draft<
4747
public AttributeType getType();
4848

4949
/**
50-
* <p>User-defined name of the Attribute that is unique with the Project.</p>
50+
* <p>User-defined name of the Attribute that is unique to the Project.</p>
5151
* <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>
5252
* @return name
5353
*/
@@ -97,7 +97,7 @@ public interface AttributeDefinitionDraft extends io.vrap.rmf.base.client.Draft<
9797
public TextInputHint getInputHint();
9898

9999
/**
100-
* <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>
100+
* <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>
101101
* @return isSearchable
102102
*/
103103

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

115115
/**
116-
* <p>User-defined name of the Attribute that is unique with the Project.</p>
116+
* <p>User-defined name of the Attribute that is unique to the Project.</p>
117117
* <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>
118118
* @param name value to be set
119119
*/
@@ -156,7 +156,7 @@ public interface AttributeDefinitionDraft extends io.vrap.rmf.base.client.Draft<
156156
public void setInputHint(final TextInputHint inputHint);
157157

158158
/**
159-
* <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>
159+
* <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>
160160
* @param isSearchable value to be set
161161
*/
162162

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/AttributeDefinitionDraftBuilder.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public AttributeDefinitionDraftBuilder type(
7373
}
7474

7575
/**
76-
* <p>User-defined name of the Attribute that is unique with the Project.</p>
76+
* <p>User-defined name of the Attribute that is unique to the Project.</p>
7777
* <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>
7878
* @param name value to be set
7979
* @return Builder
@@ -191,7 +191,7 @@ public AttributeDefinitionDraftBuilder inputHint(
191191
}
192192

193193
/**
194-
* <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>
194+
* <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>
195195
* @param isSearchable value to be set
196196
* @return Builder
197197
*/
@@ -212,7 +212,7 @@ public com.commercetools.api.models.product_type.AttributeType getType() {
212212
}
213213

214214
/**
215-
* <p>User-defined name of the Attribute that is unique with the Project.</p>
215+
* <p>User-defined name of the Attribute that is unique to the Project.</p>
216216
* <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>
217217
* @return name
218218
*/
@@ -270,7 +270,7 @@ public com.commercetools.api.models.product_type.TextInputHint getInputHint() {
270270
}
271271

272272
/**
273-
* <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>
273+
* <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>
274274
* @return isSearchable
275275
*/
276276

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/AttributeDefinitionDraftImpl.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public com.commercetools.api.models.product_type.AttributeType getType() {
7777
}
7878

7979
/**
80-
* <p>User-defined name of the Attribute that is unique with the Project.</p>
80+
* <p>User-defined name of the Attribute that is unique to the Project.</p>
8181
* <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>
8282
*/
8383

@@ -126,7 +126,7 @@ public com.commercetools.api.models.product_type.TextInputHint getInputHint() {
126126
}
127127

128128
/**
129-
* <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>
129+
* <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>
130130
*/
131131

132132
public Boolean getIsSearchable() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/AttributeDefinitionImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public com.commercetools.api.models.product_type.TextInputHint getInputHint() {
123123
}
124124

125125
/**
126-
* <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>
126+
* <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>
127127
* <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>
128128
*/
129129

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/ProductTypeChangeAttributeNameAction.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public interface ProductTypeChangeAttributeNameAction extends ProductTypeUpdateA
4747
public String getAttributeName();
4848

4949
/**
50-
* <p>New user-defined name of the Attribute that is unique with the Project.</p>
50+
* <p>New user-defined name of the Attribute that is unique to the Project.</p>
5151
* <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>
5252
* @return newAttributeName
5353
*/
@@ -63,7 +63,7 @@ public interface ProductTypeChangeAttributeNameAction extends ProductTypeUpdateA
6363
public void setAttributeName(final String attributeName);
6464

6565
/**
66-
* <p>New user-defined name of the Attribute that is unique with the Project.</p>
66+
* <p>New user-defined name of the Attribute that is unique to the Project.</p>
6767
* <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>
6868
* @param newAttributeName value to be set
6969
*/

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/ProductTypeChangeAttributeNameActionBuilder.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public ProductTypeChangeAttributeNameActionBuilder attributeName(final String at
3838
}
3939

4040
/**
41-
* <p>New user-defined name of the Attribute that is unique with the Project.</p>
41+
* <p>New user-defined name of the Attribute that is unique to the Project.</p>
4242
* <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>
4343
* @param newAttributeName value to be set
4444
* @return Builder
@@ -59,7 +59,7 @@ public String getAttributeName() {
5959
}
6060

6161
/**
62-
* <p>New user-defined name of the Attribute that is unique with the Project.</p>
62+
* <p>New user-defined name of the Attribute that is unique to the Project.</p>
6363
* <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>
6464
* @return newAttributeName
6565
*/

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/ProductTypeChangeAttributeNameActionImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public String getAttributeName() {
6464
}
6565

6666
/**
67-
* <p>New user-defined name of the Attribute that is unique with the Project.</p>
67+
* <p>New user-defined name of the Attribute that is unique to the Project.</p>
6868
* <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>
6969
*/
7070

references.txt

+1
Original file line numberDiff line numberDiff line change
@@ -351,3 +351,4 @@ d0ab34123535479eb53d2400ca18fdfab0f9bf4c
351351
e5666d7956fd6de53e41f965b052896d2a2ddd9b
352352
98343f9a365a2f9d4db86190003d00b8682c71d9
353353
f8b69ab19d6be2bcc6732deee0647bd8494c15f1
354+
e8f731a742ca2997342b1b5f98121d86c8189a3b

0 commit comments

Comments
 (0)