Interface CategoryKeyReference

All Superinterfaces:
KeyReference
All Known Implementing Classes:
CategoryKeyReferenceImpl

public interface CategoryKeyReference extends KeyReference

References a category by key.


Example to create an instance using the builder pattern

     CategoryKeyReference categoryKeyReference = CategoryKeyReference.builder()
             .key("{key}")
             .build()