Class SearchResult
java.lang.Object
com.amilesend.discogs.model.Resource<Long, SearchResult>
com.amilesend.discogs.model.database.type.SearchResult
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSearchResult.SearchResultBuilder<C extends SearchResult, B extends SearchResult.SearchResultBuilder<C,B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic SearchResult.SearchResultBuilder<?, ?> builder()Barcodes associated with the search result.The catalog number.The stats for the search result.The release country.The cover image URL.The available formats.The format quantity.The list of formats.getGenre()List of genres.getLabel()Associated labels.The master identifier.The master URL.getStyle()The music style.getThumb()Thumbnail URL.getTitle()The title.getType()The search type.getUri()The website URI.User stats.getYear()The release year.toString()Methods inherited from class Resource
equals, getId, getResourceUrl, hashCode
-
Method Details
-
builder
-
getStyle
-
getBarcode
-
getThumb
Thumbnail URL. -
getTitle
The title. -
getCountry
The release country. -
getFormat
-
getUri
The website URI. -
getCommunity
-
getLabel
-
getCatalogNumber
The catalog number. -
getYear
The release year. -
getGenre
-
getType
-
getUserData
-
getMasterId
The master identifier. -
getMasterUrl
The master URL. -
getCoverImage
The cover image URL. -
getFormatQuantity
The format quantity. -
getFormats
-
toString
- Overrides:
toStringin classResource<Long, SearchResult>
-