Skip to content

Commit b6032a1

Browse files
committed
build(codegen): updating SDK
1 parent c1584bf commit b6032a1

File tree

10 files changed

+50
-49
lines changed

10 files changed

+50
-49
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ public interface ProductData extends ProductDataLike {
8484
public LocalizedString getSlug();
8585

8686
/**
87-
* <p>Title of the Product displayed in search results.</p>
87+
* <p>Title of the Product as displayed in search engine results.</p>
8888
* @return metaTitle
8989
*/
9090
@Valid
9191
@JsonProperty("metaTitle")
9292
public LocalizedString getMetaTitle();
9393

9494
/**
95-
* <p>Description of the Product displayed in search results below the meta title.</p>
95+
* <p>Description of the Product as displayed in search engine results below the meta title.</p>
9696
* @return metaDescription
9797
*/
9898
@Valid
@@ -178,14 +178,14 @@ public interface ProductData extends ProductDataLike {
178178
public void setSlug(final LocalizedString slug);
179179

180180
/**
181-
* <p>Title of the Product displayed in search results.</p>
181+
* <p>Title of the Product as displayed in search engine results.</p>
182182
* @param metaTitle value to be set
183183
*/
184184

185185
public void setMetaTitle(final LocalizedString metaTitle);
186186

187187
/**
188-
* <p>Description of the Product displayed in search results below the meta title.</p>
188+
* <p>Description of the Product as displayed in search engine results below the meta title.</p>
189189
* @param metaDescription value to be set
190190
*/
191191

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public ProductDataBuilder slug(final com.commercetools.api.models.common.Localiz
288288
}
289289

290290
/**
291-
* <p>Title of the Product displayed in search results.</p>
291+
* <p>Title of the Product as displayed in search engine results.</p>
292292
* @param builder function to build the metaTitle value
293293
* @return Builder
294294
*/
@@ -300,7 +300,7 @@ public ProductDataBuilder metaTitle(
300300
}
301301

302302
/**
303-
* <p>Title of the Product displayed in search results.</p>
303+
* <p>Title of the Product as displayed in search engine results.</p>
304304
* @param builder function to build the metaTitle value
305305
* @return Builder
306306
*/
@@ -312,7 +312,7 @@ public ProductDataBuilder withMetaTitle(
312312
}
313313

314314
/**
315-
* <p>Title of the Product displayed in search results.</p>
315+
* <p>Title of the Product as displayed in search engine results.</p>
316316
* @param metaTitle value to be set
317317
* @return Builder
318318
*/
@@ -323,7 +323,7 @@ public ProductDataBuilder metaTitle(@Nullable final com.commercetools.api.models
323323
}
324324

325325
/**
326-
* <p>Description of the Product displayed in search results below the meta title.</p>
326+
* <p>Description of the Product as displayed in search engine results below the meta title.</p>
327327
* @param builder function to build the metaDescription value
328328
* @return Builder
329329
*/
@@ -335,7 +335,7 @@ public ProductDataBuilder metaDescription(
335335
}
336336

337337
/**
338-
* <p>Description of the Product displayed in search results below the meta title.</p>
338+
* <p>Description of the Product as displayed in search engine results below the meta title.</p>
339339
* @param builder function to build the metaDescription value
340340
* @return Builder
341341
*/
@@ -347,7 +347,7 @@ public ProductDataBuilder withMetaDescription(
347347
}
348348

349349
/**
350-
* <p>Description of the Product displayed in search results below the meta title.</p>
350+
* <p>Description of the Product as displayed in search engine results below the meta title.</p>
351351
* @param metaDescription value to be set
352352
* @return Builder
353353
*/
@@ -599,7 +599,7 @@ public com.commercetools.api.models.common.LocalizedString getSlug() {
599599
}
600600

601601
/**
602-
* <p>Title of the Product displayed in search results.</p>
602+
* <p>Title of the Product as displayed in search engine results.</p>
603603
* @return metaTitle
604604
*/
605605

@@ -609,7 +609,7 @@ public com.commercetools.api.models.common.LocalizedString getMetaTitle() {
609609
}
610610

611611
/**
612-
* <p>Description of the Product displayed in search results below the meta title.</p>
612+
* <p>Description of the Product as displayed in search engine results below the meta title.</p>
613613
* @return metaDescription
614614
*/
615615

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ public com.commercetools.api.models.common.LocalizedString getSlug() {
119119
}
120120

121121
/**
122-
* <p>Title of the Product displayed in search results.</p>
122+
* <p>Title of the Product as displayed in search engine results.</p>
123123
*/
124124

125125
public com.commercetools.api.models.common.LocalizedString getMetaTitle() {
126126
return this.metaTitle;
127127
}
128128

129129
/**
130-
* <p>Description of the Product displayed in search results below the meta title.</p>
130+
* <p>Description of the Product as displayed in search engine results below the meta title.</p>
131131
*/
132132

133133
public com.commercetools.api.models.common.LocalizedString getMetaDescription() {

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ public interface ProductDraft
103103
public CategoryOrderHints getCategoryOrderHints();
104104

105105
/**
106-
* <p>Title of the Product displayed in search results.</p>
106+
* <p>Title of the Product as displayed in search engine results.</p>
107107
* @return metaTitle
108108
*/
109109
@Valid
110110
@JsonProperty("metaTitle")
111111
public LocalizedString getMetaTitle();
112112

113113
/**
114-
* <p>Description of the Product displayed in search results.</p>
114+
* <p>Description of the Product as displayed in search engine results.</p>
115115
* @return metaDescription
116116
*/
117117
@Valid
@@ -242,14 +242,14 @@ public interface ProductDraft
242242
public void setCategoryOrderHints(final CategoryOrderHints categoryOrderHints);
243243

244244
/**
245-
* <p>Title of the Product displayed in search results.</p>
245+
* <p>Title of the Product as displayed in search engine results.</p>
246246
* @param metaTitle value to be set
247247
*/
248248

249249
public void setMetaTitle(final LocalizedString metaTitle);
250250

251251
/**
252-
* <p>Description of the Product displayed in search results.</p>
252+
* <p>Description of the Product as displayed in search engine results.</p>
253253
* @param metaDescription value to be set
254254
*/
255255

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ public ProductDraftBuilder categoryOrderHints(
362362
}
363363

364364
/**
365-
* <p>Title of the Product displayed in search results.</p>
365+
* <p>Title of the Product as displayed in search engine results.</p>
366366
* @param builder function to build the metaTitle value
367367
* @return Builder
368368
*/
@@ -374,7 +374,7 @@ public ProductDraftBuilder metaTitle(
374374
}
375375

376376
/**
377-
* <p>Title of the Product displayed in search results.</p>
377+
* <p>Title of the Product as displayed in search engine results.</p>
378378
* @param builder function to build the metaTitle value
379379
* @return Builder
380380
*/
@@ -386,7 +386,7 @@ public ProductDraftBuilder withMetaTitle(
386386
}
387387

388388
/**
389-
* <p>Title of the Product displayed in search results.</p>
389+
* <p>Title of the Product as displayed in search engine results.</p>
390390
* @param metaTitle value to be set
391391
* @return Builder
392392
*/
@@ -398,7 +398,7 @@ public ProductDraftBuilder metaTitle(
398398
}
399399

400400
/**
401-
* <p>Description of the Product displayed in search results.</p>
401+
* <p>Description of the Product as displayed in search engine results.</p>
402402
* @param builder function to build the metaDescription value
403403
* @return Builder
404404
*/
@@ -410,7 +410,7 @@ public ProductDraftBuilder metaDescription(
410410
}
411411

412412
/**
413-
* <p>Description of the Product displayed in search results.</p>
413+
* <p>Description of the Product as displayed in search engine results.</p>
414414
* @param builder function to build the metaDescription value
415415
* @return Builder
416416
*/
@@ -422,7 +422,7 @@ public ProductDraftBuilder withMetaDescription(
422422
}
423423

424424
/**
425-
* <p>Description of the Product displayed in search results.</p>
425+
* <p>Description of the Product as displayed in search engine results.</p>
426426
* @param metaDescription value to be set
427427
* @return Builder
428428
*/
@@ -798,7 +798,7 @@ public com.commercetools.api.models.product.CategoryOrderHints getCategoryOrderH
798798
}
799799

800800
/**
801-
* <p>Title of the Product displayed in search results.</p>
801+
* <p>Title of the Product as displayed in search engine results.</p>
802802
* @return metaTitle
803803
*/
804804

@@ -808,7 +808,7 @@ public com.commercetools.api.models.common.LocalizedString getMetaTitle() {
808808
}
809809

810810
/**
811-
* <p>Description of the Product displayed in search results.</p>
811+
* <p>Description of the Product as displayed in search engine results.</p>
812812
* @return metaDescription
813813
*/
814814

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,15 @@ public com.commercetools.api.models.product.CategoryOrderHints getCategoryOrderH
162162
}
163163

164164
/**
165-
* <p>Title of the Product displayed in search results.</p>
165+
* <p>Title of the Product as displayed in search engine results.</p>
166166
*/
167167

168168
public com.commercetools.api.models.common.LocalizedString getMetaTitle() {
169169
return this.metaTitle;
170170
}
171171

172172
/**
173-
* <p>Description of the Product displayed in search results.</p>
173+
* <p>Description of the Product as displayed in search engine results.</p>
174174
*/
175175

176176
public com.commercetools.api.models.common.LocalizedString getMetaDescription() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_tailoring/ProductTailoringData.java

+6-6
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,23 @@ public interface ProductTailoringData {
4949
public LocalizedString getDescription();
5050

5151
/**
52-
* <p>Tailored title of the Product used by external search engines for improved search engine performance.</p>
52+
* <p>Tailored title of the Product as displayed in search engine results.</p>
5353
* @return metaTitle
5454
*/
5555
@Valid
5656
@JsonProperty("metaTitle")
5757
public LocalizedString getMetaTitle();
5858

5959
/**
60-
* <p>Tailored description of the Product used by external search engines for improved search engine performance.</p>
60+
* <p>Tailored description of the Product as displayed in search engine results.</p>
6161
* @return metaDescription
6262
*/
6363
@Valid
6464
@JsonProperty("metaDescription")
6565
public LocalizedString getMetaDescription();
6666

6767
/**
68-
* <p>Tailored keywords related to the Product used by external search engines for improved search engine performance.</p>
68+
* <p>Tailored keywords related to the Product that are used by search engines.</p>
6969
* @return metaKeywords
7070
*/
7171
@Valid
@@ -103,21 +103,21 @@ public interface ProductTailoringData {
103103
public void setDescription(final LocalizedString description);
104104

105105
/**
106-
* <p>Tailored title of the Product used by external search engines for improved search engine performance.</p>
106+
* <p>Tailored title of the Product as displayed in search engine results.</p>
107107
* @param metaTitle value to be set
108108
*/
109109

110110
public void setMetaTitle(final LocalizedString metaTitle);
111111

112112
/**
113-
* <p>Tailored description of the Product used by external search engines for improved search engine performance.</p>
113+
* <p>Tailored description of the Product as displayed in search engine results.</p>
114114
* @param metaDescription value to be set
115115
*/
116116

117117
public void setMetaDescription(final LocalizedString metaDescription);
118118

119119
/**
120-
* <p>Tailored keywords related to the Product used by external search engines for improved search engine performance.</p>
120+
* <p>Tailored keywords related to the Product that are used by search engines.</p>
121121
* @param metaKeywords value to be set
122122
*/
123123

0 commit comments

Comments
 (0)