Class ChannelSetAddressCustomFieldActionBuilder

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

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

     ChannelSetAddressCustomFieldAction channelSetAddressCustomFieldAction = ChannelSetAddressCustomFieldAction.builder()
             .name("{name}")
             .build()