Uses of Interface
org.wso2.carbon.registry.social.api.people.userprofile.model.Account
-
Packages that use Account Package Description org.wso2.carbon.registry.social.api.people.userprofile -
-
Uses of Account 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 Account Modifier and Type Method Description List<Account>
Person. getAccounts()
Get the list of online accounts held by this person.Method parameters in org.wso2.carbon.registry.social.api.people.userprofile with type arguments of type Account Modifier and Type Method Description void
Person. setAccounts(List<Account> accounts)
Set the list of online accounts held by this person.
-