Package com.commercetools.api.client
Interface ApiDeleteMethod<T extends ApiDeleteMethod<T,TResult>,TResult>
- All Superinterfaces:
RequestCommand<TResult>
- All Known Implementing Classes:
ByProjectKeyAttributeGroupsByIDDelete
,ByProjectKeyAttributeGroupsKeyByKeyDelete
,ByProjectKeyCartDiscountsByIDDelete
,ByProjectKeyCartDiscountsKeyByKeyDelete
,ByProjectKeyCartsByIDDelete
,ByProjectKeyCartsKeyByKeyDelete
,ByProjectKeyCategoriesByIDDelete
,ByProjectKeyCategoriesKeyByKeyDelete
,ByProjectKeyChannelsByIDDelete
,ByProjectKeyCustomerGroupsByIDDelete
,ByProjectKeyCustomerGroupsKeyByKeyDelete
,ByProjectKeyCustomersByIDDelete
,ByProjectKeyCustomersKeyByKeyDelete
,ByProjectKeyDiscountCodesByIDDelete
,ByProjectKeyExtensionsByIDDelete
,ByProjectKeyExtensionsKeyByKeyDelete
,ByProjectKeyInventoryByIDDelete
,ByProjectKeyInventoryKeyByKeyDelete
,ByProjectKeyOrdersByIDDelete
,ByProjectKeyPaymentsByIDDelete
,ByProjectKeyPaymentsKeyByKeyDelete
,ByProjectKeyProductDiscountsByIDDelete
,ByProjectKeyProductDiscountsKeyByKeyDelete
,ByProjectKeyProductsByIDDelete
,ByProjectKeyProductSelectionsByIDDelete
,ByProjectKeyProductSelectionsKeyByKeyDelete
,ByProjectKeyProductsKeyByKeyDelete
,ByProjectKeyProductTypesByIDDelete
,ByProjectKeyProductTypesKeyByKeyDelete
,ByProjectKeyQuoteRequestsByIDDelete
,ByProjectKeyQuoteRequestsKeyByKeyDelete
,ByProjectKeyQuotesByIDDelete
,ByProjectKeyQuotesKeyByKeyDelete
,ByProjectKeyReviewsByIDDelete
,ByProjectKeyReviewsKeyByKeyDelete
,ByProjectKeyShippingMethodsByIDDelete
,ByProjectKeyShippingMethodsKeyByKeyDelete
,ByProjectKeyShoppingListsByIDDelete
,ByProjectKeyShoppingListsKeyByKeyDelete
,ByProjectKeyStagedQuotesByIDDelete
,ByProjectKeyStagedQuotesKeyByKeyDelete
,ByProjectKeyStandalonePricesByIDDelete
,ByProjectKeyStandalonePricesKeyByKeyDelete
,ByProjectKeyStatesByIDDelete
,ByProjectKeyStatesKeyByKeyDelete
,ByProjectKeyStoresByIDDelete
,ByProjectKeyStoresKeyByKeyDelete
,ByProjectKeySubscriptionsByIDDelete
,ByProjectKeySubscriptionsKeyByKeyDelete
,ByProjectKeyTaxCategoriesByIDDelete
,ByProjectKeyTaxCategoriesKeyByKeyDelete
,ByProjectKeyTypesByIDDelete
,ByProjectKeyTypesKeyByKeyDelete
,ByProjectKeyZonesByIDDelete
,ByProjectKeyZonesKeyByKeyDelete
public interface ApiDeleteMethod<T extends ApiDeleteMethod<T,TResult>,TResult>
extends RequestCommand<TResult>
-
Method Summary
Modifier and TypeMethodDescription<TValue> ApiDeleteMethod<T,
TResult> addVersion
(TValue version) add additional version query parameterdefault T
<TValue> ApiDeleteMethod<T,
TResult> withVersion
(TValue version) set version with the specificied valueMethods inherited from interface io.vrap.rmf.base.client.RequestCommand
execute, executeBlocking, executeBlocking
-
Method Details
-
getVersion
-
withVersion
set version with the specificied value- Type Parameters:
TValue
- value type- Parameters:
version
- resource version- Returns:
- method
-
addVersion
add additional version query parameter- Type Parameters:
TValue
- value type- Parameters:
version
- resource version- Returns:
- method
-
asBaseType
-