Uses of Class
com.wrapper.spotify.model_objects.specification.TrackSimplified
-
Packages that use TrackSimplified Package Description com.wrapper.spotify.model_objects.specification com.wrapper.spotify.requests.data.albums -
-
Uses of TrackSimplified in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.spotify.model_objects.specification that return TrackSimplified Modifier and Type Method Description TrackSimplifiedTrackSimplified.Builder. build()TrackSimplifiedTrackSimplified.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)TrackSimplifiedPlayHistory. getTrack()Get the track the user listened to.TrackSimplified[]Recommendations. getTracks()Get the (simplified) tracks from the recommendations object.Methods in com.wrapper.spotify.model_objects.specification that return types with arguments of type TrackSimplified Modifier and Type Method Description Paging<TrackSimplified>Album. getTracks()Get a page of tracks of the album.Methods in com.wrapper.spotify.model_objects.specification with parameters of type TrackSimplified Modifier and Type Method Description PlayHistory.BuilderPlayHistory.Builder. setTrack(TrackSimplified track)The track setter.Recommendations.BuilderRecommendations.Builder. setTracks(TrackSimplified... tracks)The recommendated tracks setter.Method parameters in com.wrapper.spotify.model_objects.specification with type arguments of type TrackSimplified Modifier and Type Method Description Album.BuilderAlbum.Builder. setTracks(Paging<TrackSimplified> tracks)Set the tracks of the album to be built. -
Uses of TrackSimplified in com.wrapper.spotify.requests.data.albums
Methods in com.wrapper.spotify.requests.data.albums that return types with arguments of type TrackSimplified Modifier and Type Method Description Paging<TrackSimplified>GetAlbumsTracksRequest. execute()Get the tracks from the album.
-