Class CartSetCustomLineItemCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.cart.CartSetCustomLineItemCustomTypeActionBuilder
All Implemented Interfaces:
Builder<CartSetCustomLineItemCustomTypeAction>

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

     CartSetCustomLineItemCustomTypeAction cartSetCustomLineItemCustomTypeAction = CartSetCustomLineItemCustomTypeAction.builder()
             .build()