Class StoreUpdateAction.Builder
java.lang.Object
com.commercetools.graphql.api.types.StoreUpdateAction.Builder
- Enclosing class:
- StoreUpdateAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCountry(AddStoreCountry addCountry) addDistributionChannel(AddStoreDistributionChannel addDistributionChannel) addProductSelection(AddStoreProductSelection addProductSelection) addSupplyChannel(AddStoreSupplyChannel addSupplyChannel) build()changeProductSelectionActive(ChangeStoreProductSelectionActive changeProductSelectionActive) removeCountry(RemoveStoreCountry removeCountry) removeDistributionChannel(RemoveStoreDistributionChannel removeDistributionChannel) removeProductSelection(RemoveStoreProductSelection removeProductSelection) removeSupplyChannel(RemoveStoreSupplyChannel removeSupplyChannel) setCountries(SetStoreCountries setCountries) setCustomField(SetStoreCustomField setCustomField) setCustomType(SetStoreCustomType setCustomType) setDistributionChannels(SetStoreDistributionChannels setDistributionChannels) setLanguages(SetStoreLanguages setLanguages) setName(SetStoreName setName) setProductSelections(SetStoreProductSelections setProductSelections) setSupplyChannels(SetStoreSupplyChannels setSupplyChannels)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
addProductSelection
-
addCountry
-
addDistributionChannel
public StoreUpdateAction.Builder addDistributionChannel(AddStoreDistributionChannel addDistributionChannel) -
addSupplyChannel
-
changeProductSelectionActive
public StoreUpdateAction.Builder changeProductSelectionActive(ChangeStoreProductSelectionActive changeProductSelectionActive) -
removeProductSelection
public StoreUpdateAction.Builder removeProductSelection(RemoveStoreProductSelection removeProductSelection) -
removeCountry
-
removeDistributionChannel
public StoreUpdateAction.Builder removeDistributionChannel(RemoveStoreDistributionChannel removeDistributionChannel) -
removeSupplyChannel
-
setProductSelections
public StoreUpdateAction.Builder setProductSelections(SetStoreProductSelections setProductSelections) -
setCountries
-
setCustomField
-
setCustomType
-
setDistributionChannels
public StoreUpdateAction.Builder setDistributionChannels(SetStoreDistributionChannels setDistributionChannels) -
setLanguages
-
setName
-
setSupplyChannels
-