Class GetArtistInformationResponse
java.lang.Object
com.amilesend.discogs.model.Resource<Long, ArtistInformation>
com.amilesend.discogs.model.database.type.ArtistInformation
com.amilesend.discogs.model.database.GetArtistInformationResponse
The response that describes artist information.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGetArtistInformationResponse.GetArtistInformationResponseBuilder<C extends GetArtistInformationResponse, B extends GetArtistInformationResponse.GetArtistInformationResponseBuilder<C,B>> Nested classes/interfaces inherited from class ArtistInformation
ArtistInformation.ArtistInformationBuilder<C,B> Modifier and TypeClassDescriptionstatic classArtistInformation.ArtistInformationBuilder<C extends ArtistInformation, B extends ArtistInformation.ArtistInformationBuilder<C,B>> -
Method Summary
Methods inherited from class ArtistInformation
getAliases, getDataQuality, getImages, getMembers, getName, getNameVariations, getProfile, getReleasesUrl, getUri, getUrlsModifier and TypeMethodDescriptionList 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.Methods inherited from class Resource
getId, getResourceUrl
-
Method Details
-
builder
-
equals
- Overrides:
equalsin classResource<Long, ArtistInformation>
-
hashCode
public int hashCode()- Overrides:
hashCodein classResource<Long, ArtistInformation>
-
toString
- Overrides:
toStringin classArtistInformation
-