Class StoreRemoveSupplyChannelActionBuilder

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

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

     StoreRemoveSupplyChannelAction storeRemoveSupplyChannelAction = StoreRemoveSupplyChannelAction.builder()
             .supplyChannel(supplyChannelBuilder -> supplyChannelBuilder)
             .build()