Class ProductSelectionSetKeyActionBuilder

java.lang.Object
com.commercetools.api.models.product_selection.ProductSelectionSetKeyActionBuilder
All Implemented Interfaces:
Builder<ProductSelectionSetKeyAction>

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

     ProductSelectionSetKeyAction productSelectionSetKeyAction = ProductSelectionSetKeyAction.builder()
             .build()