Interface Reference

All Known Subinterfaces:
CategoryReference, ProductReference, ProductTypeReference
All Known Implementing Classes:
CategoryReferenceImpl, ProductReferenceImpl, ProductTypeReferenceImpl, ReferenceImpl

public interface Reference
Reference
Example to create a subtype instance using the builder pattern

     Reference reference = Reference.categoryBuilder()
             id("{id}")
             .build()