Uses of Enum
ubic.gemma.core.loader.entrez.EntrezRetmode
Packages that use EntrezRetmode
-
Uses of EntrezRetmode in ubic.gemma.core.loader.entrez
Methods in ubic.gemma.core.loader.entrez that return EntrezRetmodeModifier and TypeMethodDescriptionstatic EntrezRetmodeReturns the enum constant of this type with the specified name.static EntrezRetmode[]EntrezRetmode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ubic.gemma.core.loader.entrez with parameters of type EntrezRetmodeModifier and TypeMethodDescriptionstatic URLEntrezUtils.fetch(String db, EntrezQuery query, EntrezRetmode retmode, String rettype, int retstart, int retmax, String apiKey) Retrieve the results of a previousEntrezUtils.search(String, String, EntrezRetmode, String)query.static URLRetrieve a record from an Entrez database by ID.static URLEntrezUtils.link(String db, String dbfrom, EntrezQuery query, String cmd, EntrezRetmode retmode, String apiKey) Retrieve related records from an Entrez database from a previousEntrezUtils.search(String, String, EntrezRetmode, String)query.static URLEntrezUtils.linkById(String db, String dbfrom, String id, String cmd, EntrezRetmode retmode, String apiKey) Retrieve related records from an Entrez database by ID.static URLEntrezUtils.search(String db, String term, EntrezRetmode retmode, String apiKey) Perform a search on an Entrez database.static URLEntrezUtils.search(String db, EntrezQuery query, EntrezRetmode retmode, int retstart, int retmax, String apiKey) Replay a previousEntrezUtils.search(String, String, EntrezRetmode, String)query.static URLEntrezUtils.summary(String db, EntrezQuery query, EntrezRetmode retmode, int retstart, int retmax, String apiKey) Summarize a previousEntrezUtils.search(String, String, EntrezRetmode, String)query.