Class ArtistInformation
java.lang.Object
com.amilesend.discogs.model.Resource<Long, ArtistInformation>
com.amilesend.discogs.model.database.type.ArtistInformation
- Direct Known Subclasses:
GetArtistInformationResponse
Describes an artist resource.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classArtistInformation.ArtistInformationBuilder<C extends ArtistInformation, B extends ArtistInformation.ArtistInformationBuilder<C,B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic ArtistInformation.ArtistInformationBuilder<?, ?> builder()List of aliases.The data quality status.The list of images associated with the artist.List of members associated with the artist (i.e., band/group).getName()The artist name.The list of name variations (e.g., Artist/band name in different languages).The artist profile description.The releases website URI.getUri()The artist website URI.getUrls()The list of associated URLs.toString()Methods inherited from class Resource
equals, getId, getResourceUrl, hashCode
-
Method Details
-
builder
-
getName
The artist name. -
getUri
The artist website URI. -
getReleasesUrl
The releases website URI. -
getImages
-
getProfile
The artist profile description. -
getUrls
-
getNameVariations
-
getAliases
-
getMembers
-
getDataQuality
The data quality status. -
toString
- Overrides:
toStringin classResource<Long, ArtistInformation>
-