Interface ProductReference

All Superinterfaces:
Reference
All Known Implementing Classes:
ProductReferenceImpl

public interface ProductReference extends Reference
ProductReference
Example to create an instance using the builder pattern

     ProductReference productReference = ProductReference.builder()
             .id("{id}")
             .build()