Uses of Class
se.michaelthelin.spotify.model_objects.specification.TrackLink.Builder
-
Packages that use TrackLink.Builder Package Description se.michaelthelin.spotify.model_objects.specification -
-
Uses of TrackLink.Builder in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return TrackLink.Builder Modifier and Type Method Description TrackLink.BuilderTrackLink. builder()TrackLink.BuilderTrackLink.Builder. setExternalUrls(ExternalUrl externalUrls)Set external URLs of the track to be built.TrackLink.BuilderTrackLink.Builder. setHref(String href)Set href of Spotify Web API endpoint of the track to be built.TrackLink.BuilderTrackLink.Builder. setId(String id)Set the Spotify ID of the track to be built.TrackLink.BuilderTrackLink.Builder. setType(ModelObjectType type)Set the type of the model object.TrackLink.BuilderTrackLink.Builder. setUri(String uri)Set the Spotify URI of the track to be built.
-