Interface DataObjectIdentifier.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:
DataObjectIdentifier.Builder<T>, DataObjectReference.Builder<T>, DataObjectReference.Builder.WithKey<T,K>
All Known Implementing Classes:
DataObjectIdentifierBuilderWithKey
Enclosing interface:
DataObjectIdentifier.Builder<T extends DataObject>

public static non-sealed interface DataObjectIdentifier.Builder.WithKey<T extends EntryObject<T,K>,K extends Key<T>> extends DataObjectIdentifier.Builder<T>, DataObjectReference.Builder.WithKey<T,K>
A builder of DataObjectReference.WithKey objects.