Package com.commercetools.api.client
Interface ByProjectKeyInventoryRequestBuilderMixin
- All Known Implementing Classes:
ByProjectKeyInventoryRequestBuilder
public interface ByProjectKeyInventoryRequestBuilderMixin
-
Method Summary
Modifier and TypeMethodDescriptiondefault ByProjectKeyInventoryPost
create
(InventoryEntryDraft inventoryEntryDraft) default ByProjectKeyInventoryPost
default ByProjectKeyInventoryByIDDelete
delete
(Versioned<InventoryEntry> inventoryEntry) post
(InventoryEntryDraft inventoryEntryDraft) default WithUpdateActionBuilder<InventoryEntryUpdateAction,
InventoryEntryUpdateActionBuilder, ByProjectKeyInventoryByIDPost> update
(Versioned<InventoryEntry> inventoryEntry) default ByProjectKeyInventoryByIDPost
update
(Versioned<InventoryEntry> inventoryEntry, UnaryOperator<UpdateActionBuilder<InventoryEntryUpdateAction, InventoryEntryUpdateActionBuilder>> op) default ByProjectKeyInventoryByIDPost
update
(Versioned<InventoryEntry> inventoryEntry, List<InventoryEntryUpdateAction> actions)
-
Method Details
-
post
-
withId
-
update
default ByProjectKeyInventoryByIDPost update(Versioned<InventoryEntry> inventoryEntry, List<InventoryEntryUpdateAction> actions) -
update
default ByProjectKeyInventoryByIDPost update(Versioned<InventoryEntry> inventoryEntry, UnaryOperator<UpdateActionBuilder<InventoryEntryUpdateAction, InventoryEntryUpdateActionBuilder>> op) -
update
default WithUpdateActionBuilder<InventoryEntryUpdateAction,InventoryEntryUpdateActionBuilder, updateByProjectKeyInventoryByIDPost> (Versioned<InventoryEntry> inventoryEntry) -
delete
-
create
-
create
-