Class ShoppingListUpdateAction.Builder
java.lang.Object
com.commercetools.graphql.api.types.ShoppingListUpdateAction.Builder
- Enclosing class:
- ShoppingListUpdateAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLineItem(AddShoppingListLineItem addLineItem) addTextLineItem(AddShoppingListTextLineItem addTextLineItem) build()changeLineItemQuantity(ChangeShoppingListLineItemQuantity changeLineItemQuantity) changeLineItemsOrder(ChangeShoppingListLineItemsOrder changeLineItemsOrder) changeName(ChangeShoppingListName changeName) changeTextLineItemName(ChangeShoppingListTextLineItemName changeTextLineItemName) changeTextLineItemQuantity(ChangeShoppingListTextLineItemQuantity changeTextLineItemQuantity) changeTextLineItemsOrder(ChangeShoppingListTextLineItemsOrder changeTextLineItemsOrder) removeLineItem(RemoveShoppingListLineItem removeLineItem) removeTextLineItem(RemoveShoppingListTextLineItem removeTextLineItem) setAnonymousId(SetShoppingListAnonymousId setAnonymousId) setCustomer(SetShoppingListCustomer setCustomer) setCustomField(SetShoppingListCustomField setCustomField) setCustomType(SetShoppingListCustomType setCustomType) setDeleteDaysAfterLastModification(SetShoppingListDeleteDaysAfterLastModification setDeleteDaysAfterLastModification) setDescription(SetShoppingListDescription setDescription) setKey(SetShoppingListKey setKey) setLineItemCustomField(SetShoppingListLineItemCustomField setLineItemCustomField) setLineItemCustomType(SetShoppingListLineItemCustomType setLineItemCustomType) setSlug(SetShoppingListSlug setSlug) setStore(SetShoppingListStore setStore) setTextLineItemCustomField(SetShoppingListTextLineItemCustomField setTextLineItemCustomField) setTextLineItemCustomType(SetShoppingListTextLineItemCustomType setTextLineItemCustomType) setTextLineItemDescription(SetShoppingListTextLineItemDescription setTextLineItemDescription)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
addLineItem
-
addTextLineItem
public ShoppingListUpdateAction.Builder addTextLineItem(AddShoppingListTextLineItem addTextLineItem) -
changeLineItemQuantity
public ShoppingListUpdateAction.Builder changeLineItemQuantity(ChangeShoppingListLineItemQuantity changeLineItemQuantity) -
changeLineItemsOrder
public ShoppingListUpdateAction.Builder changeLineItemsOrder(ChangeShoppingListLineItemsOrder changeLineItemsOrder) -
changeName
-
changeTextLineItemName
public ShoppingListUpdateAction.Builder changeTextLineItemName(ChangeShoppingListTextLineItemName changeTextLineItemName) -
changeTextLineItemQuantity
public ShoppingListUpdateAction.Builder changeTextLineItemQuantity(ChangeShoppingListTextLineItemQuantity changeTextLineItemQuantity) -
changeTextLineItemsOrder
public ShoppingListUpdateAction.Builder changeTextLineItemsOrder(ChangeShoppingListTextLineItemsOrder changeTextLineItemsOrder) -
removeLineItem
-
removeTextLineItem
public ShoppingListUpdateAction.Builder removeTextLineItem(RemoveShoppingListTextLineItem removeTextLineItem) -
setAnonymousId
-
setCustomField
-
setCustomType
-
setCustomer
-
setDeleteDaysAfterLastModification
public ShoppingListUpdateAction.Builder setDeleteDaysAfterLastModification(SetShoppingListDeleteDaysAfterLastModification setDeleteDaysAfterLastModification) -
setDescription
-
setKey
-
setLineItemCustomField
public ShoppingListUpdateAction.Builder setLineItemCustomField(SetShoppingListLineItemCustomField setLineItemCustomField) -
setLineItemCustomType
public ShoppingListUpdateAction.Builder setLineItemCustomType(SetShoppingListLineItemCustomType setLineItemCustomType) -
setSlug
-
setStore
-
setTextLineItemCustomField
public ShoppingListUpdateAction.Builder setTextLineItemCustomField(SetShoppingListTextLineItemCustomField setTextLineItemCustomField) -
setTextLineItemCustomType
public ShoppingListUpdateAction.Builder setTextLineItemCustomType(SetShoppingListTextLineItemCustomType setTextLineItemCustomType) -
setTextLineItemDescription
public ShoppingListUpdateAction.Builder setTextLineItemDescription(SetShoppingListTextLineItemDescription setTextLineItemDescription)
-