Class CartDiscountChangeSortOrderActionBuilder

java.lang.Object
com.commercetools.api.models.cart_discount.CartDiscountChangeSortOrderActionBuilder
All Implemented Interfaces:
Builder<CartDiscountChangeSortOrderAction>

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

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

    • CartDiscountChangeSortOrderActionBuilder

      public CartDiscountChangeSortOrderActionBuilder()
  • Method Details