Class ReleaseContentBase
java.lang.Object
com.amilesend.discogs.model.Resource<Long,Release>
com.amilesend.discogs.model.type.ReleaseContentBase
- Direct Known Subclasses:
MasterRelease, Release
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
ReleaseContentBase.ReleaseContentBaseBuilder<C extends ReleaseContentBase, B extends ReleaseContentBase.ReleaseContentBaseBuilder<C,
B>> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,
T, C, B> -
Method Summary
Modifier and TypeMethodDescriptionstatic ReleaseContentBase.ReleaseContentBaseBuilder
<?, ?> builder()
The list of associated artists.Data quality descriptor.The timestamp that this release entry was added.The timestamp that this release entry was last.The estimated relevance weight.List of applicable genres.List of associated images.The lowest price.Number of items available for sale.List of musical styles.getThumb()
The URL of the thumbnail image.getTitle()
The release title.The list of tracks associated with the release.getUri()
The website uri for this release.The list of associated videos.getYear()
The release year.toString()
Methods inherited from class Resource
equals, getId, getResourceUrl, hashCode
-
Method Details
-
builder
-
getArtists
-
getDataQuality
Data quality descriptor. -
getDateAdded
The timestamp that this release entry was added. -
getDateChanged
The timestamp that this release entry was last. -
getEstimatedWeight
The estimated relevance weight. -
getGenres
-
getImages
-
getLowestPrice
The lowest price. -
getNumForSale
Number of items available for sale. -
getStyles
-
getThumb
The URL of the thumbnail image. -
getTrackList
The list of tracks associated with the release.- See Also:
-
getTitle
The release title. -
getUri
The website uri for this release. -
getVideos
-
getYear
The release year. -
toString
-