@Unstable(value="New API introduced in 1.3")
public interface ContactInfo
| Modifier and Type | Interface and Description |
|---|---|
static class |
ContactInfo.Builder
Builder for
ContactInfo objects. |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getEmails()
Get the contact's email addresses.
|
String |
getInstitution()
Get the contact's institution.
|
String |
getName()
Get the contact's full name.
|
String |
getUrl()
Get the contact's URL.
|
String |
getUserId()
Get the user id for the contact, for instance if the owner is a local PhenoTips user.
|
org.json.JSONObject |
toJSON()
Get the contact details in JSON format.
|
String getUserId()
String getName()
String getInstitution()
List<String> getEmails()
nullString getUrl()
org.json.JSONObject toJSON()
Copyright © 2011–2017 University of Toronto, Computational Biology Lab. All rights reserved.