Interface ProductSelectionReference

All Superinterfaces:
Identifiable<ProductSelection>, Reference, ReferenceMixin
All Known Implementing Classes:
ProductSelectionReferenceImpl

Reference to a ProductSelection.


Example to create an instance using the builder pattern

     ProductSelectionReference productSelectionReference = ProductSelectionReference.builder()
             .id("{id}")
             .build()