Uses of Class
org.gedcomx.agent.OnlineAccount
Packages that use OnlineAccount
-
Uses of OnlineAccount in org.gedcomx.agent
Methods in org.gedcomx.agent that return OnlineAccountModifier and TypeMethodDescriptionOnlineAccount.accountName(String accountName) Build up this online account with an account name.OnlineAccount.extensionElement(Object element) 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 OnlineAccountModifier and TypeMethodDescriptionAgent.getAccounts()The accounts that belong to this person or organization.Methods in org.gedcomx.agent with parameters of type OnlineAccountModifier and TypeMethodDescriptionAgent.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 OnlineAccountModifier and TypeMethodDescriptionvoidAgent.setAccounts(List<OnlineAccount> accounts) The accounts that belong to this person or organization.Constructors in org.gedcomx.agent with parameters of type OnlineAccount