Class InventoryEntrySetReorderPointActionBuilder

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

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

     InventoryEntrySetReorderPointAction inventoryEntrySetReorderPointAction = InventoryEntrySetReorderPointAction.builder()
             .build()
 
  • Constructor Details

    • InventoryEntrySetReorderPointActionBuilder

      public InventoryEntrySetReorderPointActionBuilder()
  • Method Details