Class ChannelSetAddressCustomTypeActionBuilder

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

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

     ChannelSetAddressCustomTypeAction channelSetAddressCustomTypeAction = ChannelSetAddressCustomTypeAction.builder()
             .build()