Skip to content

Commit 46267f2

Browse files
committed
build(codegen): updating SDK
1 parent bd30cfa commit 46267f2

16 files changed

+30
-29
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyShoppingListDraft.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public interface MyShoppingListDraft extends com.commercetools.api.models.Custom
8181
public CustomFieldsDraft getCustom();
8282

8383
/**
84-
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the default value configured in the Project is used.</p>
84+
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the default value configured in the Project is used.</p>
8585
* @return deleteDaysAfterLastModification
8686
*/
8787

@@ -148,7 +148,7 @@ public interface MyShoppingListDraft extends com.commercetools.api.models.Custom
148148
public void setCustom(final CustomFieldsDraft custom);
149149

150150
/**
151-
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the default value configured in the Project is used.</p>
151+
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the default value configured in the Project is used.</p>
152152
* @param deleteDaysAfterLastModification value to be set
153153
*/
154154

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyShoppingListDraftBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ public MyShoppingListDraftBuilder custom(
337337
}
338338

339339
/**
340-
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the default value configured in the Project is used.</p>
340+
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the default value configured in the Project is used.</p>
341341
* @param deleteDaysAfterLastModification value to be set
342342
* @return Builder
343343
*/
@@ -434,7 +434,7 @@ public com.commercetools.api.models.type.CustomFieldsDraft getCustom() {
434434
}
435435

436436
/**
437-
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the default value configured in the Project is used.</p>
437+
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the default value configured in the Project is used.</p>
438438
* @return deleteDaysAfterLastModification
439439
*/
440440

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyShoppingListDraftImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public com.commercetools.api.models.type.CustomFieldsDraft getCustom() {
103103
}
104104

105105
/**
106-
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the default value configured in the Project is used.</p>
106+
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the default value configured in the Project is used.</p>
107107
*/
108108

109109
public Long getDeleteDaysAfterLastModification() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyShoppingListSetDeleteDaysAfterLastModificationAction.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import io.vrap.rmf.base.client.utils.Generated;
1414

1515
/**
16-
* MyShoppingListSetDeleteDaysAfterLastModificationAction
16+
* <p>Number of days after the last modification before a Shopping List is deleted.</p>
1717
*
1818
* <hr>
1919
* Example to create an instance using the builder pattern
@@ -35,15 +35,15 @@ public interface MyShoppingListSetDeleteDaysAfterLastModificationAction extends
3535
String SET_DELETE_DAYS_AFTER_LAST_MODIFICATION = "setDeleteDaysAfterLastModification";
3636

3737
/**
38-
* <p>Value to set. If empty, any existing value will be removed.</p>
38+
* <p>Value to set. If not provided, the default value for this field configured in Project settings is assigned.</p>
3939
* @return deleteDaysAfterLastModification
4040
*/
4141

4242
@JsonProperty("deleteDaysAfterLastModification")
4343
public Long getDeleteDaysAfterLastModification();
4444

4545
/**
46-
* <p>Value to set. If empty, any existing value will be removed.</p>
46+
* <p>Value to set. If not provided, the default value for this field configured in Project settings is assigned.</p>
4747
* @param deleteDaysAfterLastModification value to be set
4848
*/
4949

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyShoppingListSetDeleteDaysAfterLastModificationActionBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class MyShoppingListSetDeleteDaysAfterLastModificationActionBuilder
2727
private Long deleteDaysAfterLastModification;
2828

2929
/**
30-
* <p>Value to set. If empty, any existing value will be removed.</p>
30+
* <p>Value to set. If not provided, the default value for this field configured in Project settings is assigned.</p>
3131
* @param deleteDaysAfterLastModification value to be set
3232
* @return Builder
3333
*/
@@ -39,7 +39,7 @@ public MyShoppingListSetDeleteDaysAfterLastModificationActionBuilder deleteDaysA
3939
}
4040

4141
/**
42-
* <p>Value to set. If empty, any existing value will be removed.</p>
42+
* <p>Value to set. If not provided, the default value for this field configured in Project settings is assigned.</p>
4343
* @return deleteDaysAfterLastModification
4444
*/
4545

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyShoppingListSetDeleteDaysAfterLastModificationActionImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import org.apache.commons.lang3.builder.ToStringStyle;
1818

1919
/**
20-
* MyShoppingListSetDeleteDaysAfterLastModificationAction
20+
* <p>Number of days after the last modification before a Shopping List is deleted.</p>
2121
*/
2222
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
2323
public class MyShoppingListSetDeleteDaysAfterLastModificationActionImpl
@@ -53,7 +53,7 @@ public String getAction() {
5353
}
5454

5555
/**
56-
* <p>Value to set. If empty, any existing value will be removed.</p>
56+
* <p>Value to set. If not provided, the default value for this field configured in Project settings is assigned.</p>
5757
*/
5858

5959
public Long getDeleteDaysAfterLastModification() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingList.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public interface ShoppingList
128128
public List<TextLineItem> getTextLineItems();
129129

130130
/**
131-
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified.</p>
131+
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the default value configured in the Project is used.</p>
132132
* @return deleteDaysAfterLastModification
133133
*/
134134

@@ -279,7 +279,7 @@ public interface ShoppingList
279279
public void setTextLineItems(final List<TextLineItem> textLineItems);
280280

281281
/**
282-
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified.</p>
282+
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the default value configured in the Project is used.</p>
283283
* @param deleteDaysAfterLastModification value to be set
284284
*/
285285

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ public ShoppingListBuilder setTextLineItems(
458458
}
459459

460460
/**
461-
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified.</p>
461+
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the default value configured in the Project is used.</p>
462462
* @param deleteDaysAfterLastModification value to be set
463463
* @return Builder
464464
*/
@@ -763,7 +763,7 @@ public java.util.List<com.commercetools.api.models.shopping_list.TextLineItem> g
763763
}
764764

765765
/**
766-
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified.</p>
766+
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the default value configured in the Project is used.</p>
767767
* @return deleteDaysAfterLastModification
768768
*/
769769

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListDraft.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public interface ShoppingListDraft extends com.commercetools.api.models.Customiz
8989
public String getAnonymousId();
9090

9191
/**
92-
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the default value configured in the Project is used.</p>
92+
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the default value configured in the Project is used.</p>
9393
* @return deleteDaysAfterLastModification
9494
*/
9595

@@ -179,7 +179,7 @@ public interface ShoppingListDraft extends com.commercetools.api.models.Customiz
179179
public void setAnonymousId(final String anonymousId);
180180

181181
/**
182-
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the default value configured in the Project is used.</p>
182+
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the default value configured in the Project is used.</p>
183183
* @param deleteDaysAfterLastModification value to be set
184184
*/
185185

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListDraftBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public ShoppingListDraftBuilder anonymousId(@Nullable final String anonymousId)
225225
}
226226

227227
/**
228-
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the default value configured in the Project is used.</p>
228+
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the default value configured in the Project is used.</p>
229229
* @param deleteDaysAfterLastModification value to be set
230230
* @return Builder
231231
*/
@@ -591,7 +591,7 @@ public String getAnonymousId() {
591591
}
592592

593593
/**
594-
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the default value configured in the Project is used.</p>
594+
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the default value configured in the Project is used.</p>
595595
* @return deleteDaysAfterLastModification
596596
*/
597597

0 commit comments

Comments
 (0)