Package com.commercetools.api.client
Interface DataerasureTrait<T extends DataerasureTrait<T>>
- Type Parameters:
T- type of extending interface
- All Known Implementing Classes:
ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsByIDDelete,ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsKeyByKeyDelete,ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyShoppingListsByIDDelete,ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyShoppingListsKeyByKeyDelete,ByProjectKeyCartsByIDDelete,ByProjectKeyCartsKeyByKeyDelete,ByProjectKeyCustomersByIDDelete,ByProjectKeyCustomersKeyByKeyDelete,ByProjectKeyCustomObjectsByContainerByKeyDelete,ByProjectKeyDiscountCodesByIDDelete,ByProjectKeyDiscountCodesKeyByKeyDelete,ByProjectKeyInStoreKeyByStoreKeyCartsByIDDelete,ByProjectKeyInStoreKeyByStoreKeyCartsKeyByKeyDelete,ByProjectKeyInStoreKeyByStoreKeyCustomersByIDDelete,ByProjectKeyInStoreKeyByStoreKeyCustomersKeyByKeyDelete,ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsByIDDelete,ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsKeyByKeyDelete,ByProjectKeyInStoreKeyByStoreKeyOrdersByIDDelete,ByProjectKeyInStoreKeyByStoreKeyOrdersOrderNumberByOrderNumberDelete,ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsByIDDelete,ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsKeyByKeyDelete,ByProjectKeyInStoreKeyByStoreKeyQuotesByIDDelete,ByProjectKeyInStoreKeyByStoreKeyQuotesKeyByKeyDelete,ByProjectKeyInStoreKeyByStoreKeyShoppingListsByIDDelete,ByProjectKeyInStoreKeyByStoreKeyShoppingListsKeyByKeyDelete,ByProjectKeyInStoreKeyByStoreKeyStagedQuotesByIDDelete,ByProjectKeyInStoreKeyByStoreKeyStagedQuotesKeyByKeyDelete,ByProjectKeyOrdersByIDDelete,ByProjectKeyOrdersOrderNumberByOrderNumberDelete,ByProjectKeyPaymentsByIDDelete,ByProjectKeyPaymentsKeyByKeyDelete,ByProjectKeyQuoteRequestsByIDDelete,ByProjectKeyQuoteRequestsKeyByKeyDelete,ByProjectKeyQuotesByIDDelete,ByProjectKeyQuotesKeyByKeyDelete,ByProjectKeyRecurringOrdersByIDDelete,ByProjectKeyRecurringOrdersKeyByKeyDelete,ByProjectKeyReviewsByIDDelete,ByProjectKeyReviewsKeyByKeyDelete,ByProjectKeyShoppingListsByIDDelete,ByProjectKeyShoppingListsKeyByKeyDelete,ByProjectKeyStagedQuotesByIDDelete,ByProjectKeyStagedQuotesKeyByKeyDelete
public interface DataerasureTrait<T extends DataerasureTrait<T>>
DataerasureTrait
-
Method Summary
Modifier and TypeMethodDescription<TValue> DataerasureTrait<T>addDataErasure(TValue dataErasure) add additional dataErasure query parameterdefault DataerasureTrait<T>default T<TValue> DataerasureTrait<T>withDataErasure(TValue dataErasure) set dataErasure with the specificied value
-
Method Details
-
getDataErasure
-
withDataErasure
set dataErasure with the specificied value- Type Parameters:
TValue- value type- Parameters:
dataErasure- value to be set- Returns:
- DataerasureTrait
-
addDataErasure
add additional dataErasure query parameter- Type Parameters:
TValue- value type- Parameters:
dataErasure- value to be added- Returns:
- DataerasureTrait
-
asDataerasureTrait
-
asDataerasureTraitToBaseType
-