Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.roles.Roles
Packages that use Roles
Package
Description
-
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 that return types with arguments of type RolesModifier and TypeMethodDescriptionRoles.getRoles()Return roles, ornullif it is not present.RolesBuilder.getRoles()Return current value associated with the property corresponding toRoles.getRoles().Roles.nonnullRoles()Return roles, 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 RolesModifier and TypeMethodDescriptionSet the property corresponding toRoles.getRoles()to the specified value. -
Uses of Roles in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.roles
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.roles 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.roles that return RolesMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.roles that return types with arguments of type RolesMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.roles 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.roles 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.roles with parameters of type RolesModifierConstructorDescriptionRolesBuilder(Roles base) Construct a builder initialized with state from specifiedRoles.