Interface CategoryReference

All Superinterfaces:
Reference
All Known Implementing Classes:
CategoryReferenceImpl

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

     CategoryReference categoryReference = CategoryReference.builder()
             .id("{id}")
             .build()