Class ProductSelectionSetCustomTypeActionBuilder

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

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

     ProductSelectionSetCustomTypeAction productSelectionSetCustomTypeAction = ProductSelectionSetCustomTypeAction.builder()
             .build()