Class ProductSetImageLabelActionBuilder

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

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

     ProductSetImageLabelAction productSetImageLabelAction = ProductSetImageLabelAction.builder()
             .imageUrl("{imageUrl}")
             .build()