Package | Description |
---|---|
org.phenotips.data.rest.model |
Modifier and Type | Field and Description |
---|---|
protected List<Link> |
LinkCollection.links |
Modifier and Type | Method and Description |
---|---|
Link |
ObjectFactory.createLink()
Create an instance of
Link |
Link |
Link.withHref(String value) |
Link |
Link.withHrefLang(String value) |
Link |
Link.withRel(String value) |
Link |
Link.withType(String value) |
Modifier and Type | Method and Description |
---|---|
List<Link> |
LinkCollection.getLinks()
Gets the value of the links property.
|
Modifier and Type | Method and Description |
---|---|
Alternative |
Alternative.withLinks(Link... values) |
Patients |
Patients.withLinks(Link... values) |
LinkCollection |
LinkCollection.withLinks(Link... values) |
PatientSummary |
PatientSummary.withLinks(Link... values) |
Alternatives |
Alternatives.withLinks(Link... values) |
Patient |
Patient.withLinks(Link... values) |
Modifier and Type | Method and Description |
---|---|
Alternative |
Alternative.withLinks(Collection<Link> values) |
Patients |
Patients.withLinks(Collection<Link> values) |
LinkCollection |
LinkCollection.withLinks(Collection<Link> values) |
PatientSummary |
PatientSummary.withLinks(Collection<Link> values) |
Alternatives |
Alternatives.withLinks(Collection<Link> values) |
Patient |
Patient.withLinks(Collection<Link> values) |
Copyright © 2011–2017 University of Toronto, Computational Biology Lab. All rights reserved.