Class Playlist
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanThe playlist's public/private status:truethe playlist is public,falsethe playlist is private,nullthe playlist status is not relevant.booleantrueif the owner allows other users to modify the playlist.The playlist description.Known external URLs for this playlist.Information about the followers of the playlist.Images for the playlist.The name of the playlist.The user who owns the playlistThe version identifier for the current playlist.The tracks of the playlist.Fields inherited from class de.sonallux.spotify.api.models.BaseObject
href, id, type, uri -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
collaborative
public boolean collaborativetrueif the owner allows other users to modify the playlist. -
description
The playlist description. Only returned for modified, verified playlists, otherwise
null. -
externalUrls
Known external URLs for this playlist.
-
followers
Information about the followers of the playlist.
-
images
Images for the playlist. The array may be empty or contain up to three images. The images are returned by size in descending order. See Working with Playlists. Note: If returned, the source URL for the image (
url) is temporary and will expire in less than a day. -
name
The name of the playlist.
-
owner
The user who owns the playlist
-
_public
public boolean _publicThe playlist's public/private status:
truethe playlist is public,falsethe playlist is private,nullthe playlist status is not relevant. For more about public/private status, see Working with Playlists -
snapshotId
The version identifier for the current playlist. Can be supplied in other requests to target a specific playlist version
-
tracks
The tracks of the playlist.
-
-
Constructor Details
-
Playlist
public Playlist()
-