Uses of Interface
org.wso2.carbon.registry.social.api.people.userprofile.model.Name
-
Packages that use Name Package Description org.wso2.carbon.registry.social.api.people.userprofile -
-
Uses of Name in org.wso2.carbon.registry.social.api.people.userprofile
Methods in org.wso2.carbon.registry.social.api.people.userprofile that return Name Modifier and Type Method Description Name
Person. getName()
Get the person's name Container support for this field is REQUIRED.Methods in org.wso2.carbon.registry.social.api.people.userprofile with parameters of type Name Modifier and Type Method Description void
Person. setName(Name name)
Set the person's name Container support for this field is REQUIRED.
-