Class ChannelSetCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.channel.ChannelSetCustomTypeActionBuilder
All Implemented Interfaces:
Builder<ChannelSetCustomTypeAction>

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

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