Uses of Class
se.michaelthelin.spotify.model_objects.specification.TrackSimplified
Package
Description
-
Uses of TrackSimplified in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeMethodDescriptionTrackSimplified.Builder.build()
TrackSimplified.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) Modifier and TypeMethodDescriptionAlbum.Builder.setTracks
(Paging<TrackSimplified> tracks) Set the tracks of the album to be built. -
Uses of TrackSimplified in se.michaelthelin.spotify.requests.data.albums
Modifier and TypeMethodDescriptionGetAlbumsTracksRequest.execute()
Get the tracks from the album.