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 @@ -35,7 +35,6 @@ public interface CartsConfiguration {
* <li>If a <a href="https://docs.commercetools.com/apis/ctp:api:type:ChangeSubscription" rel="nofollow">ChangeSubscription</a> for Carts exists, a <a href="https://docs.commercetools.com/apis/ctp:api:type:ResourceDeletedDeliveryPayload" rel="nofollow">ResourceDeletedDeliveryPayload</a> is sent upon deletion of a Cart.</li>
* <li>Carts with <a href="https://docs.commercetools.com/apis/ctp:api:type:CartOrigin" rel="nofollow">CartOrigin</a> <code>Quote</code> or <code>RecurringOrder</code> are not affected by this configuration value.</li>
* <li>Changing this value doesn't affect the retention of existing Carts. To update an existing Cart's retention use <span><code>setDeleteDaysAfterLastModification</code></span> on the Carts API.</li>
* <li>This field may not be present on Projects created before January 2020.</li>
* </ul>
* @return deleteDaysAfterLastModification
*/
Expand Down Expand Up @@ -73,7 +72,6 @@ public interface CartsConfiguration {
* <li>If a <a href="https://docs.commercetools.com/apis/ctp:api:type:ChangeSubscription" rel="nofollow">ChangeSubscription</a> for Carts exists, a <a href="https://docs.commercetools.com/apis/ctp:api:type:ResourceDeletedDeliveryPayload" rel="nofollow">ResourceDeletedDeliveryPayload</a> is sent upon deletion of a Cart.</li>
* <li>Carts with <a href="https://docs.commercetools.com/apis/ctp:api:type:CartOrigin" rel="nofollow">CartOrigin</a> <code>Quote</code> or <code>RecurringOrder</code> are not affected by this configuration value.</li>
* <li>Changing this value doesn't affect the retention of existing Carts. To update an existing Cart's retention use <span><code>setDeleteDaysAfterLastModification</code></span> on the Carts API.</li>
* <li>This field may not be present on Projects created before January 2020.</li>
* </ul>
* @param deleteDaysAfterLastModification value to be set
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public class CartsConfigurationBuilder implements Builder<CartsConfiguration> {
* <li>If a <a href="https://docs.commercetools.com/apis/ctp:api:type:ChangeSubscription" rel="nofollow">ChangeSubscription</a> for Carts exists, a <a href="https://docs.commercetools.com/apis/ctp:api:type:ResourceDeletedDeliveryPayload" rel="nofollow">ResourceDeletedDeliveryPayload</a> is sent upon deletion of a Cart.</li>
* <li>Carts with <a href="https://docs.commercetools.com/apis/ctp:api:type:CartOrigin" rel="nofollow">CartOrigin</a> <code>Quote</code> or <code>RecurringOrder</code> are not affected by this configuration value.</li>
* <li>Changing this value doesn't affect the retention of existing Carts. To update an existing Cart's retention use <span><code>setDeleteDaysAfterLastModification</code></span> on the Carts API.</li>
* <li>This field may not be present on Projects created before January 2020.</li>
* </ul>
* @param deleteDaysAfterLastModification value to be set
* @return Builder
Expand Down Expand Up @@ -94,7 +93,6 @@ public CartsConfigurationBuilder taxRoundingMode(
* <li>If a <a href="https://docs.commercetools.com/apis/ctp:api:type:ChangeSubscription" rel="nofollow">ChangeSubscription</a> for Carts exists, a <a href="https://docs.commercetools.com/apis/ctp:api:type:ResourceDeletedDeliveryPayload" rel="nofollow">ResourceDeletedDeliveryPayload</a> is sent upon deletion of a Cart.</li>
* <li>Carts with <a href="https://docs.commercetools.com/apis/ctp:api:type:CartOrigin" rel="nofollow">CartOrigin</a> <code>Quote</code> or <code>RecurringOrder</code> are not affected by this configuration value.</li>
* <li>Changing this value doesn't affect the retention of existing Carts. To update an existing Cart's retention use <span><code>setDeleteDaysAfterLastModification</code></span> on the Carts API.</li>
* <li>This field may not be present on Projects created before January 2020.</li>
* </ul>
* @return deleteDaysAfterLastModification
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public CartsConfigurationImpl() {
* <li>If a <a href="https://docs.commercetools.com/apis/ctp:api:type:ChangeSubscription" rel="nofollow">ChangeSubscription</a> for Carts exists, a <a href="https://docs.commercetools.com/apis/ctp:api:type:ResourceDeletedDeliveryPayload" rel="nofollow">ResourceDeletedDeliveryPayload</a> is sent upon deletion of a Cart.</li>
* <li>Carts with <a href="https://docs.commercetools.com/apis/ctp:api:type:CartOrigin" rel="nofollow">CartOrigin</a> <code>Quote</code> or <code>RecurringOrder</code> are not affected by this configuration value.</li>
* <li>Changing this value doesn't affect the retention of existing Carts. To update an existing Cart's retention use <span><code>setDeleteDaysAfterLastModification</code></span> on the Carts API.</li>
* <li>This field may not be present on Projects created before January 2020.</li>
* </ul>
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public interface Project extends com.commercetools.api.models.WithKey {
public CartsConfiguration getCarts();

/**
* <p>Holds the configuration for the <span>Shopping Lists</span> feature. This field may not be present on Projects created before January 2020.</p>
* <p>Holds the configuration for the <span>Shopping Lists</span> feature.</p>
* @return shoppingLists
*/
@Valid
Expand Down Expand Up @@ -269,7 +269,7 @@ public interface Project extends com.commercetools.api.models.WithKey {
public void setCarts(final CartsConfiguration carts);

/**
* <p>Holds the configuration for the <span>Shopping Lists</span> feature. This field may not be present on Projects created before January 2020.</p>
* <p>Holds the configuration for the <span>Shopping Lists</span> feature.</p>
* @param shoppingLists value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public ProjectBuilder carts(final com.commercetools.api.models.project.CartsConf
}

/**
* <p>Holds the configuration for the <span>Shopping Lists</span> feature. This field may not be present on Projects created before January 2020.</p>
* <p>Holds the configuration for the <span>Shopping Lists</span> feature.</p>
* @param builder function to build the shoppingLists value
* @return Builder
*/
Expand All @@ -318,7 +318,7 @@ public ProjectBuilder shoppingLists(
}

/**
* <p>Holds the configuration for the <span>Shopping Lists</span> feature. This field may not be present on Projects created before January 2020.</p>
* <p>Holds the configuration for the <span>Shopping Lists</span> feature.</p>
* @param builder function to build the shoppingLists value
* @return Builder
*/
Expand All @@ -330,7 +330,7 @@ public ProjectBuilder withShoppingLists(
}

/**
* <p>Holds the configuration for the <span>Shopping Lists</span> feature. This field may not be present on Projects created before January 2020.</p>
* <p>Holds the configuration for the <span>Shopping Lists</span> feature.</p>
* @param shoppingLists value to be set
* @return Builder
*/
Expand Down Expand Up @@ -606,7 +606,7 @@ public com.commercetools.api.models.project.CartsConfiguration getCarts() {
}

/**
* <p>Holds the configuration for the <span>Shopping Lists</span> feature. This field may not be present on Projects created before January 2020.</p>
* <p>Holds the configuration for the <span>Shopping Lists</span> feature.</p>
* @return shoppingLists
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public com.commercetools.api.models.project.CartsConfiguration getCarts() {
}

/**
* <p>Holds the configuration for the <span>Shopping Lists</span> feature. This field may not be present on Projects created before January 2020.</p>
* <p>Holds the configuration for the <span>Shopping Lists</span> feature.</p>
*/

public com.commercetools.api.models.project.ShoppingListsConfiguration getShoppingLists() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
public interface ShoppingListsConfiguration {

/**
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="https://docs.commercetools.com/apis/ctp:api:type:ShoppingListDraft" rel="nofollow">ShoppingListDraft</a>. This field may not be present on Projects created before January 2020.</p>
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="https://docs.commercetools.com/apis/ctp:api:type:ShoppingListDraft" rel="nofollow">ShoppingListDraft</a>.</p>
* @return deleteDaysAfterLastModification
*/

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

/**
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="https://docs.commercetools.com/apis/ctp:api:type:ShoppingListDraft" rel="nofollow">ShoppingListDraft</a>. This field may not be present on Projects created before January 2020.</p>
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="https://docs.commercetools.com/apis/ctp:api:type:ShoppingListDraft" rel="nofollow">ShoppingListDraft</a>.</p>
* @param deleteDaysAfterLastModification value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class ShoppingListsConfigurationBuilder implements Builder<ShoppingListsC
private Long deleteDaysAfterLastModification;

/**
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="https://docs.commercetools.com/apis/ctp:api:type:ShoppingListDraft" rel="nofollow">ShoppingListDraft</a>. This field may not be present on Projects created before January 2020.</p>
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="https://docs.commercetools.com/apis/ctp:api:type:ShoppingListDraft" rel="nofollow">ShoppingListDraft</a>.</p>
* @param deleteDaysAfterLastModification value to be set
* @return Builder
*/
Expand All @@ -38,7 +38,7 @@ public ShoppingListsConfigurationBuilder deleteDaysAfterLastModification(
}

/**
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="https://docs.commercetools.com/apis/ctp:api:type:ShoppingListDraft" rel="nofollow">ShoppingListDraft</a>. This field may not be present on Projects created before January 2020.</p>
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="https://docs.commercetools.com/apis/ctp:api:type:ShoppingListDraft" rel="nofollow">ShoppingListDraft</a>.</p>
* @return deleteDaysAfterLastModification
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public ShoppingListsConfigurationImpl() {
}

/**
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="https://docs.commercetools.com/apis/ctp:api:type:ShoppingListDraft" rel="nofollow">ShoppingListDraft</a>. This field may not be present on Projects created before January 2020.</p>
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="https://docs.commercetools.com/apis/ctp:api:type:ShoppingListDraft" rel="nofollow">ShoppingListDraft</a>.</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 @@ -528,3 +528,4 @@ aa83bf0cb2747feefa757d96d5896ba52d05392e
8dc063712795ebccb829b2753af8d6a4c8c1f353
bb59c72e09951d391e013c3784ffba3fc5876bc3
a9c69a2e32f13e695d381fb1c492ee6ed7e6f046
8b51ad0f1cb789c4294135568e272854eea7ac53