Class MasterRelease
java.lang.Object
com.amilesend.discogs.model.Resource<Long,Release>
com.amilesend.discogs.model.type.ReleaseContentBase
com.amilesend.discogs.model.database.type.MasterRelease
- Direct Known Subclasses:
GetMasterReleaseResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classMasterRelease.MasterReleaseBuilder<C extends MasterRelease, B extends MasterRelease.MasterReleaseBuilder<C,B>> Nested classes/interfaces inherited from class ReleaseContentBase
ReleaseContentBase.ReleaseContentBaseBuilder<C,B> Modifier and TypeClassDescriptionstatic classReleaseContentBase.ReleaseContentBaseBuilder<C extends ReleaseContentBase, B extends ReleaseContentBase.ReleaseContentBaseBuilder<C,B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic MasterRelease.MasterReleaseBuilder<?, ?> builder()The main release identifier.The URL for the main release.The most recent release identifier.The URL for the most recent release.The URL for versions.toString()Methods inherited from class ReleaseContentBase
getArtists, getDataQuality, getDateAdded, getDateChanged, getEstimatedWeight, getGenres, getImages, getLowestPrice, getNumForSale, getStyles, getThumb, getTitle, getTrackList, getUri, getVideos, getYearModifier and TypeMethodDescriptionThe 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.Methods inherited from class Resource
equals, getId, getResourceUrl, hashCode
-
Method Details
-
builder
-
getMainRelease
The main release identifier. -
getMostRecentRelease
The most recent release identifier. -
getVersionsUrl
The URL for versions. -
getMainReleaseUrl
The URL for the main release. -
getMostRecentReleaseUrl
The URL for the most recent release. -
toString
- Overrides:
toStringin classReleaseContentBase
-