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 @@ -67,7 +67,7 @@ public function getTextLineItems();
public function getCustom();

/**
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
*

* @return null|int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function getCustom()
}

/**
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
*

* @return null|int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public function getCustom()
}

/**
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
*
*
* @return null|int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface MyShoppingListSetDeleteDaysAfterLastModificationAction extends MyShopp
public const FIELD_DELETE_DAYS_AFTER_LAST_MODIFICATION = '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 <a href="ctp:api:type:ShoppingListsConfiguration">Project settings</a> is assigned.</p>
*

* @return null|int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ final class MyShoppingListSetDeleteDaysAfterLastModificationActionBuilder implem
private $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 <a href="ctp:api:type:ShoppingListsConfiguration">Project settings</a> is assigned.</p>
*

* @return null|int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function 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 <a href="ctp:api:type:ShoppingListsConfiguration">Project settings</a> is assigned.</p>
*
*
* @return null|int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function getLineItems();
public function 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 <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
*

* @return null|int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ public function 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 <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
*

* @return null|int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function getDescription();
public function getAnonymousId();

/**
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
*

* @return null|int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public function getAnonymousId()
}

/**
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
*

* @return null|int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public function getAnonymousId()
}

/**
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
*
*
* @return null|int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ public function 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 <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
*
*
* @return null|int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface ShoppingListSetDeleteDaysAfterLastModificationAction extends ShoppingL
public const FIELD_DELETE_DAYS_AFTER_LAST_MODIFICATION = '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 <a href="ctp:api:type:ShoppingListsConfiguration">Project settings</a> is assigned.</p>
*

* @return null|int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ final class ShoppingListSetDeleteDaysAfterLastModificationActionBuilder implemen
private $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 <a href="ctp:api:type:ShoppingListsConfiguration">Project settings</a> is assigned.</p>
*

* @return null|int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function 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 <a href="ctp:api:type:ShoppingListsConfiguration">Project settings</a> is assigned.</p>
*
*
* @return null|int
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -422,3 +422,4 @@ dd595db3882a9eef83a47515f013be37deae6bff
fcc6480a0c34dde0eb5c0a44b1b166a4fdc212fc
8f053b3f8730a47bc1257e09304a442d35356b9e
e68ca35e345e284ffc6281baa6fcfb56a3e93582
b1fc7dfd206272a7717ffe06bf9bdb40fc428a1d