Class StoreAddSupplyChannelActionBuilder

java.lang.Object
com.commercetools.api.models.store.StoreAddSupplyChannelActionBuilder
All Implemented Interfaces:
Builder<StoreAddSupplyChannelAction>

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

     StoreAddSupplyChannelAction storeAddSupplyChannelAction = StoreAddSupplyChannelAction.builder()
             .supplyChannel(supplyChannelBuilder -> supplyChannelBuilder)
             .build()