Uses of Class
de.isas.mztab2.model.Contact
-
Packages that use Contact Package Description de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification. -
-
Uses of Contact in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return Contact Modifier and Type Method Description Contact
Contact. affiliation(String affiliation)
Builder method for affiliation.Contact
Contact. email(String email)
Builder method for email.Contact
Contact. id(Integer id)
Builder method for id.Contact
Contact. name(String name)
Builder method for name.Methods in de.isas.mztab2.model that return types with arguments of type Contact Modifier and Type Method Description @Valid List<Contact>
Metadata. getContact()
The contact’s name, affiliation and e-mail.Methods in de.isas.mztab2.model with parameters of type Contact Modifier and Type Method Description Metadata
Metadata. addContactItem(Contact contactItem)
Add a single contactItem to the contact collection.Method parameters in de.isas.mztab2.model with type arguments of type Contact Modifier and Type Method Description Metadata
Metadata. contact(List<Contact> contact)
Builder method for contact.void
Metadata. setContact(List<Contact> contact)
Set contact.
-