Class ListingRelease
java.lang.Object
com.amilesend.discogs.model.Resource<Long, ListingRelease>
com.amilesend.discogs.model.marketplace.type.ListingRelease
Describes a release for a listing.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classListingRelease.ListingReleaseBuilder<C extends ListingRelease, B extends ListingRelease.ListingReleaseBuilder<C,B>> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,T, C, B> -
Method Summary
Modifier and TypeMethodDescriptionstatic ListingRelease.ListingReleaseBuilder<?, ?> builder()The artist name.The listing's catalog number.The description.The release format.The associated images.getLabel()The label.getStats()The associated status for the release.The thumbnail image URL.getTitle()The title.getYear()The release year.toString()Methods inherited from class Resource
equals, getId, getResourceUrl, hashCode
-
Method Details
-
builder
-
getCatalogNumber
The listing's catalog number. -
getYear
The release year. -
getDescription
The description. -
getArtist
The artist name. -
getTitle
The title. -
getFormat
The release format. -
getThumbnail
The thumbnail image URL. -
getLabel
The label. -
getStats
The associated status for the release. -
getImages
-
toString
- Overrides:
toStringin classResource<Long, ListingRelease>
-