Uses of Enum Class
com.example.orderplatform.customers.domain.CustomerStatus
Packages that use CustomerStatus
Package
Description
-
Uses of CustomerStatus in com.example.orderplatform.customers.application
Methods in com.example.orderplatform.customers.application with parameters of type CustomerStatusModifier and TypeMethodDescriptionCustomerStore.saveNew(UUID id, CustomerRegistration registration, CustomerStatus status, OffsetDateTime createdAt) Persists a new customer registration. -
Uses of CustomerStatus in com.example.orderplatform.customers.domain
Methods in com.example.orderplatform.customers.domain that return CustomerStatusModifier and TypeMethodDescriptionstatic CustomerStatusReturns the enum constant of this class with the specified name.static CustomerStatus[]CustomerStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.