public interface CollectionNodeBuilder<V extends NormalizedNode<?,?>,R extends NormalizedNode<YangInstanceIdentifier.NodeIdentifier,?>> extends NormalizedNodeContainerBuilder<YangInstanceIdentifier.NodeIdentifier,YangInstanceIdentifier.PathArgument,V,R>
| Modifier and Type | Method and Description |
|---|---|
@NonNull CollectionNodeBuilder<V,R> |
withChild(V child) |
CollectionNodeBuilder<V,R> |
withNodeIdentifier(YangInstanceIdentifier.NodeIdentifier nodeIdentifier) |
@NonNull CollectionNodeBuilder<V,R> |
withoutChild(YangInstanceIdentifier.PathArgument key) |
CollectionNodeBuilder<V,R> |
withValue(Collection<V> value) |
addChild, removeChildbuildCollectionNodeBuilder<V,R> withValue(Collection<V> value)
withValue in interface NormalizedNodeBuilder<YangInstanceIdentifier.NodeIdentifier,Collection<V extends NormalizedNode<?,?>>,R extends NormalizedNode<YangInstanceIdentifier.NodeIdentifier,?>>withValue in interface NormalizedNodeContainerBuilder<YangInstanceIdentifier.NodeIdentifier,YangInstanceIdentifier.PathArgument,V extends NormalizedNode<?,?>,R extends NormalizedNode<YangInstanceIdentifier.NodeIdentifier,?>>CollectionNodeBuilder<V,R> withNodeIdentifier(YangInstanceIdentifier.NodeIdentifier nodeIdentifier)
withNodeIdentifier in interface NormalizedNodeBuilder<YangInstanceIdentifier.NodeIdentifier,Collection<V extends NormalizedNode<?,?>>,R extends NormalizedNode<YangInstanceIdentifier.NodeIdentifier,?>>withNodeIdentifier in interface NormalizedNodeContainerBuilder<YangInstanceIdentifier.NodeIdentifier,YangInstanceIdentifier.PathArgument,V extends NormalizedNode<?,?>,R extends NormalizedNode<YangInstanceIdentifier.NodeIdentifier,?>>@NonNull CollectionNodeBuilder<V,R> withChild(V child)
@NonNull CollectionNodeBuilder<V,R> withoutChild(YangInstanceIdentifier.PathArgument key)
Copyright © 2019 OpenDaylight. All rights reserved.