Class OrderSetCustomLineItemCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.order.OrderSetCustomLineItemCustomTypeActionBuilder
All Implemented Interfaces:
Builder<OrderSetCustomLineItemCustomTypeAction>

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

     OrderSetCustomLineItemCustomTypeAction orderSetCustomLineItemCustomTypeAction = OrderSetCustomLineItemCustomTypeAction.builder()
             .build()