Uses of Class
se.michaelthelin.spotify.model_objects.specification.TrackLink
-
Packages that use TrackLink Package Description se.michaelthelin.spotify.model_objects.specification -
-
Uses of TrackLink in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return TrackLink Modifier and Type Method Description TrackLinkTrackLink.Builder. build()TrackLinkTrackLink.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)TrackLinkTrack. 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.TrackLinkTrackSimplified. 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 TrackLink Modifier and Type Method Description Track.BuilderTrack.Builder. setLinkedFrom(TrackLink linkedFrom)Set the track link object of the track to be built.TrackSimplified.BuilderTrackSimplified.Builder. setLinkedFrom(TrackLink linkedFrom)Set the track link object of the track to be built.
-