| Package | Description |
|---|---|
| org.gedcomx.agent |
The contributor model.
|
| Modifier and Type | Method and Description |
|---|---|
OnlineAccount |
OnlineAccount.accountName(String accountName)
Build up this online account with an account name.
|
OnlineAccount |
OnlineAccount.extensionElement(Object element) |
OnlineAccount |
OnlineAccount.id(String id) |
OnlineAccount |
OnlineAccount.serviceHomepage(ResourceReference serviceHomepage)
Build up this online account with a service homepage.
|
| Modifier and Type | Method and Description |
|---|---|
List<OnlineAccount> |
Agent.getAccounts()
The accounts that belong to this person or organization.
|
| Modifier and Type | Method and Description |
|---|---|
Agent |
Agent.account(OnlineAccount account)
Build up this agent with an online account.
|
void |
Agent.addAccount(OnlineAccount account)
Add an account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Agent.setAccounts(List<OnlineAccount> accounts)
The accounts that belong to this person or organization.
|
Copyright © 2016. All rights reserved.