Class Context

    • Method Summary

      Modifier and Type Method Description
      Context.Builder builder()
      Create a builder for building an instance of a model object.
      ExternalUrl getExternalUrls()
      Get the external URLs of the context.
      java.lang.String getHref()
      Get a link to the Spotify Web API endpoint providing full details of the track.
      ModelObjectType getType()
      Get the model object type of the context.
      java.lang.String getUri()
      Get the Spotify URI for the context.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getHref

        public java.lang.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 java.lang.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.