Interface DataObjectReference.Builder.WithKey<T extends EntryObject<T,K>,K extends Key<T>>

Type Parameters:
T - type of EntryObject held in the last step.
K - Key type
All Superinterfaces:
DataObjectReference.Builder<T>
All Known Subinterfaces:
DataObjectIdentifier.Builder.WithKey<T,K>
All Known Implementing Classes:
DataObjectIdentifierBuilderWithKey, DataObjectReferenceBuilderWithKey, InstanceIdentifier.KeyedBuilder
Enclosing interface:
DataObjectReference.Builder<T extends DataObject>

public static sealed interface DataObjectReference.Builder.WithKey<T extends EntryObject<T,K>,K extends Key<T>> extends DataObjectReference.Builder<T> permits DataObjectIdentifier.Builder.WithKey<T,K>, DataObjectReferenceBuilderWithKey<T,K>, InstanceIdentifier.KeyedBuilder<T,K>
A builder of DataObjectReference.WithKey objects.