Uses of Class
de.sonallux.spotify.api.models.SimplifiedTrack
-
Packages that use SimplifiedTrack Package Description de.sonallux.spotify.api.apis.albums de.sonallux.spotify.api.models -
-
Uses of SimplifiedTrack in de.sonallux.spotify.api.apis.albums
Methods in de.sonallux.spotify.api.apis.albums that return types with arguments of type SimplifiedTrack Modifier and Type Method Description ApiCall<Paging<SimplifiedTrack>>GetAlbumsTracksRequest. build()Build the request into an executable call -
Uses of SimplifiedTrack in de.sonallux.spotify.api.models
Fields in de.sonallux.spotify.api.models declared as SimplifiedTrack Modifier and Type Field Description SimplifiedTrackPlayHistory. trackThe track the user listened to.Fields in de.sonallux.spotify.api.models with type parameters of type SimplifiedTrack Modifier and Type Field Description Paging<SimplifiedTrack>Album. tracksThe tracks of the album.
-