Class ProductSetPriceKeyActionBuilder

java.lang.Object
com.commercetools.api.models.product.ProductSetPriceKeyActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<ProductSetPriceKeyAction>

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

     ProductSetPriceKeyAction productSetPriceKeyAction = ProductSetPriceKeyAction.builder()
             .priceId("{priceId}")
             .build()