Class SearchResult.SearchResultBuilder<C extends SearchResult, B extends SearchResult.SearchResultBuilder<C,B> >
java.lang.Object
com.amilesend.discogs.model.Resource.ResourceBuilder<Long, SearchResult, C, B>
com.amilesend.discogs.model.database.type.SearchResult.SearchResultBuilder<C,B>
- Enclosing class:
SearchResult
public abstract static class SearchResult.SearchResultBuilder<C extends SearchResult, B extends SearchResult.SearchResultBuilder<C,B>>
extends Resource.ResourceBuilder<Long, SearchResult, C, B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBarcodes associated with the search result.abstract Cbuild()catalogNumber(String catalogNumber) The catalog number.community(SearchResultStat community) The stats for the search result.The release country.coverImage(String coverImage) The cover image URL.The available formats.formatQuantity(Integer formatQuantity) The format quantity.formats(List<SearchResultFormat> formats) The list of formats.List of genres.Associated labels.The master identifier.The master URL.The music style.Thumbnail URL.The title.toString()type(SearchType type) The search type.The website URI.userData(SearchResultUserData userData) User stats.The release year.Methods inherited from class Resource.ResourceBuilder
id, resourceUrl
-
Constructor Details
-
SearchResultBuilder
public SearchResultBuilder()
-
-
Method Details
-
style
-
barcode
-
thumb
-
title
-
country
-
format
-
uri
-
community
The stats for the search result.- Returns:
this.- See Also:
-
label
-
catalogNumber
-
year
-
genre
-
type
-
userData
-
masterId
-
masterUrl
-
coverImage
-
formatQuantity
-
formats
-
build
- Specified by:
buildin classResource.ResourceBuilder<Long, SearchResult, C extends SearchResult, B extends SearchResult.SearchResultBuilder<C,B>>
-
toString
- Overrides:
toStringin classResource.ResourceBuilder<Long, SearchResult, C extends SearchResult, B extends SearchResult.SearchResultBuilder<C,B>>
-