Skip to content

Commit 9e9dfec

Browse files
committed
build(codegen): updating SDK
1 parent 2d8f59c commit 9e9dfec

10 files changed

+57
-56
lines changed

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

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

5151
/**
52-
* <p>Tailored title of the Product as used by search engines.</p>
52+
* <p>Tailored title of the Product that is used by search engines.</p>
5353
* @return metaTitle
5454
*/
5555
@Valid
5656
@JsonProperty("metaTitle")
5757
public LocalizedString getMetaTitle();
5858

5959
/**
60-
* <p>Tailored description of the Product as used by search engines.</p>
60+
* <p>Tailored description of the Product that is used by search engines.</p>
6161
* @return metaDescription
6262
*/
6363
@Valid
@@ -103,14 +103,14 @@ public interface ProductTailoringData {
103103
public void setDescription(final LocalizedString description);
104104

105105
/**
106-
* <p>Tailored title of the Product as used by search engines.</p>
106+
* <p>Tailored title of the Product that is used by search engines.</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 as used by search engines.</p>
113+
* <p>Tailored description of the Product that is used by search engines.</p>
114114
* @param metaDescription value to be set
115115
*/
116116

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public ProductTailoringDataBuilder description(
116116
}
117117

118118
/**
119-
* <p>Tailored title of the Product as used by search engines.</p>
119+
* <p>Tailored title of the Product that is used by search engines.</p>
120120
* @param builder function to build the metaTitle value
121121
* @return Builder
122122
*/
@@ -128,7 +128,7 @@ public ProductTailoringDataBuilder metaTitle(
128128
}
129129

130130
/**
131-
* <p>Tailored title of the Product as used by search engines.</p>
131+
* <p>Tailored title of the Product that is used by search engines.</p>
132132
* @param builder function to build the metaTitle value
133133
* @return Builder
134134
*/
@@ -140,7 +140,7 @@ public ProductTailoringDataBuilder withMetaTitle(
140140
}
141141

142142
/**
143-
* <p>Tailored title of the Product as used by search engines.</p>
143+
* <p>Tailored title of the Product that is used by search engines.</p>
144144
* @param metaTitle value to be set
145145
* @return Builder
146146
*/
@@ -152,7 +152,7 @@ public ProductTailoringDataBuilder metaTitle(
152152
}
153153

154154
/**
155-
* <p>Tailored description of the Product as used by search engines.</p>
155+
* <p>Tailored description of the Product that is used by search engines.</p>
156156
* @param builder function to build the metaDescription value
157157
* @return Builder
158158
*/
@@ -164,7 +164,7 @@ public ProductTailoringDataBuilder metaDescription(
164164
}
165165

166166
/**
167-
* <p>Tailored description of the Product as used by search engines.</p>
167+
* <p>Tailored description of the Product that is used by search engines.</p>
168168
* @param builder function to build the metaDescription value
169169
* @return Builder
170170
*/
@@ -176,7 +176,7 @@ public ProductTailoringDataBuilder withMetaDescription(
176176
}
177177

178178
/**
179-
* <p>Tailored description of the Product as used by search engines.</p>
179+
* <p>Tailored description of the Product that is used by search engines.</p>
180180
* @param metaDescription value to be set
181181
* @return Builder
182182
*/
@@ -372,7 +372,7 @@ public com.commercetools.api.models.common.LocalizedString getDescription() {
372372
}
373373

374374
/**
375-
* <p>Tailored title of the Product as used by search engines.</p>
375+
* <p>Tailored title of the Product that is used by search engines.</p>
376376
* @return metaTitle
377377
*/
378378

@@ -382,7 +382,7 @@ public com.commercetools.api.models.common.LocalizedString getMetaTitle() {
382382
}
383383

384384
/**
385-
* <p>Tailored description of the Product as used by search engines.</p>
385+
* <p>Tailored description of the Product that is used by search engines.</p>
386386
* @return metaDescription
387387
*/
388388

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ public com.commercetools.api.models.common.LocalizedString getDescription() {
7979
}
8080

8181
/**
82-
* <p>Tailored title of the Product as used by search engines.</p>
82+
* <p>Tailored title of the Product that is used by search engines.</p>
8383
*/
8484

8585
public com.commercetools.api.models.common.LocalizedString getMetaTitle() {
8686
return this.metaTitle;
8787
}
8888

8989
/**
90-
* <p>Tailored description of the Product as used by search engines.</p>
90+
* <p>Tailored description of the Product that is used by search engines.</p>
9191
*/
9292

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

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -80,23 +80,23 @@ public interface ProductTailoringDraft extends io.vrap.rmf.base.client.Draft<Pro
8080
public LocalizedString getDescription();
8181

8282
/**
83-
* <p>Tailored title of the Product used by external search engines for improved search engine performance.</p>
83+
* <p>Tailored title of the Product that is used by search engines.</p>
8484
* @return metaTitle
8585
*/
8686
@Valid
8787
@JsonProperty("metaTitle")
8888
public LocalizedString getMetaTitle();
8989

9090
/**
91-
* <p>Tailored description of the Product used by external search engines for improved search engine performance.</p>
91+
* <p>Tailored description of the Product that is used by search engines.</p>
9292
* @return metaDescription
9393
*/
9494
@Valid
9595
@JsonProperty("metaDescription")
9696
public LocalizedString getMetaDescription();
9797

9898
/**
99-
* <p>Tailored keywords related to the Product used by external search engines for improved search engine performance.</p>
99+
* <p>Tailored keywords related to the Product that are used by search engines.</p>
100100
* @return metaKeywords
101101
*/
102102
@Valid
@@ -163,21 +163,21 @@ public interface ProductTailoringDraft extends io.vrap.rmf.base.client.Draft<Pro
163163
public void setDescription(final LocalizedString description);
164164

165165
/**
166-
* <p>Tailored title of the Product used by external search engines for improved search engine performance.</p>
166+
* <p>Tailored title of the Product that is used by search engines.</p>
167167
* @param metaTitle value to be set
168168
*/
169169

170170
public void setMetaTitle(final LocalizedString metaTitle);
171171

172172
/**
173-
* <p>Tailored description of the Product used by external search engines for improved search engine performance.</p>
173+
* <p>Tailored description of the Product that is used by search engines.</p>
174174
* @param metaDescription value to be set
175175
*/
176176

177177
public void setMetaDescription(final LocalizedString metaDescription);
178178

179179
/**
180-
* <p>Tailored keywords related to the Product used by external search engines for improved search engine performance.</p>
180+
* <p>Tailored keywords related to the Product that are used by search engines.</p>
181181
* @param metaKeywords value to be set
182182
*/
183183

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

+12-12
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public ProductTailoringDraftBuilder description(
211211
}
212212

213213
/**
214-
* <p>Tailored title of the Product used by external search engines for improved search engine performance.</p>
214+
* <p>Tailored title of the Product that is used by search engines.</p>
215215
* @param builder function to build the metaTitle value
216216
* @return Builder
217217
*/
@@ -223,7 +223,7 @@ public ProductTailoringDraftBuilder metaTitle(
223223
}
224224

225225
/**
226-
* <p>Tailored title of the Product used by external search engines for improved search engine performance.</p>
226+
* <p>Tailored title of the Product that is used by search engines.</p>
227227
* @param builder function to build the metaTitle value
228228
* @return Builder
229229
*/
@@ -235,7 +235,7 @@ public ProductTailoringDraftBuilder withMetaTitle(
235235
}
236236

237237
/**
238-
* <p>Tailored title of the Product used by external search engines for improved search engine performance.</p>
238+
* <p>Tailored title of the Product that is used by search engines.</p>
239239
* @param metaTitle value to be set
240240
* @return Builder
241241
*/
@@ -247,7 +247,7 @@ public ProductTailoringDraftBuilder metaTitle(
247247
}
248248

249249
/**
250-
* <p>Tailored description of the Product used by external search engines for improved search engine performance.</p>
250+
* <p>Tailored description of the Product that is used by search engines.</p>
251251
* @param builder function to build the metaDescription value
252252
* @return Builder
253253
*/
@@ -259,7 +259,7 @@ public ProductTailoringDraftBuilder metaDescription(
259259
}
260260

261261
/**
262-
* <p>Tailored description of the Product used by external search engines for improved search engine performance.</p>
262+
* <p>Tailored description of the Product that is used by search engines.</p>
263263
* @param builder function to build the metaDescription value
264264
* @return Builder
265265
*/
@@ -271,7 +271,7 @@ public ProductTailoringDraftBuilder withMetaDescription(
271271
}
272272

273273
/**
274-
* <p>Tailored description of the Product used by external search engines for improved search engine performance.</p>
274+
* <p>Tailored description of the Product that is used by search engines.</p>
275275
* @param metaDescription value to be set
276276
* @return Builder
277277
*/
@@ -283,7 +283,7 @@ public ProductTailoringDraftBuilder metaDescription(
283283
}
284284

285285
/**
286-
* <p>Tailored keywords related to the Product used by external search engines for improved search engine performance.</p>
286+
* <p>Tailored keywords related to the Product that are used by search engines.</p>
287287
* @param builder function to build the metaKeywords value
288288
* @return Builder
289289
*/
@@ -295,7 +295,7 @@ public ProductTailoringDraftBuilder metaKeywords(
295295
}
296296

297297
/**
298-
* <p>Tailored keywords related to the Product used by external search engines for improved search engine performance.</p>
298+
* <p>Tailored keywords related to the Product that are used by search engines.</p>
299299
* @param builder function to build the metaKeywords value
300300
* @return Builder
301301
*/
@@ -307,7 +307,7 @@ public ProductTailoringDraftBuilder withMetaKeywords(
307307
}
308308

309309
/**
310-
* <p>Tailored keywords related to the Product used by external search engines for improved search engine performance.</p>
310+
* <p>Tailored keywords related to the Product that are used by search engines.</p>
311311
* @param metaKeywords value to be set
312312
* @return Builder
313313
*/
@@ -508,7 +508,7 @@ public com.commercetools.api.models.common.LocalizedString getDescription() {
508508
}
509509

510510
/**
511-
* <p>Tailored title of the Product used by external search engines for improved search engine performance.</p>
511+
* <p>Tailored title of the Product that is used by search engines.</p>
512512
* @return metaTitle
513513
*/
514514

@@ -518,7 +518,7 @@ public com.commercetools.api.models.common.LocalizedString getMetaTitle() {
518518
}
519519

520520
/**
521-
* <p>Tailored description of the Product used by external search engines for improved search engine performance.</p>
521+
* <p>Tailored description of the Product that is used by search engines.</p>
522522
* @return metaDescription
523523
*/
524524

@@ -528,7 +528,7 @@ public com.commercetools.api.models.common.LocalizedString getMetaDescription()
528528
}
529529

