Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unordered.container.UnorderedList
-
-
Uses of UnorderedList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists that return types with arguments of type UnorderedList Modifier and Type Method Description @Nullable Map<UnorderedListKey,UnorderedList>UnorderedContainer. getUnorderedList()Map<UnorderedListKey,UnorderedList>UnorderedContainerBuilder. getUnorderedList()default @NonNull Map<UnorderedListKey,UnorderedList>UnorderedContainer. nonnullUnorderedList()Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists with type arguments of type UnorderedList Modifier and Type Method Description UnorderedContainerBuilderUnorderedContainerBuilder. setUnorderedList(List<UnorderedList> values)Deprecated, for removal: This API element is subject to removal in a future version.Use {#link #setUnorderedList(Map)} instead.UnorderedContainerBuilderUnorderedContainerBuilder. setUnorderedList(Map<UnorderedListKey,UnorderedList> values) -
Uses of UnorderedList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unordered.container
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unordered.container with type parameters of type UnorderedList Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedList>>
E$$UnorderedListBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unordered.container that return UnorderedList Modifier and Type Method Description UnorderedListUnorderedListBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unordered.container that return types with arguments of type UnorderedList Modifier and Type Method Description default Class<UnorderedList>UnorderedList. implementedInterface()Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unordered.container with type arguments of type UnorderedList Modifier and Type Method Description UnorderedListBuilderUnorderedListBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedList>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedList> augmentationValue)Deprecated, for removal: This API element is subject to removal in a future version.Use eitherUnorderedListBuilder.addAugmentation(Augmentation)orUnorderedListBuilder.removeAugmentation(Class)instead.UnorderedListBuilderUnorderedListBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedList>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedList> augmentationValue)Deprecated, for removal: This API element is subject to removal in a future version.Use eitherUnorderedListBuilder.addAugmentation(Augmentation)orUnorderedListBuilder.removeAugmentation(Class)instead.UnorderedListBuilderUnorderedListBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedList> augmentation)Add an augmentation to this builder's product.UnorderedListBuilderUnorderedListBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedList>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unordered.container with parameters of type UnorderedList Constructor Description UnorderedListBuilder(UnorderedList base)
-