Uses of Class
org.gedcomx.agent.OnlineAccount
-
Packages that use OnlineAccount Package Description org.gedcomx.agent The contributor model. -
-
Uses of OnlineAccount in org.gedcomx.agent
Methods in org.gedcomx.agent that return OnlineAccount Modifier and Type Method Description OnlineAccountOnlineAccount. accountName(String accountName)Build up this online account with an account name.OnlineAccountOnlineAccount. extensionElement(Object element)OnlineAccountOnlineAccount. id(String id)OnlineAccountOnlineAccount. 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 Modifier and Type Method Description List<OnlineAccount>Agent. getAccounts()The accounts that belong to this person or organization.Methods in org.gedcomx.agent with parameters of type OnlineAccount Modifier and Type Method Description AgentAgent. account(OnlineAccount account)Build up this agent with an online account.voidAgent. addAccount(OnlineAccount account)Add an account.Method parameters in org.gedcomx.agent with type arguments of type OnlineAccount Modifier and Type Method Description voidAgent. setAccounts(List<OnlineAccount> accounts)The accounts that belong to this person or organization.
-