Interface UnresolvedReferences

All Known Implementing Classes:
UnresolvedReferencesImpl

public interface UnresolvedReferences
UnresolvedReferences
Example to create an instance using the builder pattern

     UnresolvedReferences unresolvedReferences = UnresolvedReferences.builder()
             .key("{key}")
             .typeId(ReferenceType.CART)
             .build()