Uses of Class
org.gedcomx.agent.OnlineAccount

Packages that use OnlineAccount
org.gedcomx.agent The contributor model. 
 

Uses of OnlineAccount in org.gedcomx.agent
 

Methods in org.gedcomx.agent that return OnlineAccount
 OnlineAccount OnlineAccount.accountName(String accountName)
          Build up this online account with an account name.
 OnlineAccount OnlineAccount.id(String id)
           
 OnlineAccount OnlineAccount.serviceHomepage(ResourceReference serviceHomepage)
          Build up this online account with a service homepage.
 

Methods in org.gedcomx.agent that return types with arguments of type OnlineAccount
 List<OnlineAccount> Agent.getAccounts()
          The accounts that belong to this person or organization.
 

Methods in org.gedcomx.agent with parameters of type OnlineAccount
 Agent Agent.account(OnlineAccount account)
          Build up this agent with an online account.
 void Agent.addAccount(OnlineAccount account)
          Add an account.
 

Method parameters in org.gedcomx.agent with type arguments of type OnlineAccount
 void Agent.setAccounts(List<OnlineAccount> accounts)
          The accounts that belong to this person or organization.
 



Copyright © 2015. All rights reserved.