| Package | Description |
|---|---|
| org.rogatio.circlead.control.synchronizer.atlassian.parser | |
| org.rogatio.circlead.model.data | |
| org.rogatio.circlead.model.work |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ContactDataitem> |
PairTableParserElement.getContacts() |
Gets the contacts.
|
| Modifier and Type | Method | Description |
|---|---|---|
static org.jsoup.nodes.Element |
Parser.getContacts(java.util.List<ContactDataitem> contacts) |
Gets the contacts.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ContactDataitem> |
PersonDataitem.getContacts() |
Gets the contacts.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
PersonDataitem.setContacts(java.util.List<ContactDataitem> contacts) |
Sets the contacts.
|
| Modifier and Type | Method | Description |
|---|---|---|
ContactDataitem |
Person.getContact(java.lang.String organisationIdentifier) |
Gets the contact.
|
ContactDataitem |
Person.getFirstPrivateContact() |
Gets the first private contact.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ContactDataitem> |
Person.getContacts() |
Gets the contacts.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Person.setContacts(java.util.List<ContactDataitem> contacts) |
Sets the contacts.
|