java.lang.Object
se.michaelthelin.spotify.model_objects.AbstractModelObject
se.michaelthelin.spotify.model_objects.specification.Context
All Implemented Interfaces:
Serializable, IModelObject

public class Context extends AbstractModelObject
Retrieve information about Context objects by building instances from this class. Context objects contain information from where a specific track has been played by a user.
See Also:
  • Method Details

    • getType

      public ModelObjectType getType()
      Get the model object type of the context.
      Returns:
      The ModelObjectType.
    • 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.
    • toString

      public String toString()
      Description copied from class: AbstractModelObject
      Returns a String representation of this model object in the style:

      ModelObject(attr1=value1, attr2=value2, ...)

      Specified by:
      toString in class AbstractModelObject
    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object