Uses of Enum Class
io.awspring.spring.data.examples.model.OrderStatus
Packages that use OrderStatus
Package
Description
-
Uses of OrderStatus in io.awspring.spring.data.examples.model
Subclasses with type arguments of type OrderStatus in io.awspring.spring.data.examples.modelMethods in io.awspring.spring.data.examples.model that return OrderStatusModifier and TypeMethodDescriptionOrder.getStatus()OrderStatusIndex.getStatus()static OrderStatusReturns the enum constant of this class with the specified name.static OrderStatus[]OrderStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.awspring.spring.data.examples.model with parameters of type OrderStatusModifier and TypeMethodDescriptionstatic OrderOrder.of(String customerId, String orderId, Instant createdAt, OrderStatus status, BigDecimal total, Address shippingAddress) voidOrder.setStatus(OrderStatus status) voidOrderStatusIndex.setStatus(OrderStatus status) -
Uses of OrderStatus in io.awspring.spring.data.examples.repository
Methods in io.awspring.spring.data.examples.repository with parameters of type OrderStatusModifier and TypeMethodDescriptionOrderRepository.changeStatus(String pk, String sk, OrderStatus status, String gsi1pk)