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 class
Release.ReleaseBuilder<C extends Release, B extends Release.ReleaseBuilder<C,
B>> Nested classes/interfaces inherited from class ReleaseContentBase
ReleaseContentBase.ReleaseContentBaseBuilder<C,
B> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,
T, 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, getYear
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:
toString
in classReleaseContentBase
-