Class ProductDiscountChangeSortOrderActionBuilder

java.lang.Object
com.commercetools.api.models.product_discount.ProductDiscountChangeSortOrderActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<ProductDiscountChangeSortOrderAction>

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

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