Uses of Class
se.michaelthelin.spotify.model_objects.specification.TrackSimplified
Packages that use TrackSimplified
Package
Description
- 
Uses of TrackSimplified in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return TrackSimplifiedModifier and TypeMethodDescriptionTrackSimplified.Builder.build()TrackSimplified.JsonUtil.createModelObject(com.google.gson.JsonObject jsonObject) Methods in se.michaelthelin.spotify.model_objects.specification that return types with arguments of type TrackSimplifiedMethod parameters in se.michaelthelin.spotify.model_objects.specification with type arguments of type TrackSimplifiedModifier 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
Methods in se.michaelthelin.spotify.requests.data.albums that return types with arguments of type TrackSimplifiedModifier and TypeMethodDescriptionGetAlbumsTracksRequest.execute()Get the tracks from the album.