Class Release
java.lang.Object
com.amilesend.discogs.model.Resource<Long,Release>
com.amilesend.discogs.model.type.ReleaseContentBase
com.amilesend.discogs.model.type.Release
- Direct Known Subclasses:
GetReleaseResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRelease.ReleaseBuilder<C extends Release, B extends Release.ReleaseBuilder<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 Release.ReleaseBuilder<?, ?> builder()The artist name that is used for sorting this release.The associated community information.The list of companies (i.e., record labels).The country of release.The list of extra artists.The quantity of formats for the release.The list of formats.The list of release identifiers (e.g., barcodes)List of associated labels.The associated master identifier.The associated master URL.getNotes()Notes.The release date.The release date formatted as DD Mon yyyy.List of associated series.Release entry status.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
-
getArtistsSort
The artist name that is used for sorting this release. -
getCommunity
-
getCompanies
-
getCountry
The country of release. -
getExtraArtists
-
getFormatQuantity
The quantity of formats for the release. -
getFormats
-
getIdentifiers
The list of release identifiers (e.g., barcodes)- See Also:
-
getIsBlockedFromSale
-
getIsOffensive
-
getLabels
-
getMasterId
The associated master identifier. -
getMasterUrl
The associated master URL. -
getNotes
Notes. -
getReleased
The release date. -
getReleasedFormatted
The release date formatted as DD Mon yyyy. -
getSeries
-
getStatus
Release entry status. -
toString
- Overrides:
toStringin classReleaseContentBase
-