Uses of Record Class
com.example.orderplatform.orders.api.OrderLineSummary
Packages that use OrderLineSummary
Package
Description
Named order API surface and order domain events consumed by downstream modules.
-
Uses of OrderLineSummary in com.example.orderplatform.orders.api
Methods in com.example.orderplatform.orders.api that return types with arguments of type OrderLineSummaryModifier and TypeMethodDescriptionOrderSummary.lines()Returns the value of thelinesrecord component.Constructor parameters in com.example.orderplatform.orders.api with type arguments of type OrderLineSummaryModifierConstructorDescriptionOrderSummary(UUID id, UUID customerId, String status, Money total, List<OrderLineSummary> lines, OffsetDateTime createdAt) Creates an instance of aOrderSummaryrecord class.