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