Class ArtistInformation

java.lang.Object
com.amilesend.discogs.model.Resource<Long, ArtistInformation>
com.amilesend.discogs.model.database.type.ArtistInformation
Direct Known Subclasses:
GetArtistInformationResponse

public class ArtistInformation extends Resource<Long, ArtistInformation>
Describes an artist resource.
See Also:
  • Method Details

    • builder

      public static ArtistInformation.ArtistInformationBuilder<?,?> builder()
    • getName

      public String getName()
      The artist name.
    • getUri

      public String getUri()
      The artist website URI.
    • getReleasesUrl

      public String getReleasesUrl()
      The releases website URI.
    • getImages

      public List<Image> getImages()
      The list of images associated with the artist.
      See Also:
    • getProfile

      public String getProfile()
      The artist profile description.
    • getUrls

      public List<String> getUrls()
      The list of associated URLs.
    • getNameVariations

      public List<String> getNameVariations()
      The list of name variations (e.g., Artist/band name in different languages).
    • getAliases

      public List<Alias> getAliases()
      List of aliases.
    • getMembers

      public List<Member> getMembers()
      List of members associated with the artist (i.e., band/group).
    • getDataQuality

      public String getDataQuality()
      The data quality status.
    • toString

      public String toString()
      Overrides:
      toString in class Resource<Long, ArtistInformation>