Skip to content

Commit fad9822

Browse files
committed
build(codegen): updating SDK
1 parent a9f4ed5 commit fad9822

23 files changed

+49
-48
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductData.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public interface ProductData extends ProductDataLike {
127127
public List<ProductVariant> getVariants();
128128

129129
/**
130-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
130+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
131131
* @return searchKeywords
132132
*/
133133
@NotNull
@@ -231,7 +231,7 @@ public interface ProductData extends ProductDataLike {
231231
public void setVariants(final List<ProductVariant> variants);
232232

233233
/**
234-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
234+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
235235
* @param searchKeywords value to be set
236236
*/
237237

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductDataBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ public ProductDataBuilder setVariants(
520520
}
521521

522522
/**
523-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
523+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
524524
* @param builder function to build the searchKeywords value
525525
* @return Builder
526526
*/
@@ -532,7 +532,7 @@ public ProductDataBuilder searchKeywords(
532532
}
533533

534534
/**
535-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
535+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
536536
* @param builder function to build the searchKeywords value
537537
* @return Builder
538538
*/
@@ -544,7 +544,7 @@ public ProductDataBuilder withSearchKeywords(
544544
}
545545

546546
/**
547-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
547+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
548548
* @param searchKeywords value to be set
549549
* @return Builder
550550
*/
@@ -737,7 +737,7 @@ public java.util.List<com.commercetools.api.models.product.ProductVariant> getVa
737737
}
738738

739739
/**
740-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
740+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
741741
* @return searchKeywords
742742
*/
743743

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductDataImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public java.util.List<com.commercetools.api.models.product.ProductVariant> getVa
163163
}
164164

165165
/**
166-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
166+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
167167
*/
168168

169169
public com.commercetools.api.models.product.SearchKeywords getSearchKeywords() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductDraft.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public interface ProductDraft
151151
public TaxCategoryResourceIdentifier getTaxCategory();
152152

153153
/**
154-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
154+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
155155
* @return searchKeywords
156156
*/
157157
@Valid
@@ -300,7 +300,7 @@ public interface ProductDraft
300300
public void setTaxCategory(final TaxCategoryResourceIdentifier taxCategory);
301301

302302
/**
303-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
303+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
304304
* @param searchKeywords value to be set
305305
*/
306306

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductDraftBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ public ProductDraftBuilder taxCategory(
638638
}
639639

640640
/**
641-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
641+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
642642
* @param builder function to build the searchKeywords value
643643
* @return Builder
644644
*/
@@ -650,7 +650,7 @@ public ProductDraftBuilder searchKeywords(
650650
}
651651

652652
/**
653-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
653+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
654654
* @param builder function to build the searchKeywords value
655655
* @return Builder
656656
*/
@@ -662,7 +662,7 @@ public ProductDraftBuilder withSearchKeywords(
662662
}
663663

664664
/**
665-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
665+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
666666
* @param searchKeywords value to be set
667667
* @return Builder
668668
*/
@@ -950,7 +950,7 @@ public com.commercetools.api.models.tax_category.TaxCategoryResourceIdentifier g
950950
}
951951

952952
/**
953-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
953+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
954954
* @return searchKeywords
955955
*/
956956

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductDraftImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public com.commercetools.api.models.tax_category.TaxCategoryResourceIdentifier g
214214
}
215215

216216
/**
217-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
217+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
218218
*/
219219

220220
public com.commercetools.api.models.product.SearchKeywords getSearchKeywords() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductProjection.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public interface ProductProjection extends BaseResource, ProductDataLike, Produc
169169
public LocalizedString getMetaKeywords();
170170

171171
/**
172-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
172+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
173173
* @return searchKeywords
174174
*/
175175
@Valid
@@ -358,7 +358,7 @@ public interface ProductProjection extends BaseResource, ProductDataLike, Produc
358358
public void setMetaKeywords(final LocalizedString metaKeywords);
359359

360360
/**
361-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
361+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
362362
* @param searchKeywords value to be set
363363
*/
364364

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductProjectionBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ public ProductProjectionBuilder metaKeywords(
528528
}
529529

530530
/**
531-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
531+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
532532
* @param builder function to build the searchKeywords value
533533
* @return Builder
534534
*/
@@ -540,7 +540,7 @@ public ProductProjectionBuilder searchKeywords(
540540
}
541541

542542
/**
543-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
543+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
544544
* @param builder function to build the searchKeywords value
545545
* @return Builder
546546
*/
@@ -552,7 +552,7 @@ public ProductProjectionBuilder withSearchKeywords(
552552
}
553553

554554
/**
555-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
555+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
556556
* @param searchKeywords value to be set
557557
* @return Builder
558558
*/
@@ -1052,7 +1052,7 @@ public com.commercetools.api.models.common.LocalizedString getMetaKeywords() {
10521052
}
10531053

10541054
/**
1055-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
1055+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
10561056
* @return searchKeywords
10571057
*/
10581058

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductProjectionImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public com.commercetools.api.models.common.LocalizedString getMetaKeywords() {
242242
}
243243

244244
/**
245-
* <p>Used by Product Suggestions, but is also considered for a full text search.</p>
245+
* <p>Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.</p>
246246
*/
247247

248248
public com.commercetools.api.models.product.SearchKeywords getSearchKeywords() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/SearchKeywords.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import jakarta.validation.constraints.NotNull;
1717

1818
/**
19-
* <p>Although search keywords are primarily used by Product Suggestions, they are also considered for a full text search. The keys are of type Locale, and the values are an array of SearchKeyword.</p>
19+
* <p>Search keywords are JSON objects primarily used by Search Term Suggestions, but are also considered for a full text search in the Product Projection Search API. The keys are of type Locale, and the values are an array of SearchKeyword.</p>
2020
*
2121
* <hr>
2222
* Example to create an instance using the builder pattern

0 commit comments

Comments
 (0)