| Package | Description |
|---|---|
| com.wrapper.spotify.model_objects.specification |
| Modifier and Type | Method | Description |
|---|---|---|
TrackLink.Builder |
TrackLink.builder() |
|
TrackLink.Builder |
TrackLink.Builder.setExternalUrls(ExternalUrl externalUrls) |
Set external URLs of the track to be built.
|
TrackLink.Builder |
TrackLink.Builder.setHref(String href) |
Set href of Spotify Web API endpoint of the track to be built.
|
TrackLink.Builder |
TrackLink.Builder.setId(String id) |
Set the Spotify ID of the track to be built.
|
TrackLink.Builder |
TrackLink.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
TrackLink.Builder |
TrackLink.Builder.setUri(String uri) |
Set the Spotify URI of the track to be built.
|
Copyright © 2019. All rights reserved.