| Modifier and Type | Method and Description |
|---|---|
ContactInfo.Builder |
ContactInfo.Builder.withEmail(String email)
Sets a single email address as the contact's email.
|
ContactInfo.Builder |
ContactInfo.Builder.withEmails(List<String> emails)
Sets the target emails.
|
ContactInfo.Builder |
ContactInfo.Builder.withInstitution(String institution)
Sets the contact's institution.
|
ContactInfo.Builder |
ContactInfo.Builder.withName(String name)
Sets the contact's full name.
|
ContactInfo.Builder |
ContactInfo.Builder.withUrl(String url)
Sets the target contact's URL.
|
ContactInfo.Builder |
ContactInfo.Builder.withUserId(String userId)
Sets the user id for the contact.
|
Copyright © 2011–2017 University of Toronto, Computational Biology Lab. All rights reserved.