Uses of Class
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.UserNameType
-
-
Uses of UserNameType in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214
Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214 that return UserNameType Modifier and Type Method Description static UserNameTypeUserNameType. getDefaultInstance(String defaultValue)Constructors in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214 with parameters of type UserNameType Constructor Description UserNameType(UserNameType source)Creates a copy from Source Object. -
Uses of UserNameType in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.groups
Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.groups that return types with arguments of type UserNameType Modifier and Type Method Description @Nullable List<UserNameType>Group. getUserName()Return userName, ornullif it is not present.List<UserNameType>GroupBuilder. getUserName()default @NonNull List<UserNameType>Group. requireUserName()Return userName, guaranteed to be non-null.Method parameters in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.groups with type arguments of type UserNameType Modifier and Type Method Description GroupBuilderGroupBuilder. setUserName(List<UserNameType> values)
-