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 classSearchResponse.SearchResponseBuilder<C extends SearchResponse, B extends SearchResponse.SearchResponseBuilder<C,B>> Subclasses with type arguments of type SearchResponse in com.amilesend.discogs.model.databaseModifier and TypeClassDescriptionclassDefines the list of results for a search.static classSearchResponse.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 TypeClassDescriptionclassA customInstanceCreatorimplementation that injects theDiscogsConnectionto the resource type so that method operations can be performed on theSearchResponseresource.Methods in com.amilesend.discogs.parse.creator that return SearchResponse