public class Cart.Builder
private List<CartItem>
items
Cart.Builder
setItems(@Nullable() List<CartItem> items)
Cart
build()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@NonNull() Cart.Builder setItems(@Nullable() List<CartItem> items)
Sets the cart items.
@NonNull() Cart build()
Creates a new Cart object.