Package com.commercetools.api.client
Interface ByProjectKeyInventoryRequestBuilderMixin
- All Known Implementing Classes:
ByProjectKeyInventoryRequestBuilder
public interface ByProjectKeyInventoryRequestBuilderMixin
-
Method Summary
Modifier and TypeMethodDescriptiondefault ByProjectKeyInventoryPostcreate(InventoryEntryDraft inventoryEntryDraft) default ByProjectKeyInventoryPostdefault ByProjectKeyInventoryByIDDeletedelete(Versioned<InventoryEntry> inventoryEntry) post(InventoryEntryDraft inventoryEntryDraft) default WithUpdateActionBuilder<InventoryEntryUpdateAction,InventoryEntryUpdateActionBuilder, ByProjectKeyInventoryByIDPost> update(Versioned<InventoryEntry> inventoryEntry) default ByProjectKeyInventoryByIDPostupdate(Versioned<InventoryEntry> inventoryEntry, UnaryOperator<UpdateActionBuilder<InventoryEntryUpdateAction, InventoryEntryUpdateActionBuilder>> op) default ByProjectKeyInventoryByIDPostupdate(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
-