Class CustomerAddStoreActionBuilder

java.lang.Object
com.commercetools.api.models.customer.CustomerAddStoreActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<CustomerAddStoreAction>

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

     CustomerAddStoreAction customerAddStoreAction = CustomerAddStoreAction.builder()
             .store(storeBuilder -> storeBuilder)
             .build()