Package com.commercetools.compat
Class DeleteBuilder
java.lang.Object
com.commercetools.compat.DeleteBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncart(Versioned<Cart> cart, Function<CartDeleteCommand, CartDeleteCommand> deleteDsl) cart(Versioned<Cart> cart, Function<CartDeleteCommand, CartDeleteCommand> deleteDsl) cart(String id, Long version, Function<CartDeleteCommand, CartDeleteCommand> deleteDsl) cartDiscount(Versioned<CartDiscount> cartDiscount, Function<CartDiscountDeleteCommand, CartDiscountDeleteCommand> deleteDsl) cartDiscount(Versioned<CartDiscount> cartDiscount, Function<CartDiscountDeleteCommand, CartDiscountDeleteCommand> deleteDsl) cartDiscount(String id, Long version, Function<CartDiscountDeleteCommand, CartDiscountDeleteCommand> deleteDsl) category(Versioned<Category> category, Function<CategoryDeleteCommand, CategoryDeleteCommand> deleteDsl) category(Versioned<Category> category, Function<CategoryDeleteCommand, CategoryDeleteCommand> deleteDsl) category(String id, Long version, Function<CategoryDeleteCommand, CategoryDeleteCommand> deleteDsl) channel(Versioned<Channel> channel, Function<ChannelDeleteCommand, ChannelDeleteCommand> deleteDsl) channel(Versioned<Channel> channel, Function<ChannelDeleteCommand, ChannelDeleteCommand> deleteDsl) channel(String id, Long version, Function<ChannelDeleteCommand, ChannelDeleteCommand> deleteDsl) customer(Versioned<Customer> customer, boolean eraseData, Function<CustomerDeleteCommand, CustomerDeleteCommand> deleteDsl) customer(Versioned<Customer> customer, Function<CustomerDeleteCommand, CustomerDeleteCommand> deleteDsl) customer(Versioned<Customer> customer, boolean eraseData, Function<CustomerDeleteCommand, CustomerDeleteCommand> deleteDsl) customer(Versioned<Customer> customer, Function<CustomerDeleteCommand, CustomerDeleteCommand> deleteDsl) customer(String id, Long version, boolean eraseData, Function<CustomerDeleteCommand, CustomerDeleteCommand> deleteDsl) customer(String id, Long version, Function<CustomerDeleteCommand, CustomerDeleteCommand> deleteDsl) customerGroup(Versioned<CustomerGroup> customerGroup, Function<CustomerGroupDeleteCommand, CustomerGroupDeleteCommand> deleteDsl) customerGroup(Versioned<CustomerGroup> customerGroup, Function<CustomerGroupDeleteCommand, CustomerGroupDeleteCommand> deleteDsl) customerGroup(String id, Long version, Function<CustomerGroupDeleteCommand, CustomerGroupDeleteCommand> deleteDsl) static <T extends ApiMethod<T,TResult> & ExpandableTrait<T> & VersionedTrait<T>, TResult, TQuery extends MetaModelReferenceExpansionDsl<?, ? extends DeleteCommand<?>, ?>>
Tstatic <T extends ApiMethod<T,TResult> & ExpandableTrait<T> & VersionedTrait<T>, TResult, TQuery extends MetaModelReferenceExpansionDsl<?, ? extends DeleteCommand<?>, ?>>
Tdelete(T request, long version, TQuery deleteDsl) discountCode(Versioned<DiscountCode> discountCode, Function<DiscountCodeDeleteCommand, DiscountCodeDeleteCommand> deleteDsl) discountCode(Versioned<DiscountCode> discountCode, Function<DiscountCodeDeleteCommand, DiscountCodeDeleteCommand> deleteDsl) discountCode(String id, Long version, Function<DiscountCodeDeleteCommand, DiscountCodeDeleteCommand> deleteDsl) inventory(Versioned<InventoryEntry> inventory, Function<InventoryEntryDeleteCommand, InventoryEntryDeleteCommand> deleteDsl) inventory(Versioned<InventoryEntry> inventory, Function<InventoryEntryDeleteCommand, InventoryEntryDeleteCommand> deleteDsl) inventory(String id, Long version, Function<InventoryEntryDeleteCommand, InventoryEntryDeleteCommand> deleteDsl) static DeleteBuilderof(ProjectApiRoot apiRoot) order(Versioned<Order> order, Function<OrderDeleteCommand, OrderDeleteCommand> deleteDsl) order(Versioned<Order> order, Function<OrderDeleteCommand, OrderDeleteCommand> deleteDsl) order(String id, Long version, Function<OrderDeleteCommand, OrderDeleteCommand> deleteDsl) payment(Versioned<Payment> payment, Function<PaymentDeleteCommand, PaymentDeleteCommand> deleteDsl) payment(Versioned<Payment> payment, Function<PaymentDeleteCommand, PaymentDeleteCommand> deleteDsl) payment(String id, Long version, Function<PaymentDeleteCommand, PaymentDeleteCommand> deleteDsl) product(Versioned<Product> product, Function<ProductDeleteCommand, ProductDeleteCommand> deleteDsl) product(Versioned<Product> product, Function<ProductDeleteCommand, ProductDeleteCommand> deleteDsl) product(String id, Long version, Function<ProductDeleteCommand, ProductDeleteCommand> deleteDsl) productDiscount(Versioned<ProductDiscount> productDiscount, Function<ProductDiscountDeleteCommand, ProductDiscountDeleteCommand> deleteDsl) productDiscount(Versioned<ProductDiscount> productDiscount, Function<ProductDiscountDeleteCommand, ProductDiscountDeleteCommand> deleteDsl) productDiscount(String id, Long version, Function<ProductDiscountDeleteCommand, ProductDiscountDeleteCommand> deleteDsl) productType(Versioned<ProductType> productType, Function<ProductTypeDeleteCommand, ProductTypeDeleteCommand> deleteDsl) productType(Versioned<ProductType> productType, Function<ProductTypeDeleteCommand, ProductTypeDeleteCommand> deleteDsl) productType(String id, Long version, Function<ProductTypeDeleteCommand, ProductTypeDeleteCommand> deleteDsl) review(Versioned<Review> review, Function<ReviewDeleteCommand, ReviewDeleteCommand> deleteDsl) review(Versioned<Review> review, Function<ReviewDeleteCommand, ReviewDeleteCommand> deleteDsl) review(String id, Long version, Function<ReviewDeleteCommand, ReviewDeleteCommand> deleteDsl) shippingMethod(Versioned<ShippingMethod> shippingMethod, Function<ShippingMethodDeleteCommand, ShippingMethodDeleteCommand> deleteDsl) shippingMethod(Versioned<ShippingMethod> shippingMethod, Function<ShippingMethodDeleteCommand, ShippingMethodDeleteCommand> deleteDsl) shippingMethod(String id, Long version, Function<ShippingMethodDeleteCommand, ShippingMethodDeleteCommand> deleteDsl) shoppingList(Versioned<ShoppingList> shoppingList, Function<ShoppingListDeleteCommand, ShoppingListDeleteCommand> deleteDsl) shoppingList(Versioned<ShoppingList> shoppingList, Function<ShoppingListDeleteCommand, ShoppingListDeleteCommand> deleteDsl) shoppingList(String id, Long version, Function<ShoppingListDeleteCommand, ShoppingListDeleteCommand> deleteDsl) state(Versioned<State> state, Function<StateDeleteCommand, StateDeleteCommand> deleteDsl) state(Versioned<State> state, Function<StateDeleteCommand, StateDeleteCommand> deleteDsl) state(String id, Long version, Function<StateDeleteCommand, StateDeleteCommand> deleteDsl) store(Versioned<Store> store, Function<StoreDeleteCommand, StoreDeleteCommand> deleteDsl) store(Versioned<Store> store, Function<StoreDeleteCommand, StoreDeleteCommand> deleteDsl) store(String id, Long version, Function<StoreDeleteCommand, StoreDeleteCommand> deleteDsl) subscription(Versioned<Subscription> subscription) subscription(Versioned<Subscription> subscription) subscription(String id, Long version) taxCategory(Versioned<TaxCategory> taxCategory, Function<TaxCategoryDeleteCommand, TaxCategoryDeleteCommand> deleteDsl) taxCategory(Versioned<TaxCategory> taxCategory, Function<TaxCategoryDeleteCommand, TaxCategoryDeleteCommand> deleteDsl) taxCategory(String id, Long version, Function<TaxCategoryDeleteCommand, TaxCategoryDeleteCommand> deleteDsl) type(Versioned<Type> type, Function<TypeDeleteCommand, TypeDeleteCommand> deleteDsl) type(Versioned<Type> type, Function<TypeDeleteCommand, TypeDeleteCommand> deleteDsl) type(String id, Long version, Function<TypeDeleteCommand, TypeDeleteCommand> deleteDsl) <T extends ApiMethod<T,TResult> & ExpandableTrait<T> & VersionedTrait<T>, TResult, TQuery extends MetaModelReferenceExpansionDsl<?, ? extends DeleteCommand<?>, ?>>
Twith(Function<ProjectApiRoot, T> request, long version, Supplier<TQuery> createDeleteDsl, Function<TQuery, TQuery> deleteDsl) zone(Versioned<Zone> zone, Function<ZoneDeleteCommand, ZoneDeleteCommand> deleteDsl) zone(Versioned<Zone> zone, Function<ZoneDeleteCommand, ZoneDeleteCommand> deleteDsl) zone(String id, Long version, Function<ZoneDeleteCommand, ZoneDeleteCommand> deleteDsl)
-
Method Details
-
of
-
delete
public static <T extends ApiMethod<T,TResult> & ExpandableTrait<T> & VersionedTrait<T>, T deleteTResult, TQuery extends MetaModelReferenceExpansionDsl<?, ? extends DeleteCommand<?>, ?>> (T request, long version, TQuery deleteDsl) -
delete
public static <T extends ApiMethod<T,TResult> & ExpandableTrait<T> & VersionedTrait<T>, T deleteTResult, TQuery extends MetaModelReferenceExpansionDsl<?, ? extends DeleteCommand<?>, ?>> (T request, long version, Supplier<TQuery> createDelete, Function<TQuery, TQuery> deleteDsl) -
with
public <T extends ApiMethod<T,TResult> & ExpandableTrait<T> & VersionedTrait<T>, T withTResult, TQuery extends MetaModelReferenceExpansionDsl<?, ? extends DeleteCommand<?>, ?>> (Function<ProjectApiRoot, T> request, long version, Supplier<TQuery> createDeleteDsl, Function<TQuery, TQuery> deleteDsl) -
customer
public ByProjectKeyCustomersByIDDelete customer(String id, Long version, Function<CustomerDeleteCommand, CustomerDeleteCommand> deleteDsl) -
customer
public ByProjectKeyCustomersByIDDelete customer(Versioned<Customer> customer, Function<CustomerDeleteCommand, CustomerDeleteCommand> deleteDsl) -
customer
public ByProjectKeyCustomersByIDDelete customer(Versioned<Customer> customer, Function<CustomerDeleteCommand, CustomerDeleteCommand> deleteDsl) -
customer
public ByProjectKeyCustomersByIDDelete customer(String id, Long version, boolean eraseData, Function<CustomerDeleteCommand, CustomerDeleteCommand> deleteDsl) -
customer
public ByProjectKeyCustomersByIDDelete customer(Versioned<Customer> customer, boolean eraseData, Function<CustomerDeleteCommand, CustomerDeleteCommand> deleteDsl) -
customer
public ByProjectKeyCustomersByIDDelete customer(Versioned<Customer> customer, boolean eraseData, Function<CustomerDeleteCommand, CustomerDeleteCommand> deleteDsl) -
cart
public ByProjectKeyCartsByIDDelete cart(String id, Long version, Function<CartDeleteCommand, CartDeleteCommand> deleteDsl) -
cart
public ByProjectKeyCartsByIDDelete cart(Versioned<Cart> cart, Function<CartDeleteCommand, CartDeleteCommand> deleteDsl) -
cart
public ByProjectKeyCartsByIDDelete cart(Versioned<Cart> cart, Function<CartDeleteCommand, CartDeleteCommand> deleteDsl) -
cartDiscount
public ByProjectKeyCartDiscountsByIDDelete cartDiscount(String id, Long version, Function<CartDiscountDeleteCommand, CartDiscountDeleteCommand> deleteDsl) -
cartDiscount
public ByProjectKeyCartDiscountsByIDDelete cartDiscount(Versioned<CartDiscount> cartDiscount, Function<CartDiscountDeleteCommand, CartDiscountDeleteCommand> deleteDsl) -
cartDiscount
public ByProjectKeyCartDiscountsByIDDelete cartDiscount(Versioned<CartDiscount> cartDiscount, Function<CartDiscountDeleteCommand, CartDiscountDeleteCommand> deleteDsl) -
category
public ByProjectKeyCategoriesByIDDelete category(String id, Long version, Function<CategoryDeleteCommand, CategoryDeleteCommand> deleteDsl) -
category
public ByProjectKeyCategoriesByIDDelete category(Versioned<Category> category, Function<CategoryDeleteCommand, CategoryDeleteCommand> deleteDsl) -
category
public ByProjectKeyCategoriesByIDDelete category(Versioned<Category> category, Function<CategoryDeleteCommand, CategoryDeleteCommand> deleteDsl) -
discountCode
public ByProjectKeyDiscountCodesByIDDelete discountCode(String id, Long version, Function<DiscountCodeDeleteCommand, DiscountCodeDeleteCommand> deleteDsl) -
discountCode
public ByProjectKeyDiscountCodesByIDDelete discountCode(Versioned<DiscountCode> discountCode, Function<DiscountCodeDeleteCommand, DiscountCodeDeleteCommand> deleteDsl) -
discountCode
public ByProjectKeyDiscountCodesByIDDelete discountCode(Versioned<DiscountCode> discountCode, Function<DiscountCodeDeleteCommand, DiscountCodeDeleteCommand> deleteDsl) -
channel
public ByProjectKeyChannelsByIDDelete channel(String id, Long version, Function<ChannelDeleteCommand, ChannelDeleteCommand> deleteDsl) -
channel
public ByProjectKeyChannelsByIDDelete channel(Versioned<Channel> channel, Function<ChannelDeleteCommand, ChannelDeleteCommand> deleteDsl) -
channel
public ByProjectKeyChannelsByIDDelete channel(Versioned<Channel> channel, Function<ChannelDeleteCommand, ChannelDeleteCommand> deleteDsl) -
product
public ByProjectKeyProductsByIDDelete product(String id, Long version, Function<ProductDeleteCommand, ProductDeleteCommand> deleteDsl) -
product
public ByProjectKeyProductsByIDDelete product(Versioned<Product> product, Function<ProductDeleteCommand, ProductDeleteCommand> deleteDsl) -
product
public ByProjectKeyProductsByIDDelete product(Versioned<Product> product, Function<ProductDeleteCommand, ProductDeleteCommand> deleteDsl) -
customerGroup
public ByProjectKeyCustomerGroupsByIDDelete customerGroup(String id, Long version, Function<CustomerGroupDeleteCommand, CustomerGroupDeleteCommand> deleteDsl) -
customerGroup
public ByProjectKeyCustomerGroupsByIDDelete customerGroup(Versioned<CustomerGroup> customerGroup, Function<CustomerGroupDeleteCommand, CustomerGroupDeleteCommand> deleteDsl) -
customerGroup
public ByProjectKeyCustomerGroupsByIDDelete customerGroup(Versioned<CustomerGroup> customerGroup, Function<CustomerGroupDeleteCommand, CustomerGroupDeleteCommand> deleteDsl) -
extension
-
extension
-
extension
-
inventory
public ByProjectKeyInventoryByIDDelete inventory(String id, Long version, Function<InventoryEntryDeleteCommand, InventoryEntryDeleteCommand> deleteDsl) -
inventory
public ByProjectKeyInventoryByIDDelete inventory(Versioned<InventoryEntry> inventory, Function<InventoryEntryDeleteCommand, InventoryEntryDeleteCommand> deleteDsl) -
inventory
public ByProjectKeyInventoryByIDDelete inventory(Versioned<InventoryEntry> inventory, Function<InventoryEntryDeleteCommand, InventoryEntryDeleteCommand> deleteDsl) -
order
public ByProjectKeyOrdersByIDDelete order(String id, Long version, Function<OrderDeleteCommand, OrderDeleteCommand> deleteDsl) -
order
public ByProjectKeyOrdersByIDDelete order(Versioned<Order> order, Function<OrderDeleteCommand, OrderDeleteCommand> deleteDsl) -
order
public ByProjectKeyOrdersByIDDelete order(Versioned<Order> order, Function<OrderDeleteCommand, OrderDeleteCommand> deleteDsl) -
payment
public ByProjectKeyPaymentsByIDDelete payment(String id, Long version, Function<PaymentDeleteCommand, PaymentDeleteCommand> deleteDsl) -
payment
public ByProjectKeyPaymentsByIDDelete payment(Versioned<Payment> payment, Function<PaymentDeleteCommand, PaymentDeleteCommand> deleteDsl) -
payment
public ByProjectKeyPaymentsByIDDelete payment(Versioned<Payment> payment, Function<PaymentDeleteCommand, PaymentDeleteCommand> deleteDsl) -
productDiscount
public ByProjectKeyProductDiscountsByIDDelete productDiscount(String id, Long version, Function<ProductDiscountDeleteCommand, ProductDiscountDeleteCommand> deleteDsl) -
productDiscount
public ByProjectKeyProductDiscountsByIDDelete productDiscount(Versioned<ProductDiscount> productDiscount, Function<ProductDiscountDeleteCommand, ProductDiscountDeleteCommand> deleteDsl) -
productDiscount
public ByProjectKeyProductDiscountsByIDDelete productDiscount(Versioned<ProductDiscount> productDiscount, Function<ProductDiscountDeleteCommand, ProductDiscountDeleteCommand> deleteDsl) -
productType
public ByProjectKeyProductTypesByIDDelete productType(String id, Long version, Function<ProductTypeDeleteCommand, ProductTypeDeleteCommand> deleteDsl) -
productType
public ByProjectKeyProductTypesByIDDelete productType(Versioned<ProductType> productType, Function<ProductTypeDeleteCommand, ProductTypeDeleteCommand> deleteDsl) -
productType
public ByProjectKeyProductTypesByIDDelete productType(Versioned<ProductType> productType, Function<ProductTypeDeleteCommand, ProductTypeDeleteCommand> deleteDsl) -
review
public ByProjectKeyReviewsByIDDelete review(String id, Long version, Function<ReviewDeleteCommand, ReviewDeleteCommand> deleteDsl) -
review
public ByProjectKeyReviewsByIDDelete review(Versioned<Review> review, Function<ReviewDeleteCommand, ReviewDeleteCommand> deleteDsl) -
review
public ByProjectKeyReviewsByIDDelete review(Versioned<Review> review, Function<ReviewDeleteCommand, ReviewDeleteCommand> deleteDsl) -
shippingMethod
public ByProjectKeyShippingMethodsByIDDelete shippingMethod(String id, Long version, Function<ShippingMethodDeleteCommand, ShippingMethodDeleteCommand> deleteDsl) -
shippingMethod
public ByProjectKeyShippingMethodsByIDDelete shippingMethod(Versioned<ShippingMethod> shippingMethod, Function<ShippingMethodDeleteCommand, ShippingMethodDeleteCommand> deleteDsl) -
shippingMethod
public ByProjectKeyShippingMethodsByIDDelete shippingMethod(Versioned<ShippingMethod> shippingMethod, Function<ShippingMethodDeleteCommand, ShippingMethodDeleteCommand> deleteDsl) -
shoppingList
public ByProjectKeyShoppingListsByIDDelete shoppingList(String id, Long version, Function<ShoppingListDeleteCommand, ShoppingListDeleteCommand> deleteDsl) -
shoppingList
public ByProjectKeyShoppingListsByIDDelete shoppingList(Versioned<ShoppingList> shoppingList, Function<ShoppingListDeleteCommand, ShoppingListDeleteCommand> deleteDsl) -
shoppingList
public ByProjectKeyShoppingListsByIDDelete shoppingList(Versioned<ShoppingList> shoppingList, Function<ShoppingListDeleteCommand, ShoppingListDeleteCommand> deleteDsl) -
state
public ByProjectKeyStatesByIDDelete state(String id, Long version, Function<StateDeleteCommand, StateDeleteCommand> deleteDsl) -
state
public ByProjectKeyStatesByIDDelete state(Versioned<State> state, Function<StateDeleteCommand, StateDeleteCommand> deleteDsl) -
state
public ByProjectKeyStatesByIDDelete state(Versioned<State> state, Function<StateDeleteCommand, StateDeleteCommand> deleteDsl) -
store
public ByProjectKeyStoresByIDDelete store(String id, Long version, Function<StoreDeleteCommand, StoreDeleteCommand> deleteDsl) -
store
public ByProjectKeyStoresByIDDelete store(Versioned<Store> store, Function<StoreDeleteCommand, StoreDeleteCommand> deleteDsl) -
store
public ByProjectKeyStoresByIDDelete store(Versioned<Store> store, Function<StoreDeleteCommand, StoreDeleteCommand> deleteDsl) -
subscription
-
subscription
-
subscription
-
taxCategory
public ByProjectKeyTaxCategoriesByIDDelete taxCategory(String id, Long version, Function<TaxCategoryDeleteCommand, TaxCategoryDeleteCommand> deleteDsl) -
taxCategory
public ByProjectKeyTaxCategoriesByIDDelete taxCategory(Versioned<TaxCategory> taxCategory, Function<TaxCategoryDeleteCommand, TaxCategoryDeleteCommand> deleteDsl) -
taxCategory
public ByProjectKeyTaxCategoriesByIDDelete taxCategory(Versioned<TaxCategory> taxCategory, Function<TaxCategoryDeleteCommand, TaxCategoryDeleteCommand> deleteDsl) -
zone
public ByProjectKeyZonesByIDDelete zone(String id, Long version, Function<ZoneDeleteCommand, ZoneDeleteCommand> deleteDsl) -
zone
public ByProjectKeyZonesByIDDelete zone(Versioned<Zone> zone, Function<ZoneDeleteCommand, ZoneDeleteCommand> deleteDsl) -
zone
public ByProjectKeyZonesByIDDelete zone(Versioned<Zone> zone, Function<ZoneDeleteCommand, ZoneDeleteCommand> deleteDsl) -
type
public ByProjectKeyTypesByIDDelete type(String id, Long version, Function<TypeDeleteCommand, TypeDeleteCommand> deleteDsl) -
type
public ByProjectKeyTypesByIDDelete type(Versioned<Type> type, Function<TypeDeleteCommand, TypeDeleteCommand> deleteDsl) -
type
public ByProjectKeyTypesByIDDelete type(Versioned<Type> type, Function<TypeDeleteCommand, TypeDeleteCommand> deleteDsl)
-