Uses of Class
com.amilesend.discogs.model.database.SearchResponse
Packages that use SearchResponse
Package
Description
-
Uses of SearchResponse in com.amilesend.discogs.api
Methods in com.amilesend.discogs.api that return SearchResponseModifier and TypeMethodDescriptionDatabaseApi.search
(@NonNull SearchRequest request) Searches for masters, releases, artists, and labels. -
Uses of SearchResponse in com.amilesend.discogs.model.database
Classes in com.amilesend.discogs.model.database with type parameters of type SearchResponseModifier and TypeClassDescriptionstatic class
SearchResponse.SearchResponseBuilder<C extends SearchResponse, B extends SearchResponse.SearchResponseBuilder<C,
B>> Subclasses with type arguments of type SearchResponse in com.amilesend.discogs.model.databaseModifier and TypeClassDescriptionclass
Defines the list of results for a search.static class
SearchResponse.SearchResponseBuilder<C extends SearchResponse, B extends SearchResponse.SearchResponseBuilder<C,
B>> Methods in com.amilesend.discogs.model.database that return types with arguments of type SearchResponse -
Uses of SearchResponse in com.amilesend.discogs.parse.creator
Classes in com.amilesend.discogs.parse.creator that implement interfaces with type arguments of type SearchResponseModifier and TypeClassDescriptionclass
A customInstanceCreator
implementation that injects theDiscogsConnection
to the resource type so that method operations can be performed on theSearchResponse
resource.Methods in com.amilesend.discogs.parse.creator that return SearchResponse