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 @@ -50,6 +50,7 @@ public interface CartAddCustomLineItemAction

/**
* <p>Money value of the Custom Line Item. The value can be negative.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @return money
*/
@NotNull
Expand Down Expand Up @@ -144,6 +145,7 @@ public interface CartAddCustomLineItemAction

/**
* <p>Money value of the Custom Line Item. The value can be negative.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param money value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public class CartAddCustomLineItemActionBuilder implements Builder<CartAddCustom

/**
* <p>Money value of the Custom Line Item. The value can be negative.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param builder function to build the money value
* @return Builder
*/
Expand All @@ -70,6 +71,7 @@ public CartAddCustomLineItemActionBuilder money(

/**
* <p>Money value of the Custom Line Item. The value can be negative.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param builder function to build the money value
* @return Builder
*/
Expand All @@ -82,6 +84,7 @@ public CartAddCustomLineItemActionBuilder withMoney(

/**
* <p>Money value of the Custom Line Item. The value can be negative.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param money value to be set
* @return Builder
*/
Expand Down Expand Up @@ -367,6 +370,7 @@ public CartAddCustomLineItemActionBuilder recurrenceInfo(

/**
* <p>Money value of the Custom Line Item. The value can be negative.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @return money
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public String getAction() {

/**
* <p>Money value of the Custom Line Item. The value can be negative.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
*/

public com.commercetools.api.models.common.Money getMoney() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public interface CartAddLineItemAction

/**
* <p>Sets the LineItem <code>price</code> value, and the <code>priceMode</code> to <code>ExternalPrice</code> LineItemPriceMode.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @return externalPrice
*/
@Valid
Expand Down Expand Up @@ -240,6 +241,7 @@ public interface CartAddLineItemAction

/**
* <p>Sets the LineItem <code>price</code> value, and the <code>priceMode</code> to <code>ExternalPrice</code> LineItemPriceMode.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param externalPrice value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ public CartAddLineItemActionBuilder supplyChannel(

/**
* <p>Sets the LineItem <code>price</code> value, and the <code>priceMode</code> to <code>ExternalPrice</code> LineItemPriceMode.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param builder function to build the externalPrice value
* @return Builder
*/
Expand All @@ -231,6 +232,7 @@ public CartAddLineItemActionBuilder externalPrice(

/**
* <p>Sets the LineItem <code>price</code> value, and the <code>priceMode</code> to <code>ExternalPrice</code> LineItemPriceMode.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param builder function to build the externalPrice value
* @return Builder
*/
Expand All @@ -243,6 +245,7 @@ public CartAddLineItemActionBuilder withExternalPrice(

/**
* <p>Sets the LineItem <code>price</code> value, and the <code>priceMode</code> to <code>ExternalPrice</code> LineItemPriceMode.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param externalPrice value to be set
* @return Builder
*/
Expand Down Expand Up @@ -632,6 +635,7 @@ public com.commercetools.api.models.channel.ChannelResourceIdentifier getSupplyC

/**
* <p>Sets the LineItem <code>price</code> value, and the <code>priceMode</code> to <code>ExternalPrice</code> LineItemPriceMode.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @return externalPrice
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ public com.commercetools.api.models.channel.ChannelResourceIdentifier getSupplyC

/**
* <p>Sets the LineItem <code>price</code> value, and the <code>priceMode</code> to <code>ExternalPrice</code> LineItemPriceMode.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
*/

public com.commercetools.api.models.common.Money getExternalPrice() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public interface CartChangeCustomLineItemMoneyAction extends CartUpdateAction {

/**
* <p>Value to set. Must not be empty. Can be a negative amount.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @return money
*/
@NotNull
Expand All @@ -80,6 +81,7 @@ public interface CartChangeCustomLineItemMoneyAction extends CartUpdateAction {

/**
* <p>Value to set. Must not be empty. Can be a negative amount.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param money value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public CartChangeCustomLineItemMoneyActionBuilder customLineItemKey(@Nullable fi

/**
* <p>Value to set. Must not be empty. Can be a negative amount.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param builder function to build the money value
* @return Builder
*/
Expand All @@ -68,6 +69,7 @@ public CartChangeCustomLineItemMoneyActionBuilder money(

/**
* <p>Value to set. Must not be empty. Can be a negative amount.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param builder function to build the money value
* @return Builder
*/
Expand All @@ -80,6 +82,7 @@ public CartChangeCustomLineItemMoneyActionBuilder withMoney(

/**
* <p>Value to set. Must not be empty. Can be a negative amount.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param money value to be set
* @return Builder
*/
Expand Down Expand Up @@ -111,6 +114,7 @@ public String getCustomLineItemKey() {

/**
* <p>Value to set. Must not be empty. Can be a negative amount.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @return money
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public String getCustomLineItemKey() {

/**
* <p>Value to set. Must not be empty. Can be a negative amount.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
*/

public com.commercetools.api.models.common.Money getMoney() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public interface CartChangeLineItemQuantityAction extends CartUpdateAction {
/**
* <p>Required when the Line Item uses <code>ExternalPrice</code> LineItemPriceMode. Sets the LineItem <code>price</code> to the given value when changing the quantity of a Line Item.</p>
* <p>The LineItem price is updated as described in Line Item price selection.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @return externalPrice
*/
@Valid
Expand Down Expand Up @@ -109,6 +110,7 @@ public interface CartChangeLineItemQuantityAction extends CartUpdateAction {
/**
* <p>Required when the Line Item uses <code>ExternalPrice</code> LineItemPriceMode. Sets the LineItem <code>price</code> to the given value when changing the quantity of a Line Item.</p>
* <p>The LineItem price is updated as described in Line Item price selection.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param externalPrice value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public CartChangeLineItemQuantityActionBuilder quantity(final Long quantity) {
/**
* <p>Required when the Line Item uses <code>ExternalPrice</code> LineItemPriceMode. Sets the LineItem <code>price</code> to the given value when changing the quantity of a Line Item.</p>
* <p>The LineItem price is updated as described in Line Item price selection.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param builder function to build the externalPrice value
* @return Builder
*/
Expand All @@ -88,6 +89,7 @@ public CartChangeLineItemQuantityActionBuilder externalPrice(
/**
* <p>Required when the Line Item uses <code>ExternalPrice</code> LineItemPriceMode. Sets the LineItem <code>price</code> to the given value when changing the quantity of a Line Item.</p>
* <p>The LineItem price is updated as described in Line Item price selection.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param builder function to build the externalPrice value
* @return Builder
*/
Expand All @@ -101,6 +103,7 @@ public CartChangeLineItemQuantityActionBuilder withExternalPrice(
/**
* <p>Required when the Line Item uses <code>ExternalPrice</code> LineItemPriceMode. Sets the LineItem <code>price</code> to the given value when changing the quantity of a Line Item.</p>
* <p>The LineItem price is updated as described in Line Item price selection.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param externalPrice value to be set
* @return Builder
*/
Expand Down Expand Up @@ -183,6 +186,7 @@ public Long getQuantity() {
/**
* <p>Required when the Line Item uses <code>ExternalPrice</code> LineItemPriceMode. Sets the LineItem <code>price</code> to the given value when changing the quantity of a Line Item.</p>
* <p>The LineItem price is updated as described in Line Item price selection.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @return externalPrice
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public Long getQuantity() {
/**
* <p>Required when the Line Item uses <code>ExternalPrice</code> LineItemPriceMode. Sets the LineItem <code>price</code> to the given value when changing the quantity of a Line Item.</p>
* <p>The LineItem price is updated as described in Line Item price selection.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
*/

public com.commercetools.api.models.common.Money getExternalPrice() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public interface CartRemoveLineItemAction extends CartUpdateAction {

/**
* <p>Sets the LineItem <code>price</code> to the given value when decreasing the quantity of a Line Item with the <code>ExternalPrice</code> LineItemPriceMode.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @return externalPrice
*/
@Valid
Expand Down Expand Up @@ -108,6 +109,7 @@ public interface CartRemoveLineItemAction extends CartUpdateAction {

/**
* <p>Sets the LineItem <code>price</code> to the given value when decreasing the quantity of a Line Item with the <code>ExternalPrice</code> LineItemPriceMode.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param externalPrice value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public CartRemoveLineItemActionBuilder quantity(@Nullable final Long quantity) {

/**
* <p>Sets the LineItem <code>price</code> to the given value when decreasing the quantity of a Line Item with the <code>ExternalPrice</code> LineItemPriceMode.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param builder function to build the externalPrice value
* @return Builder
*/
Expand All @@ -88,6 +89,7 @@ public CartRemoveLineItemActionBuilder externalPrice(

/**
* <p>Sets the LineItem <code>price</code> to the given value when decreasing the quantity of a Line Item with the <code>ExternalPrice</code> LineItemPriceMode.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param builder function to build the externalPrice value
* @return Builder
*/
Expand All @@ -100,6 +102,7 @@ public CartRemoveLineItemActionBuilder withExternalPrice(

/**
* <p>Sets the LineItem <code>price</code> to the given value when decreasing the quantity of a Line Item with the <code>ExternalPrice</code> LineItemPriceMode.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param externalPrice value to be set
* @return Builder
*/
Expand Down Expand Up @@ -220,6 +223,7 @@ public Long getQuantity() {

/**
* <p>Sets the LineItem <code>price</code> to the given value when decreasing the quantity of a Line Item with the <code>ExternalPrice</code> LineItemPriceMode.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @return externalPrice
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public Long getQuantity() {

/**
* <p>Sets the LineItem <code>price</code> to the given value when decreasing the quantity of a Line Item with the <code>ExternalPrice</code> LineItemPriceMode.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
*/

public com.commercetools.api.models.common.Money getExternalPrice() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public interface CartSetLineItemPriceAction extends CartUpdateAction {

/**
* <p>Value to set. If <code>externalPrice</code> is not given and the <code>priceMode</code> is <code>ExternalPrice</code>, the external price is unset and the <code>priceMode</code> is set to <code>Platform</code>.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @return externalPrice
*/
@Valid
Expand All @@ -77,6 +78,7 @@ public interface CartSetLineItemPriceAction extends CartUpdateAction {

/**
* <p>Value to set. If <code>externalPrice</code> is not given and the <code>priceMode</code> is <code>ExternalPrice</code>, the external price is unset and the <code>priceMode</code> is set to <code>Platform</code>.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param externalPrice value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public CartSetLineItemPriceActionBuilder lineItemKey(@Nullable final String line

/**
* <p>Value to set. If <code>externalPrice</code> is not given and the <code>priceMode</code> is <code>ExternalPrice</code>, the external price is unset and the <code>priceMode</code> is set to <code>Platform</code>.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param builder function to build the externalPrice value
* @return Builder
*/
Expand All @@ -68,6 +69,7 @@ public CartSetLineItemPriceActionBuilder externalPrice(

/**
* <p>Value to set. If <code>externalPrice</code> is not given and the <code>priceMode</code> is <code>ExternalPrice</code>, the external price is unset and the <code>priceMode</code> is set to <code>Platform</code>.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param builder function to build the externalPrice value
* @return Builder
*/
Expand All @@ -80,6 +82,7 @@ public CartSetLineItemPriceActionBuilder withExternalPrice(

/**
* <p>Value to set. If <code>externalPrice</code> is not given and the <code>priceMode</code> is <code>ExternalPrice</code>, the external price is unset and the <code>priceMode</code> is set to <code>Platform</code>.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param externalPrice value to be set
* @return Builder
*/
Expand Down Expand Up @@ -112,6 +115,7 @@ public String getLineItemKey() {

/**
* <p>Value to set. If <code>externalPrice</code> is not given and the <code>priceMode</code> is <code>ExternalPrice</code>, the external price is unset and the <code>priceMode</code> is set to <code>Platform</code>.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @return externalPrice
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public String getLineItemKey() {

/**
* <p>Value to set. If <code>externalPrice</code> is not given and the <code>priceMode</code> is <code>ExternalPrice</code>, the external price is unset and the <code>priceMode</code> is set to <code>Platform</code>.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
*/

public com.commercetools.api.models.common.Money getExternalPrice() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public interface CustomLineItemDraft extends com.commercetools.api.models.Custom

/**
* <p>Money value of the Custom Line Item. The value can be negative.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @return money
*/
@NotNull
Expand Down Expand Up @@ -156,6 +157,7 @@ public interface CustomLineItemDraft extends com.commercetools.api.models.Custom

/**
* <p>Money value of the Custom Line Item. The value can be negative.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param money value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ public CustomLineItemDraftBuilder quantity(@Nullable final Long quantity) {

/**
* <p>Money value of the Custom Line Item. The value can be negative.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param builder function to build the money value
* @return Builder
*/
Expand All @@ -127,6 +128,7 @@ public CustomLineItemDraftBuilder money(

/**
* <p>Money value of the Custom Line Item. The value can be negative.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param builder function to build the money value
* @return Builder
*/
Expand All @@ -139,6 +141,7 @@ public CustomLineItemDraftBuilder withMoney(

/**
* <p>Money value of the Custom Line Item. The value can be negative.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @param money value to be set
* @return Builder
*/
Expand Down Expand Up @@ -393,6 +396,7 @@ public Long getQuantity() {

/**
* <p>Money value of the Custom Line Item. The value can be negative.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
* @return money
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public Long getQuantity() {

/**
* <p>Money value of the Custom Line Item. The value can be negative.</p>
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
*/

public com.commercetools.api.models.common.Money getMoney() {
Expand Down
Loading