Class StandalonePriceUpdateAction.Builder
java.lang.Object
com.commercetools.graphql.api.types.StandalonePriceUpdateAction.Builder
- Enclosing class:
- StandalonePriceUpdateAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPriceTier(AddStandalonePriceTier addPriceTier) applyStagedChanges(ApplyStagedChanges applyStagedChanges) build()changeActive(ChangeStandalonePriceActive changeActive) changeValue(ChangeStandalonePriceValue changeValue) removePriceTier(RemoveStandalonePriceTier removePriceTier) removeStagedChanges(RemoveStagedChanges removeStagedChanges) setCustomField(SetStandalonePriceCustomFields setCustomField) setCustomType(CustomFieldsDraft setCustomType) setDiscountedPrice(SetStandalonePriceDiscountedPrice setDiscountedPrice) setKey(SetStandalonePriceKey setKey) setPriceTiers(SetStandalonePriceTiers setPriceTiers) setValidFrom(SetStandalonePriceValidFrom setValidFrom) setValidFromAndUntil(SetStandalonePriceValidFromAndUntil setValidFromAndUntil) setValidUntil(SetStandalonePriceValidUntil setValidUntil)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
applyStagedChanges
public StandalonePriceUpdateAction.Builder applyStagedChanges(ApplyStagedChanges applyStagedChanges) -
changeActive
-
changeValue
-
setKey
-
setDiscountedPrice
public StandalonePriceUpdateAction.Builder setDiscountedPrice(SetStandalonePriceDiscountedPrice setDiscountedPrice) -
setCustomField
public StandalonePriceUpdateAction.Builder setCustomField(SetStandalonePriceCustomFields setCustomField) -
setCustomType
-
setValidFromAndUntil
public StandalonePriceUpdateAction.Builder setValidFromAndUntil(SetStandalonePriceValidFromAndUntil setValidFromAndUntil) -
setValidFrom
-
setValidUntil
public StandalonePriceUpdateAction.Builder setValidUntil(SetStandalonePriceValidUntil setValidUntil) -
addPriceTier
-
removePriceTier
public StandalonePriceUpdateAction.Builder removePriceTier(RemoveStandalonePriceTier removePriceTier) -
removeStagedChanges
public StandalonePriceUpdateAction.Builder removeStagedChanges(RemoveStagedChanges removeStagedChanges) -
setPriceTiers
-