Class ArtistSimplified

    • Method Detail

      • getHref

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

        public java.lang.String getId()
        Get the Spotify ID of the artist.
        Returns:
        A Spotify artist ID.
      • getName

        public java.lang.String getName()
        Get the name of the artist.
        Returns:
        Artist name.
      • getUri

        public java.lang.String getUri()
        Get the Spotify URI of the artist.
        Returns:
        Spotify artist URI.
      • 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.