Class ChannelSetGeoLocationActionBuilder

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

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

     ChannelSetGeoLocationAction channelSetGeoLocationAction = ChannelSetGeoLocationAction.builder()
             .build()