Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.Grants
Packages that use Grants
Package
Description
-
Uses of Grants in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214 that return GrantsModifier and TypeMethodDescriptionAuthentication.getGrants()Return grants, ornullif it is not present.AuthenticationBuilder.getGrants()Return current value associated with the property corresponding toAuthentication.getGrants().@NonNull GrantsAuthentication.nonnullGrants()Return grants, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214 with parameters of type GrantsModifier and TypeMethodDescriptionSet the property corresponding toAuthentication.getGrants()to the specified value. -
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 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 that return GrantsModifier and TypeMethodDescription@NonNull GrantsGrantsBuilder.build()A newGrantsinstance.static @NonNull GrantsGrantsBuilder.empty()Get empty instance of Grants.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication that return types with arguments of type GrantsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication 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 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 with parameters of type GrantsModifierConstructorDescriptionGrantsBuilder(Grants base) Construct a builder initialized with state from specifiedGrants.