530530
/**
531-
* <p>Tailored keywords related to the Product used by external search engines for improved search engine performance.</p>
531+
* <p>Tailored keywords related to the Product that are used by search engines.</p>
532532
* @return metaKeywords
533533
*/
534534

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

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

121121
/**
122-
* <p>Tailored title of the Product used by external search engines for improved search engine performance.</p>
122+
* <p>Tailored title of the Product that is used by search engines.</p>
123123
*/
124124

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

129129
/**
130-
* <p>Tailored description of the Product used by external search engines for improved search engine performance.</p>
130+
* <p>Tailored description of the Product that is used by search engines.</p>
131131
*/
132132

133133
public com.commercetools.api.models.common.LocalizedString getMetaDescription() {
134134
return this.metaDescription;
135135
}
136136

137137
/**
138-
* <p>Tailored keywords related to the Product used by external search engines for improved search engine performance.</p>
138+
* <p>Tailored keywords related to the Product that are used by search engines.</p>
139139
*/
140140

141141
public com.commercetools.api.models.common.LocalizedString getMetaKeywords() {

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -69,23 +69,23 @@ public interface ProductTailoringInStoreDraft extends io.vrap.rmf.base.client.Dr
6969
public LocalizedString getDescription();
7070

7171
/**
72-
* <p>Tailored title of the Product used by external search engines for improved search engine performance.</p>
72+
* <p>Tailored title of the Product that is used by search engines.</p>
7373
* @return metaTitle
7474
*/
7575
@Valid
7676
@JsonProperty("metaTitle")
7777
public LocalizedString getMetaTitle();
7878

7979
/**
80-
* <p>Tailored description of the Product used by external search engines for improved search engine performance.</p>
80+
* <p>Tailored description of the Product that is used in search engine.</p>
8181
* @return metaDescription
8282
*/
8383
@Valid
8484
@JsonProperty("metaDescription")
8585
public LocalizedString getMetaDescription();
8686

8787
/**
88-
* <p>Tailored keywords related to the Product used by external search engines for improved search engine performance.</p>
88+
* <p>Tailored keywords related to the Product that are used by search engines.</p>
8989
* @return metaKeywords
9090
*/
9191
@Valid
@@ -145,21 +145,21 @@ public interface ProductTailoringInStoreDraft extends io.vrap.rmf.base.client.Dr
145145
public void setDescription(final LocalizedString description);
146146

147147
/**
148-
* <p>Tailored title of the Product used by external search engines for improved search engine performance.</p>
148+
* <p>Tailored title of the Product that is used by search engines.</p>
149149
* @param metaTitle value to be set
150150
*/
151151

152152
public void setMetaTitle(final LocalizedString metaTitle);
153153

154154
/**
155-
* <p>Tailored description of the Product used by external search engines for improved search engine performance.</p>
155+
* <p>Tailored description of the Product that is used in search engine.</p>
156156
* @param metaDescription value to be set
157157
*/
158158

159159
public void setMetaDescription(final LocalizedString metaDescription);
160160

161161
/**
162-
* <p>Tailored keywords related to the Product used by external search engines for improved search engine performance.</p>
162+
* <p>Tailored keywords related to the Product that are used by search engines.</p>
163163
* @param metaKeywords value to be set
164164
*/
165165

0 commit comments

Comments
 (0)