Class ArtistSimplified

    • Method Detail

      • getHref

        public String getHref​()
        Get the full Spotify Web API endpoint URL of the artist.
        Returns:
        A Spotify Web API endpoint URL.
      • getName

        public String getName​()
        Get the name of the artist.
        Returns:
        Artist name.
      • builder

        public ArtistSimplified.Builder builder​()
        Description copied from interface: IModelObject
        Create a builder for building an instance of a model object.
        The type of the builder and its methods depend on its corresponding implementation.
        Returns:
        A builder object.