Uses of Interface
org.wso2.carbon.registry.social.api.people.userprofile.model.Organization
-
Packages that use Organization Package Description org.wso2.carbon.registry.social.api.people.userprofile -
-
Uses of Organization in org.wso2.carbon.registry.social.api.people.userprofile
Methods in org.wso2.carbon.registry.social.api.people.userprofile that return types with arguments of type Organization Modifier and Type Method Description List<Organization>
Person. getOrganizations()
Get a list of current or past organizational affiliations of this Person.Method parameters in org.wso2.carbon.registry.social.api.people.userprofile with type arguments of type Organization Modifier and Type Method Description void
Person. setOrganizations(List<Organization> organizations)
Set a list of current or past organizational affiliations of this Person.
-