Class InventoryEntryReorderPointMessagePayloadBuilder

java.lang.Object
com.commercetools.api.models.message.InventoryEntryReorderPointMessagePayloadBuilder
All Implemented Interfaces:
Builder<InventoryEntryReorderPointMessagePayload>

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

     InventoryEntryReorderPointMessagePayload inventoryEntryReorderPointMessagePayload = InventoryEntryReorderPointMessagePayload.builder()
             .sku("{sku}")
             .quantityOnStock(0.3)
             .build()