Uses of Class
nl.knaw.dans.lib.dataverse.model.search.ResultItem
Packages that use ResultItem
Package
Description
Main package for the DANS Dataverse Client Library
-
Uses of ResultItem in nl.knaw.dans.lib.dataverse
Methods in nl.knaw.dans.lib.dataverse that return types with arguments of type ResultItemModifier and TypeMethodDescriptionReturns an iterator to all the results for the specified query and default options.SearchApi.iterator
(String query, SearchOptions searchOptions) Returns an iterator to all the results for the specified query and options. -
Uses of ResultItem in nl.knaw.dans.lib.dataverse.model.search
Subclasses of ResultItem in nl.knaw.dans.lib.dataverse.model.searchModifier and TypeClassDescriptionclass
class
class
Methods in nl.knaw.dans.lib.dataverse.model.search that return types with arguments of type ResultItemMethod parameters in nl.knaw.dans.lib.dataverse.model.search with type arguments of type ResultItemConstructor parameters in nl.knaw.dans.lib.dataverse.model.search with type arguments of type ResultItemModifierConstructorDescriptionSearchResult
(String q, int totalCount, int start, Map<String, String> spellingAlternatives, List<ResultItem> items, int countInResponse)