Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.grants.Grants
Packages that use Grants
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.grants
-
Uses of Grants in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication that return types with arguments of type GrantsModifier and TypeMethodDescriptionGrants.getGrants()Return grants, ornullif it is not present.GrantsBuilder.getGrants()Return current value associated with the property corresponding toGrants.getGrants().Grants.nonnullGrants()Return grants, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication with type arguments of type GrantsModifier and TypeMethodDescriptionSet the property corresponding toGrants.getGrants()to the specified value. -
Uses of Grants in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.grants
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.grants with type parameters of type GrantsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Grants>>
E$$GrantsBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.grants that return GrantsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.grants that return types with arguments of type GrantsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.grants with parameters of type GrantsModifier and TypeMethodDescriptionstatic booleanGrants.bindingEquals(@NonNull Grants thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intGrants.bindingHashCode(@NonNull Grants obj) Default implementation ofObject.hashCode()contract for this interface.static StringGrants.bindingToString(@NonNull Grants obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.grants with type arguments of type GrantsModifier and TypeMethodDescriptionGrantsBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Grants> augmentation) Add an augmentation to this builder's product.GrantsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Grants>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.grants with parameters of type GrantsModifierConstructorDescriptionGrantsBuilder(Grants base) Construct a builder initialized with state from specifiedGrants.