Uses of Class
com.wrapper.spotify.model_objects.specification.TrackLink
-
Packages that use TrackLink Package Description com.wrapper.spotify.model_objects.specification -
-
Uses of TrackLink in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.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 com.wrapper.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.
-