Class ProductSetImageLabelActionBuilder

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

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

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

    • ProductSetImageLabelActionBuilder

      public ProductSetImageLabelActionBuilder()
  • Method Details