Class ProductSelectionSetCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.product_selection.ProductSelectionSetCustomTypeActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<ProductSelectionSetCustomTypeAction>

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

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