Class StoreChangeProductSelectionActionBuilder

java.lang.Object
com.commercetools.api.models.store.StoreChangeProductSelectionActionBuilder
All Implemented Interfaces:
Builder<StoreChangeProductSelectionAction>

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

     StoreChangeProductSelectionAction storeChangeProductSelectionAction = StoreChangeProductSelectionAction.builder()
             .productSelection(productSelectionBuilder -> productSelectionBuilder)
             .build()