Uses of Class
psidev.psi.mi.jami.bridges.uniprot.rest.response.model.Entry
-
Packages that use Entry Package Description psidev.psi.mi.jami.bridges.uniprot.rest psidev.psi.mi.jami.bridges.uniprot.rest.response.model -
-
Uses of Entry in psidev.psi.mi.jami.bridges.uniprot.rest
Methods in psidev.psi.mi.jami.bridges.uniprot.rest that return Entry Modifier and Type Method Description Entry
UniprotProteinAPIClient. getUPEntriesForSequence(String sequence, String taxonId, SearchDatabase... databases)
Get the Entry which matches the sequence and taxonId in the given databasesMethods in psidev.psi.mi.jami.bridges.uniprot.rest that return types with arguments of type Entry Modifier and Type Method Description List<Entry>
UniprotProteinAPIClient. getUniparcEntries(String accession, String taxonId)
Gets the list of uniparcId matching this accession numberList<Entry>
UniprotProteinAPIClient. getUPEntriesForAccession(String accession, String taxonId, SearchDatabase... databases)
Finds the list of UPEntries for a provided ID and organism from the provided list of databases -
Uses of Entry in psidev.psi.mi.jami.bridges.uniprot.rest.response.model
Fields in psidev.psi.mi.jami.bridges.uniprot.rest.response.model with type parameters of type Entry Modifier and Type Field Description protected List<Entry>
Uniparc. entry
Methods in psidev.psi.mi.jami.bridges.uniprot.rest.response.model that return Entry Modifier and Type Method Description Entry
ObjectFactory. createEntry()
Create an instance ofEntry
Methods in psidev.psi.mi.jami.bridges.uniprot.rest.response.model that return types with arguments of type Entry Modifier and Type Method Description List<Entry>
Uniparc. getEntry()
Gets the value of the entry property.
-