Class BasicInformation
java.lang.Object
com.amilesend.discogs.model.Resource<Long, BasicInformation>
com.amilesend.discogs.model.type.BasicInformation
Describes the basic information for a catalog release entry.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBasicInformation.BasicInformationBuilder<C extends BasicInformation, B extends BasicInformation.BasicInformationBuilder<C,B>> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,T, C, B> -
Method Summary
Modifier and TypeMethodDescriptionstatic BasicInformation.BasicInformationBuilder<?, ?> builder()The list of credited artists.The cover image URL.The list of formats.The list of genres.The associated labels.The list of styles.getThumb()The image thumbnail URL.getTitle()The release title.getYear()The year of release.toString()Methods inherited from class Resource
equals, getId, getResourceUrl, hashCode
-
Method Details
-
builder
-
getLabels
The associated labels. -
getFormats
-
getThumb
The image thumbnail URL. -
getCoverImage
The cover image URL. -
getTitle
The release title. -
getArtists
-
getGenres
-
getStyles
-
getYear
The year of release. -
toString
- Overrides:
toStringin classResource<Long, BasicInformation>
-