Class ChannelUpdateBuilder

java.lang.Object
com.commercetools.api.models.channel.ChannelUpdateBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<ChannelUpdate>

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

     ChannelUpdate channelUpdate = ChannelUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()