Class ShowSimplified

    • Method Detail

      • getAvailableMarkets

        public com.neovisionaries.i18n.CountryCode[] getAvailableMarkets()
        Get a list of the countries in which the show can be played.
        Returns:
        An array of ISO 3166-1 alpha-2 country * codes.
      • getCopyrights

        public Copyright[] getCopyrights()
        Get the copyright statements of the show.
        Returns:
        An array of Copyright objects.
      • getDescription

        public String getDescription()
        Get a description of the show.
        Returns:
        The description of the show.
      • getExplicit

        public Boolean getExplicit()
        Check whether the show is explicit or not.
        Returns:
        Whether or not the show has explicit content (true = yes it does; false = no it does not OR unknown).
      • getHref

        public String getHref()
        Get the full Spotify Web API endpoint URL of the show.
        Returns:
        A link to the Web API endpoint providing full details of the show.
      • getImages

        public Image[] getImages()
        Get the cover art for the show in various sizes, widest first.
        Returns:
        An array of Image objects.
      • getExternallyHosted

        public Boolean getExternallyHosted()
        Check whether the show is hosted outside of Spotify's CDN.
        Returns:
        True if the show is hosted outside of Spotify’s CDN. Might be null in some cases.
      • getMediaType

        public String getMediaType()
        Get the media type of the show.
        Returns:
        The media type of the show.
      • getName

        public String getName()
        Get the name of the show.
        Returns:
        The name of the show.
      • getPublisher

        public String getPublisher()
        Get the publisher of the show.
        Returns:
        The publisher of the show.
      • builder

        public ShowSimplified.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.
        Specified by:
        builder in interface IModelObject
        Returns:
        A builder object.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object