Uses of Class
se.michaelthelin.spotify.model_objects.specification.TrackLink
-
Uses of TrackLink in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeMethodDescriptionTrackLink.Builder.build()
TrackLink.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) Track.getLinkedFrom()
Get the track link object of the track if Track Relinking was applied and the requested track has been replaced with a different track.TrackSimplified.getLinkedFrom()
Get the track link object of the track if Track Relinking was applied and the requested track has been replaced with a different track.Modifier and TypeMethodDescriptionTrack.Builder.setLinkedFrom
(TrackLink linkedFrom) Set the track link object of the track to be built.TrackSimplified.Builder.setLinkedFrom
(TrackLink linkedFrom) Set the track link object of the track to be built.