Package | Description |
---|---|
org.sagebionetworks.bridge.rest.model |
Modifier and Type | Method and Description |
---|---|
Contact |
Contact.address(Address address) |
Contact |
Contact.affiliation(String affiliation) |
Contact |
Contact.email(String email) |
Contact |
Contact.jurisdiction(String jurisdiction) |
Contact |
Contact.name(String name) |
Contact |
Contact.phone(Phone phone) |
Contact |
Contact.position(String position) |
Contact |
Contact.role(ContactRole role) |
Modifier and Type | Method and Description |
---|---|
List<Contact> |
Study.getContacts()
Get contacts
|
Modifier and Type | Method and Description |
---|---|
Study |
Study.addContactsItem(Contact contactsItem) |
Modifier and Type | Method and Description |
---|---|
Study |
Study.contacts(List<Contact> contacts) |
void |
Study.setContacts(List<Contact> contacts) |
Copyright © 2024 Sage Bionetworks. All rights reserved.