Package de.sonallux.spotify.api.models
Class Recommendations
- java.lang.Object
-
- de.sonallux.spotify.api.models.Recommendations
-
public class Recommendations extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<RecommendationSeed>seedsAn array of recommendation seed objects.List<Track>tracksAn array of track object ordered according to the parameters supplied.
-
Constructor Summary
Constructors Constructor Description Recommendations()
-
-
-
Field Detail
-
seeds
public List<RecommendationSeed> seeds
An array of recommendation seed objects.
-
tracks
public List<Track> tracks
An array of track object ordered according to the parameters supplied.
-
-