Class InventoryEntrySetSupplyChannelActionBuilder

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

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

     InventoryEntrySetSupplyChannelAction inventoryEntrySetSupplyChannelAction = InventoryEntrySetSupplyChannelAction.builder()
             .build()