Interface ProductKeyReference

All Superinterfaces:
KeyReference
All Known Implementing Classes:
ProductKeyReferenceImpl

public interface ProductKeyReference extends KeyReference

References a product by key.


Example to create an instance using the builder pattern

     ProductKeyReference productKeyReference = ProductKeyReference.builder()
             .key("{key}")
             .build()