Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.http.authorization.policies.PoliciesBuilder
Packages that use PoliciesBuilder
Package
Description
-
Uses of PoliciesBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.http.authorization.policies
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.http.authorization.policies that return PoliciesBuilderModifier and TypeMethodDescriptionPoliciesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Policies> augmentation) Add an augmentation to this builder's product.PoliciesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Policies>> augmentationType) Remove an augmentation from this builder's product.PoliciesBuilder.setDescription(String value) Set the property corresponding toHttpPermission.getDescription()to the specified value.PoliciesBuilder.setIndex(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toHttpPermission.getIndex()to the specified value.PoliciesBuilder.setPermissions(List<Permissions> values) Set the property corresponding toHttpPermission.getPermissions()to the specified value.PoliciesBuilder.setResource(String value) Set the property corresponding toHttpPermission.getResource()to the specified value.PoliciesBuilder.withKey(PoliciesKey key) Set the key value corresponding toPolicies.key()to the specified value.