Interface DataObjectIdentifier.Builder<T extends DataObject>

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

public static sealed interface DataObjectIdentifier.Builder<T extends DataObject> extends DataObjectReference.Builder<T> permits DataObjectIdentifier.Builder.WithKey<T,K>, AbstractDataObjectIdentifierBuilder<T>
A builder of DataObjectReference objects.