Interface ProductSelectionResourceIdentifier

All Superinterfaces:
Identifiable<ProductSelection>, ResourceIdentifier, WithKey
All Known Implementing Classes:
ProductSelectionResourceIdentifierImpl

ResourceIdentifier to a ProductSelection.


Example to create an instance using the builder pattern

     ProductSelectionResourceIdentifier productSelectionResourceIdentifier = ProductSelectionResourceIdentifier.builder()
             .build()