Uses of Record Class
com.example.orderplatform.orders.domain.OrderLineDraft
Packages that use OrderLineDraft
-
Uses of OrderLineDraft in com.example.orderplatform.orders.domain
Methods in com.example.orderplatform.orders.domain that return types with arguments of type OrderLineDraftModifier and TypeMethodDescriptionOrderDraft.lines()Returns the value of thelinesrecord component.Constructor parameters in com.example.orderplatform.orders.domain with type arguments of type OrderLineDraftModifierConstructorDescriptionOrderDraft(UUID customerId, List<OrderLineDraft> lines) Creates an instance of aOrderDraftrecord class.