Class ProductDiscountChangeSortOrderActionBuilder

java.lang.Object
com.commercetools.api.models.product_discount.ProductDiscountChangeSortOrderActionBuilder
All Implemented Interfaces:
Builder<ProductDiscountChangeSortOrderAction>

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

     ProductDiscountChangeSortOrderAction productDiscountChangeSortOrderAction = ProductDiscountChangeSortOrderAction.builder()
             .sortOrder("{sortOrder}")
             .build()
 
  • Constructor Details

    • ProductDiscountChangeSortOrderActionBuilder

      public ProductDiscountChangeSortOrderActionBuilder()
  • Method Details