Uses of Record Class
com.example.orderplatform.orders.api.OrderItemCommand
Packages that use OrderItemCommand
Package
Description
Named order API surface and order domain events consumed by downstream modules.
-
Uses of OrderItemCommand in com.example.orderplatform.orders.api
Methods in com.example.orderplatform.orders.api that return types with arguments of type OrderItemCommandModifier and TypeMethodDescriptionOrderCommand.items()Returns the value of theitemsrecord component.Constructor parameters in com.example.orderplatform.orders.api with type arguments of type OrderItemCommandModifierConstructorDescriptionOrderCommand(UUID customerId, List<OrderItemCommand> items) Creates an instance of aOrderCommandrecord class.