Class InventoryEntrySetKeyActionBuilder

java.lang.Object
com.commercetools.api.models.inventory.InventoryEntrySetKeyActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<InventoryEntrySetKeyAction>

public class InventoryEntrySetKeyActionBuilder extends Object implements io.vrap.rmf.base.client.Builder<InventoryEntrySetKeyAction>
InventoryEntrySetKeyActionBuilder
Example to create an instance using the builder pattern

     InventoryEntrySetKeyAction inventoryEntrySetKeyAction = InventoryEntrySetKeyAction.builder()
             .build()
 
  • Constructor Details

    • InventoryEntrySetKeyActionBuilder

      public InventoryEntrySetKeyActionBuilder()
  • Method Details