| Package | Description |
|---|---|
| org.brapi.v2.model.core |
| Modifier and Type | Method and Description |
|---|---|
BrAPIContact |
BrAPIContact.contactDbId(String contactDbId) |
BrAPIContact |
BrAPIContact.email(String email) |
BrAPIContact |
BrAPIContact.instituteName(String instituteName) |
BrAPIContact |
BrAPIContact.name(String name) |
BrAPIContact |
BrAPIContact.orcid(String orcid) |
BrAPIContact |
BrAPIContact.type(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<BrAPIContact> |
BrAPIStudy.getContacts()
List of contact entities associated with this study
|
| Modifier and Type | Method and Description |
|---|---|
BrAPITrial |
BrAPITrial.addContactsItem(BrAPIContact contactsItem) |
BrAPIStudy |
BrAPIStudy.addContactsItem(BrAPIContact contactsItem) |
| Modifier and Type | Method and Description |
|---|---|
BrAPITrial |
BrAPITrial.contacts(List<BrAPIContact> contacts) |
BrAPIStudy |
BrAPIStudy.contacts(List<BrAPIContact> contacts) |
void |
BrAPITrial.setContacts(List<BrAPIContact> contacts) |
void |
BrAPIStudy.setContacts(List<BrAPIContact> contacts) |
Copyright © 2023. All rights reserved.