Class ProductSetKeyActionBuilder

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

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

     ProductSetKeyAction productSetKeyAction = ProductSetKeyAction.builder()
             .build()