Uses of Class
se.michaelthelin.spotify.model_objects.specification.TrackLink
Packages that use TrackLink
- 
Uses of TrackLink in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return TrackLinkModifier 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.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type TrackLinkModifier 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.