Class RecommendationSeed

java.lang.Object
de.sonallux.spotify.api.models.RecommendationSeed

public class RecommendationSeed extends Object
RecommendationSeedObject
  • Field Details

    • afterfilteringsize

      public int afterfilteringsize

      The number of tracks available after min_* and max_* filters have been applied.

    • afterrelinkingsize

      public int afterrelinkingsize

      The number of tracks available after relinking for regional availability.

    • href

      public String href

      A link to the full track or artist data for this seed. For tracks this will be a link to a Track Object. For artists a link to an Artist Object. For genre seeds, this value will be null.

    • id

      public String id

      The id used to select this seed. This will be the same as the string used in the seed_artists, seed_tracks or seed_genres parameter.

    • initialpoolsize

      public int initialpoolsize

      The number of recommended tracks available for this seed.

    • type

      public String type

      The entity type of this seed. One of artist, track or genre.

  • Constructor Details

    • RecommendationSeed

      public RecommendationSeed()