Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public interface MyShoppingListDraft extends com.commercetools.api.models.Custom
public CustomFieldsDraft getCustom();

/**
* <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>
* <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>
* @return deleteDaysAfterLastModification
*/

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

/**
* <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>
* <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>
* @param deleteDaysAfterLastModification value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ public MyShoppingListDraftBuilder custom(
}

/**
* <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>
* <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>
* @param deleteDaysAfterLastModification value to be set
* @return Builder
*/
Expand Down Expand Up @@ -434,7 +434,7 @@ public com.commercetools.api.models.type.CustomFieldsDraft getCustom() {
}

/**
* <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>
* <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>
* @return deleteDaysAfterLastModification
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public com.commercetools.api.models.type.CustomFieldsDraft getCustom() {
}

/**
* <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>
* <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>
*/

public Long getDeleteDaysAfterLastModification() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import io.vrap.rmf.base.client.utils.Generated;

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

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

@JsonProperty("deleteDaysAfterLastModification")
public Long getDeleteDaysAfterLastModification();

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class MyShoppingListSetDeleteDaysAfterLastModificationActionBuilder
private Long deleteDaysAfterLastModification;

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.apache.commons.lang3.builder.ToStringStyle;

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

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

public Long getDeleteDaysAfterLastModification() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public interface ShoppingList
public List<TextLineItem> getTextLineItems();

/**
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified.</p>
* <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>
* @return deleteDaysAfterLastModification
*/

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

/**
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified.</p>
* <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>
* @param deleteDaysAfterLastModification value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ public ShoppingListBuilder setTextLineItems(
}

/**
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified.</p>
* <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>
* @param deleteDaysAfterLastModification value to be set
* @return Builder
*/
Expand Down Expand Up @@ -763,7 +763,7 @@ public java.util.List<com.commercetools.api.models.shopping_list.TextLineItem> g
}

/**
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified.</p>
* <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>
* @return deleteDaysAfterLastModification
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public interface ShoppingListDraft extends com.commercetools.api.models.Customiz
public String getAnonymousId();

/**
* <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>
* <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>
* @return deleteDaysAfterLastModification
*/

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

/**
* <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>
* <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>
* @param deleteDaysAfterLastModification value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public ShoppingListDraftBuilder anonymousId(@Nullable final String anonymousId)
}

/**
* <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>
* <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>
* @param deleteDaysAfterLastModification value to be set
* @return Builder
*/
Expand Down Expand Up @@ -591,7 +591,7 @@ public String getAnonymousId() {
}

/**
* <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>
* <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>
* @return deleteDaysAfterLastModification
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public String getAnonymousId() {
}

/**
* <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>
* <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>
*/

public Long getDeleteDaysAfterLastModification() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public java.util.List<com.commercetools.api.models.shopping_list.TextLineItem> g
}

/**
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified.</p>
* <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>
*/

public Long getDeleteDaysAfterLastModification() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import io.vrap.rmf.base.client.utils.Generated;

/**
* ShoppingListSetDeleteDaysAfterLastModificationAction
* <p>Number of days after the last modification before a Shopping List is deleted.</p>
*
* <hr>
* Example to create an instance using the builder pattern
Expand All @@ -35,15 +35,15 @@ public interface ShoppingListSetDeleteDaysAfterLastModificationAction extends Sh
String SET_DELETE_DAYS_AFTER_LAST_MODIFICATION = "setDeleteDaysAfterLastModification";

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

@JsonProperty("deleteDaysAfterLastModification")
public Long getDeleteDaysAfterLastModification();

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class ShoppingListSetDeleteDaysAfterLastModificationActionBuilder
private Long deleteDaysAfterLastModification;

/**
* <p>Value to set. If empty, any existing value will be removed.</p>
* <p>Value to set. If not provided, the default value for this field configured in Project settings is assigned.</p>
* @param deleteDaysAfterLastModification value to be set
* @return Builder
*/
Expand All @@ -39,7 +39,7 @@ public ShoppingListSetDeleteDaysAfterLastModificationActionBuilder deleteDaysAft
}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.apache.commons.lang3.builder.ToStringStyle;

/**
* ShoppingListSetDeleteDaysAfterLastModificationAction
* <p>Number of days after the last modification before a Shopping List is deleted.</p>
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
public class ShoppingListSetDeleteDaysAfterLastModificationActionImpl
Expand Down Expand Up @@ -53,7 +53,7 @@ public String getAction() {
}

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

public Long getDeleteDaysAfterLastModification() {
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -414,3 +414,4 @@ dd595db3882a9eef83a47515f013be37deae6bff
10b807d404cfeba225736763251d8ba6d8b16db3
fcc6480a0c34dde0eb5c0a44b1b166a4fdc212fc
e68ca35e345e284ffc6281baa6fcfb56a3e93582
b1fc7dfd206272a7717ffe06bf9bdb40fc428a1d