Class ChannelSetCustomFieldActionBuilder

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

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

     ChannelSetCustomFieldAction channelSetCustomFieldAction = ChannelSetCustomFieldAction.builder()
             .name("{name}")
             .build()