Class GetReleaseResponse
java.lang.Object
com.amilesend.discogs.model.Resource<Long,Release>
com.amilesend.discogs.model.type.ReleaseContentBase
com.amilesend.discogs.model.type.Release
com.amilesend.discogs.model.database.GetReleaseResponse
Describes the response when getting a release.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGetReleaseResponse.GetReleaseResponseBuilder<C extends GetReleaseResponse, B extends GetReleaseResponse.GetReleaseResponseBuilder<C,B>> Nested classes/interfaces inherited from class Release
Release.ReleaseBuilder<C,B> Modifier 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
Methods inherited from class Release
getArtistsSort, getCommunity, getCompanies, getCountry, getExtraArtists, getFormatQuantity, getFormats, getIdentifiers, getIsBlockedFromSale, getIsOffensive, getLabels, getMasterId, getMasterUrl, getNotes, getReleased, getReleasedFormatted, getSeries, getStatusModifier and TypeMethodDescriptionThe 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.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
getId, getResourceUrl
-
Method Details
-
builder
-
equals
-
hashCode
-
toString
-