Class Context

    • Method Detail

      • getHref

        public String getHref​()
        Get a link to the Spotify Web API endpoint providing full details of the track.
        Returns:
        A link to the Spotify Web API endpoint providing full details of the track.
      • getExternalUrls

        public ExternalUrl getExternalUrls​()
        Get the external URLs of the context.
        Returns:
        An ExternalUrl object.
      • getUri

        public String getUri​()
        Get the Spotify URI for the context.
        Returns:
        The Spotify URI for the context.
      • builder

        public Context.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.