Class ChannelSetAddressCustomTypeActionBuilder

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

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

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