Uses of Class
dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data.ProductId
Packages that use ProductId
-
Uses of ProductId in dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data
Fields in dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data declared as ProductIdModifier and TypeFieldDescriptionfinal ProductIdOrderEvent.ProductAddedToOrder.productIdfinal ProductIdOrderEvent.ProductOrderQuantityAdjusted.productIdfinal ProductIdOrderEvent.ProductRemovedFromOrder.productIdfinal ProductIdProductEvent.productIdMethods in dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data that return ProductIdModifier and TypeMethodDescriptionstatic ProductIdProductId.of(CharSequence id) static ProductIdProductId.random()Constructors in dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data with parameters of type ProductIdModifierConstructorDescriptionProductAdded(ProductId productId) ProductAddedToOrder(OrderId orderId, ProductId productId, int quantity) ProductDiscontinued(ProductId productId) ProductEvent(ProductId productId) ProductOrderQuantityAdjusted(OrderId orderId, ProductId productId, int newQuantity) ProductRemovedFromOrder(OrderId orderId, ProductId productId)