Interface DataObjectReference.Builder.WithKey<T extends EntryObject<T,K>,K extends Key<T>>
- Type Parameters:
T
- type ofEntryObject
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.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.binding.DataObjectReference.Builder
DataObjectReference.Builder.WithKey<T extends EntryObject<T,
K>, K extends Key<T>> -
Method Summary
Methods inherited from interface org.opendaylight.yangtools.binding.DataObjectReference.Builder
augmentation, child, child, child, child
-
Method Details
-
build
DataObjectReference.WithKey<T,K> build()Description copied from interface:DataObjectReference.Builder
Build the data object reference.- Specified by:
build
in interfaceDataObjectReference.Builder<T extends EntryObject<T,
K>> - Returns:
- resulting
DataObjectReference
.
-