Class ChannelSetGeoLocationActionBuilder

java.lang.Object
com.commercetools.api.models.channel.ChannelSetGeoLocationActionBuilder
All Implemented Interfaces:
Builder<ChannelSetGeoLocationAction>

public class ChannelSetGeoLocationActionBuilder extends Object implements Builder<ChannelSetGeoLocationAction>
ChannelSetGeoLocationActionBuilder
Example to create an instance using the builder pattern

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