Class ProductSetPriceModeActionBuilder

java.lang.Object
com.commercetools.api.models.product.ProductSetPriceModeActionBuilder
All Implemented Interfaces:
Builder<ProductSetPriceModeAction>

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

     ProductSetPriceModeAction productSetPriceModeAction = ProductSetPriceModeAction.builder()
             .build()