Class ShippingMethodUpdateAction.Builder
java.lang.Object
com.commercetools.graphql.api.types.ShippingMethodUpdateAction.Builder
- Enclosing class:
- ShippingMethodUpdateAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddShippingRate(AddShippingMethodShippingRate addShippingRate) addZone(AddShippingMethodZone addZone) build()changeIsDefault(ChangeShippingMethodIsDefault changeIsDefault) changeName(ChangeShippingMethodName changeName) changeTaxCategory(ChangeShippingMethodTaxCategory changeTaxCategory) removeShippingRate(RemoveShippingMethodShippingRate removeShippingRate) removeZone(RemoveShippingMethodZone removeZone) setCustomField(SetShippingMethodCustomField setCustomField) setCustomType(SetShippingMethodCustomType setCustomType) setDescription(SetShippingMethodDescription setDescription) This action is deprecated in favor of using 'setLocalizedDescription'setKey(SetShippingMethodKey setKey) setLocalizedDescription(SetShippingMethodLocalizedDescription setLocalizedDescription) setLocalizedName(SetShippingMethodLocalizedName setLocalizedName) setPredicate(SetShippingMethodPredicate setPredicate)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
addShippingRate
public ShippingMethodUpdateAction.Builder addShippingRate(AddShippingMethodShippingRate addShippingRate) -
addZone
-
changeIsDefault
public ShippingMethodUpdateAction.Builder changeIsDefault(ChangeShippingMethodIsDefault changeIsDefault) -
changeName
-
changeTaxCategory
public ShippingMethodUpdateAction.Builder changeTaxCategory(ChangeShippingMethodTaxCategory changeTaxCategory) -
removeShippingRate
public ShippingMethodUpdateAction.Builder removeShippingRate(RemoveShippingMethodShippingRate removeShippingRate) -
removeZone
-
setCustomField
public ShippingMethodUpdateAction.Builder setCustomField(SetShippingMethodCustomField setCustomField) -
setCustomType
-
setDescription
public ShippingMethodUpdateAction.Builder setDescription(SetShippingMethodDescription setDescription) This action is deprecated in favor of using 'setLocalizedDescription' -
setKey
-
setLocalizedDescription
public ShippingMethodUpdateAction.Builder setLocalizedDescription(SetShippingMethodLocalizedDescription setLocalizedDescription) -
setLocalizedName
public ShippingMethodUpdateAction.Builder setLocalizedName(SetShippingMethodLocalizedName setLocalizedName) -
setPredicate
-