Class ChannelSetCustomTypeActionBuilder

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

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

     ChannelSetCustomTypeAction channelSetCustomTypeAction = ChannelSetCustomTypeAction.builder()
             .build()