Class CartDiscountChangeSortOrderActionBuilder

java.lang.Object
com.commercetools.api.models.cart_discount.CartDiscountChangeSortOrderActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<CartDiscountChangeSortOrderAction>

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

     CartDiscountChangeSortOrderAction cartDiscountChangeSortOrderAction = CartDiscountChangeSortOrderAction.builder()
             .sortOrder("{sortOrder}")
             .build()