Class ChannelSetAddressActionBuilder

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

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

     ChannelSetAddressAction channelSetAddressAction = ChannelSetAddressAction.builder()
             .build()