Class InventoryEntrySetSafetyStockActionBuilder

java.lang.Object
com.commercetools.api.models.inventory.InventoryEntrySetSafetyStockActionBuilder
All Implemented Interfaces:
Builder<InventoryEntrySetSafetyStockAction>

public class InventoryEntrySetSafetyStockActionBuilder extends Object implements Builder<InventoryEntrySetSafetyStockAction>
InventoryEntrySetSafetyStockActionBuilder
Example to create an instance using the builder pattern

     InventoryEntrySetSafetyStockAction inventoryEntrySetSafetyStockAction = InventoryEntrySetSafetyStockAction.builder()
             .build()
 
  • Constructor Details

    • InventoryEntrySetSafetyStockActionBuilder

      public InventoryEntrySetSafetyStockActionBuilder()
  • Method Details