Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.Roles
Packages that use Roles
Package
Description
-
Uses of Roles 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 RolesModifier and TypeMethodDescriptionAuthentication.getRoles()Return roles, ornullif it is not present.AuthenticationBuilder.getRoles()Return current value associated with the property corresponding toAuthentication.getRoles().@NonNull RolesAuthentication.nonnullRoles()Return roles, 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 RolesModifier and TypeMethodDescriptionSet the property corresponding toAuthentication.getRoles()to the specified value. -
Uses of Roles 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 RolesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Roles>>
E$$RolesBuilder.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 RolesModifier and TypeMethodDescription@NonNull RolesRolesBuilder.build()A newRolesinstance.static @NonNull RolesRolesBuilder.empty()Get empty instance of Roles.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication that return types with arguments of type RolesMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication with parameters of type RolesModifier and TypeMethodDescriptionstatic booleanRoles.bindingEquals(@NonNull Roles thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intRoles.bindingHashCode(@NonNull Roles obj) Default implementation ofObject.hashCode()contract for this interface.static StringRoles.bindingToString(@NonNull Roles 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 RolesModifier and TypeMethodDescriptionRolesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Roles> augmentation) Add an augmentation to this builder's product.RolesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Roles>> 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 RolesModifierConstructorDescriptionRolesBuilder(Roles base) Construct a builder initialized with state from specifiedRoles.