Class InventoryEntryChangeQuantityActionBuilder

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

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

     InventoryEntryChangeQuantityAction inventoryEntryChangeQuantityAction = InventoryEntryChangeQuantityAction.builder()
             .quantity(0.3)
             .build()