Interface ProductSelectionResourceIdentifier

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

public interface ProductSelectionResourceIdentifier extends ResourceIdentifier, Identifiable<ProductSelection>

ResourceIdentifier to a ProductSelection.


Example to create an instance using the builder pattern

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