Class CartSetCustomerIdActionBuilder

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

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

     CartSetCustomerIdAction cartSetCustomerIdAction = CartSetCustomerIdAction.builder()
             .build()
 
  • Constructor Details

    • CartSetCustomerIdActionBuilder

      public CartSetCustomerIdActionBuilder()
  • Method Details