Uses of Record Class
be.appify.prefab.example.sale.SaleItem
Packages that use SaleItem
-
Uses of SaleItem in be.appify.prefab.example.sale
Methods in be.appify.prefab.example.sale that return types with arguments of type SaleItemModifier and TypeMethodDescriptionSale.items()SaleCompleted.items()Returns the value of theitemsrecord component.Constructor parameters in be.appify.prefab.example.sale with type arguments of type SaleItemModifierConstructorDescriptionSale(String id, long version, Instant start, List<SaleItem> items, List<Payment> payments, BigDecimal returned, State state, Reference<Customer> customer, SaleType type) SaleCompleted(String id, Instant start, List<SaleItem> items, BigDecimal returned, SaleType type) Creates an instance of aSaleCompletedrecord class. -
Uses of SaleItem in be.appify.prefab.example.sale.infrastructure.http
Methods in be.appify.prefab.example.sale.infrastructure.http that return types with arguments of type SaleItemModifier and TypeMethodDescriptionSaleResponse.items()Returns the value of theitemsrecord component.Constructor parameters in be.appify.prefab.example.sale.infrastructure.http with type arguments of type SaleItem