Uses of Enum Class
be.appify.prefab.example.sale.SaleType
Packages that use SaleType
Package
Description
-
Uses of SaleType in be.appify.prefab.example.sale
Subclasses with type arguments of type SaleType in be.appify.prefab.example.saleMethods in be.appify.prefab.example.sale that return SaleTypeModifier and TypeMethodDescriptionSale.type()SaleCompleted.type()Returns the value of thetyperecord component.static SaleTypeReturns the enum constant of this class with the specified name.static SaleType[]SaleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in be.appify.prefab.example.sale with parameters of type SaleTypeConstructors in be.appify.prefab.example.sale with parameters of type SaleTypeModifierConstructorDescriptionSale(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 SaleType in be.appify.prefab.example.sale.application
Methods in be.appify.prefab.example.sale.application that return SaleTypeModifier and TypeMethodDescriptionCreateSaleRequest.type()Returns the value of thetyperecord component.@NotNull(payload={},groups={},message="{jakarta.validation.constraints.NotNull.message}") SaleTypeSaleSetTypeRequest.type()Returns the value of thetyperecord component.Constructors in be.appify.prefab.example.sale.application with parameters of type SaleTypeModifierConstructorDescriptionCreateSaleRequest(SaleType type) Creates an instance of aCreateSaleRequestrecord class.SaleSetTypeRequest(@NotNull(payload={},groups={},message="{jakarta.validation.constraints.NotNull.message}") SaleType type) Creates an instance of aSaleSetTypeRequestrecord class. -
Uses of SaleType in be.appify.prefab.example.sale.infrastructure.http
Methods in be.appify.prefab.example.sale.infrastructure.http that return SaleTypeModifier and TypeMethodDescriptionSaleResponse.type()Returns the value of thetyperecord component.Constructors in be.appify.prefab.example.sale.infrastructure.http with parameters of type SaleType