Package de.sonallux.spotify.api.models
Class RecommendationSeed
java.lang.Object
de.sonallux.spotify.api.models.RecommendationSeed
RecommendationSeedObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe number of tracks available after min_* and max_* filters have been applied.intThe number of tracks available after relinking for regional availability.A link to the full track or artist data for this seed.The id used to select this seed.intThe number of recommended tracks available for this seed.The entity type of this seed. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
afterfilteringsize
public int afterfilteringsizeThe number of tracks available after min_* and max_* filters have been applied.
-
afterrelinkingsize
public int afterrelinkingsizeThe number of tracks available after relinking for regional availability.
-
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
The id used to select this seed. This will be the same as the string used in the
seed_artists,seed_tracksorseed_genresparameter. -
initialpoolsize
public int initialpoolsizeThe number of recommended tracks available for this seed.
-
type
The entity type of this seed. One of
artist,trackorgenre.
-
-
Constructor Details
-
RecommendationSeed
public RecommendationSeed()
-