diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7b9577e9f..61ca8b462 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,7 +18,7 @@ on:
jobs:
ci-optimization:
name: CI optimization
- uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@714a68188444d710ffa3e9f35a05f6a9d420931d # 3.2.0
+ uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@e98193e91e9be2af3af784b7a0f25d35bf4eadc5 # 4.0.7
permissions:
pull-requests: read
build:
@@ -33,11 +33,11 @@ jobs:
java: ["17", "25"]
steps:
- name: Checkout git repository
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0 # fetch complete history to find the last git tag
- name: Set up JDK
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
cache: maven
distribution: temurin
@@ -45,7 +45,7 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload code coverage
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
+ uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Release
@@ -53,7 +53,7 @@ jobs:
env:
GPG_KEY_NAME: B70E1EAC
GPG_PASSPHRASE_FILE: ${{ secrets.GPG_PASSPHRASE_FILE }}
- GPG_PASSPHRASE_KEY: ${{ secrets.GPG_PASSPHRASE_KEY }}
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE_KEY }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
run: |
diff --git a/README.md b/README.md
index b588e804f..f39380495 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Latest official release:
se.michaelthelin.spotify
spotify-web-api-java
- 9.4.0
+ 10.0.0-RC1
```
@@ -52,7 +52,7 @@ Latest snapshot:
Latest official release:
```Gradle
-implementation 'se.michaelthelin.spotify:spotify-web-api-java:9.4.0'
+implementation 'se.michaelthelin.spotify:spotify-web-api-java:10.0.0-RC1'
```
Latest snapshot:
diff --git a/apidocs/allclasses-index.html b/apidocs/allclasses-index.html
index fa4f4d8de..649551d9d 100644
--- a/apidocs/allclasses-index.html
+++ b/apidocs/allclasses-index.html
@@ -1,53 +1,52 @@
-
-All Classes and Interfaces (Spotify Web API Java Client 9.4.0 API)
+
+All Classes and Interfaces (Spotify Web API Java Client 10.0.0-RC1 API)
-
+
-
-
-
-
-
+
+
+
+
+
-
JavaScript is disabled on your browser.
-
-
EpisodeSimplified.Builder - Class in se.michaelthelin.spotify.model_objects.specification
@@ -2618,7 +2433,7 @@ E
Error - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about
- Error objects by building instances from this class.
+Error objects by building instances from this class.
Error.Builder - Class in se.michaelthelin.spotify.model_objects.specification
@@ -2660,10 +2475,6 @@ E
Get the tracks from the album.
- execute() - Method in class se.michaelthelin.spotify.requests.data.albums.GetSeveralAlbumsRequest
-
-Get multiple albums.
-
execute() - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistRequest
@@ -2676,34 +2487,14 @@ E
Get the related
Artist objects.
- execute() - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsTopTracksRequest
-
-Get the top
Track objects.
-
-execute() - Method in class se.michaelthelin.spotify.requests.data.artists.GetSeveralArtistsRequest
-
-
-
-execute() - Method in class se.michaelthelin.spotify.requests.data.browse.GetCategoryRequest
-
-
-
execute() - Method in class se.michaelthelin.spotify.requests.data.browse.GetCategorysPlaylistsRequest
-execute() - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfCategoriesRequest
-
-
-
execute() - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfFeaturedPlaylistsRequest
-execute() - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfNewReleasesRequest
-
-
-
execute() - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest
@@ -2716,10 +2507,6 @@ E
Get an episode
- execute() - Method in class se.michaelthelin.spotify.requests.data.episodes.GetSeveralEpisodesRequest
-
-Get several episodes.
-
execute() - Method in class se.michaelthelin.spotify.requests.data.follow.CheckCurrentUserFollowsArtistsOrUsersRequest
Check whether the user is following one or more users or artist or not.
@@ -2788,37 +2575,13 @@ E
Get the songs from the current users "Your Music" library.
- execute() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveAlbumsForCurrentUserRequest
-
-Remove one or more albums from the current user’s ‘Your Music’ library.
-
-execute() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedEpisodesRequest
-
-Remove one or more episodes from current Spotify user’s library.
-
-execute() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedShowsRequest
+execute() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveFromLibraryRequest
-Delete one or more shows from current Spotify user’s library.
+Remove items from the user's library.
-execute() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedTracksRequest
+execute() - Method in class se.michaelthelin.spotify.requests.data.library.SaveToLibraryRequest
-Remove one or more tracks from the current user’s ‘Your Music’ library.
-
-execute() - Method in class se.michaelthelin.spotify.requests.data.library.SaveAlbumsForCurrentUserRequest
-
-Save an album to the "Your Music" library.
-
-execute() - Method in class se.michaelthelin.spotify.requests.data.library.SaveEpisodesForCurrentUserRequest
-
-Save one or more episodes.
-
-execute() - Method in class se.michaelthelin.spotify.requests.data.library.SaveShowsForCurrentUserRequest
-
-Save one or more shows.
-
-execute() - Method in class se.michaelthelin.spotify.requests.data.library.SaveTracksForUserRequest
-
-Save one or more tracks.
+Save items to the user's library.
execute() - Method in class se.michaelthelin.spotify.requests.data.personalization.GetUsersTopArtistsAndTracksRequest
@@ -2900,18 +2663,10 @@ E
Change a playlist's details.
- execute() - Method in class se.michaelthelin.spotify.requests.data.playlists.CreatePlaylistRequest
-
-Create a new playlist.
-
execute() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetListOfCurrentUsersPlaylistsRequest
Get a list of the current user's playlists.
-execute() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetListOfUsersPlaylistsRequest
-
-Get an user's playlists.
-
execute() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistCoverImageRequest
Get the cover image of a playlist.
@@ -2972,10 +2727,6 @@ E
Search for albums.
- execute() - Method in class se.michaelthelin.spotify.requests.data.shows.GetSeveralShowsRequest
-
-Get several shows.
-
execute() - Method in class se.michaelthelin.spotify.requests.data.shows.GetShowRequest
Get a show.
@@ -2996,10 +2747,6 @@ E
Get audio features for a track.
- execute() - Method in class se.michaelthelin.spotify.requests.data.tracks.GetSeveralTracksRequest
-
-Get several tracks.
-
execute() - Method in class se.michaelthelin.spotify.requests.data.tracks.GetTrackRequest
Get a track.
@@ -3008,10 +2755,6 @@ E
Get the profile of the current user.
- execute() - Method in class se.michaelthelin.spotify.requests.data.users_profile.GetUsersProfileRequest
-
-Get the profile of a current user.
-
execute() - Method in interface se.michaelthelin.spotify.requests.IRequest
Execute the request synchronously.
@@ -3024,15 +2767,15 @@ E
Execute the request asynchronously.
- executeAsync(Callable<T>) - Static method in class se.michaelthelin.spotify.SpotifyApiThreading
+executeAsync(Callable) - Static method in class se.michaelthelin.spotify.SpotifyApiThreading
Execute a callable asynchronously.
ExternalId - Class in se.michaelthelin.spotify.model_objects.specification
+External ID objects
+by building instances from this class.
ExternalId.Builder - Class in se.michaelthelin.spotify.model_objects.specification
@@ -3045,8 +2788,8 @@ E
ExternalUrl - Class in se.michaelthelin.spotify.model_objects.specification
+External URL objects
+by building instances from this class.
ExternalUrl.Builder - Class in se.michaelthelin.spotify.model_objects.specification
@@ -3062,7 +2805,7 @@ F
FeaturedPlaylists - Class in se.michaelthelin.spotify.model_objects.special
+Featured Playlist objects by building instances from this class.
FeaturedPlaylists.Builder - Class in se.michaelthelin.spotify.model_objects.special
@@ -3099,8 +2842,8 @@ F
Followers - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about
-
Follower objects
- by building instances from this class.
+Follower objects
+by building instances from this class.
Followers.Builder - Class in se.michaelthelin.spotify.model_objects.specification
@@ -3226,8 +2969,8 @@ G
getAfter() - Method in class se.michaelthelin.spotify.model_objects.specification.Cursor
+
+cursor-based paging object .
getAfterFilteringSize() - Method in class se.michaelthelin.spotify.model_objects.specification.RecommendationsSeed
@@ -3249,10 +2992,6 @@ G
Returns an album with the ID given below.
- getAlbumGroup() - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
-
-Get the Spotify Album Group of the album.
-
GetAlbumRequest - Class in se.michaelthelin.spotify.requests.data.albums
Get Spotify catalog information for a single album.
@@ -3300,7 +3039,7 @@ G
getAnalysisTime() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta
Get the duration of the audio analysis, eg. in how many seconds the audio analysis has been created by the
- software.
+software.
getAnalysisUrl() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
@@ -3370,18 +3109,6 @@ G
- getArtistsTopTracks(String, CountryCode) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Get the top tracks of an artist in a specific country.
-
-GetArtistsTopTracksRequest - Class in se.michaelthelin.spotify.requests.data.artists
-
-Get Spotify catalog information about an artist’s top tracks by country.
-
-GetArtistsTopTracksRequest.Builder - Class in se.michaelthelin.spotify.requests.data.artists
-
-
-
getAudioAnalysisForTrack(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get a detailed audio analysis for a single track identified by its unique Spotify ID.
@@ -3442,30 +3169,6 @@ G
Get the country codes of all countries, in which the album is available.
- getAvailableMarkets() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
-
-Get the country codes of all countries, in which the album is available.
-
-getAvailableMarkets() - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
-
-Get the country codes of all countries, in which the album is available.
-
-getAvailableMarkets() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
-
-Get a list of the countries in which the show can be played.
-
-getAvailableMarkets() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
-
-Get a list of the countries in which the show can be played.
-
-getAvailableMarkets() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
-
-Get the country codes of all countries, in which the track is available.
-
-getAvailableMarkets() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
-
-Get the country codes of all countries, in which the track is available.
-
getBars() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis
Get the list of bar markers, in seconds.
@@ -3502,18 +3205,6 @@ G
Gets whether the cache is shared between multiple HTTP clients.
- getCategory(String) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Get a category.
-
-GetCategoryRequest - Class in se.michaelthelin.spotify.requests.data.browse
-
-Get a single category used to tag items in Spotify (on, for example, the Spotify player’s "Browse" tab).
-
-GetCategoryRequest.Builder - Class in se.michaelthelin.spotify.requests.data.browse
-
-
-
getCategorysPlaylists(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get the playlists from a specific category.
@@ -3584,10 +3275,6 @@ G
Get the copyright statements of the show.
- getCountry() - Method in class se.michaelthelin.spotify.model_objects.specification.User
-
-Get the country code of the users set home country.
-
getCurrentlyPlaying() - Method in class se.michaelthelin.spotify.model_objects.special.PlaybackQueue
Get the user's currently playing item.
@@ -3736,10 +3423,6 @@ G
Get the version of the echoprint string.
- getEmail() - Method in class se.michaelthelin.spotify.model_objects.specification.User
-
-Get the users email address.
-
getEndOfFadeIn() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the end of fade in introduction of the track.
@@ -3747,7 +3430,7 @@ G
getEnergy() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
Get the energy of the track as a value between 0.0 and 1.0.
- The energetic value of the track depends on factors like speed and loudness.
+The energetic value of the track depends on factors like speed and loudness.
getEpisode() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.SavedEpisode
@@ -3776,12 +3459,12 @@ G
getError() - Method in class se.michaelthelin.spotify.model_objects.credentials.error.AuthenticationError
+RFC 6749 Section 5.2 .
getError_description() - Method in class se.michaelthelin.spotify.model_objects.credentials.error.AuthenticationError
+RFC 6749 Section 4.1.2.1 .
getExpiresIn() - Method in class se.michaelthelin.spotify.model_objects.credentials.AuthorizationCodeCredentials
@@ -3807,19 +3490,10 @@ G
Check whether the show is explicit or not.
- getExternalIds() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
-
-Get the external IDs of the album.
-
getExternalIds() - Method in class se.michaelthelin.spotify.model_objects.specification.ExternalId
-
-getExternalIds() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
-
-Get the external IDs of the track.
- Example: isrc -> "International Standard Recording Code".
+External ID object.
getExternallyHosted() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
@@ -3840,7 +3514,7 @@ G
getExternalUrls() - Method in interface se.michaelthelin.spotify.model_objects.IPlaylistItem
Get the external URLs of the playlist item.
- Example: Spotify-URL.
+Example: Spotify-URL.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial
@@ -3877,7 +3551,7 @@ G
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.ExternalUrl
+External URL object .
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
@@ -3898,34 +3572,26 @@ G
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
Get the external URLs of the track.
- Example: Spotify-URL.
+Example: Spotify-URL.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackLink
Get the external URLs of the track.
- Example: Spotify-URL.
+Example: Spotify-URL.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
Get the external URLs of the track.
- Example: Spotify-URL.
+Example: Spotify-URL.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.User
Get the external URLs of the user.
-getFollowers() - Method in class se.michaelthelin.spotify.model_objects.specification.Artist
-
-Get information about the followers of the artist.
-
getFollowers() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
Get information about the followers of the playlist.
-getFollowers() - Method in class se.michaelthelin.spotify.model_objects.specification.User
-
-Get information about the followers of the user.
-
getFullyPlayed() - Method in class se.michaelthelin.spotify.model_objects.specification.ResumePoint
Check whether the episode has been fully played by the user.
@@ -4065,7 +3731,7 @@ G
getId() - Method in interface se.michaelthelin.spotify.model_objects.IPlaylistItem
+playlist item.
getId() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device
@@ -4094,12 +3760,12 @@ G
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
+of the track.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.Category
+of the category.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
@@ -4112,12 +3778,12 @@ G
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
+of a playlist.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
+of a playlist.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.RecommendationsSeed
@@ -4134,17 +3800,17 @@ G
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
+track.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackLink
+track.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
+track.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.User
@@ -4257,7 +3923,7 @@ G
getIsLocal() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistTrack
Check whether a playlist track is a local track or episode or not.
- Local tracks can only be played on devices, where the track files are present.
+Local tracks can only be played on devices, where the track files are present.
getIsPlayable() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
@@ -4283,6 +3949,10 @@ G
Get the currently playing track or episode, if the device is playing something.
+ getItem() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistTrack
+
+Get a full track or episode object from this playlist track object.
+
getItems() - Method in class se.michaelthelin.spotify.model_objects.specification.Paging
Get the items contained in the paging object.
@@ -4291,6 +3961,14 @@ G
Get the items contained in the paging object.
+ getItems() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
+
+Get information about the tracks of the playlist.
+
+getItems() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
+
+Get information about the tracks of the playlist.
+
getJson() - Method in class se.michaelthelin.spotify.requests.AbstractRequest
getJson() - Method in interface se.michaelthelin.spotify.requests.IRequest
@@ -4321,10 +3999,6 @@ G
Get the key confidence of the track.
-getLabel() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
-
-Get the label for the album.
-
getLanguages() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
Get a list of the languages used in the episode, identified by their ISO 639 code.
@@ -4349,28 +4023,6 @@ G
Get the maximum number of items in the response (as set in the query or by default).
- getLinkedFrom() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
-
-Get the track link object of the track if
- Track Relinking was applied and the requested track has been replaced with a different track.
-
-getLinkedFrom() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
-
-Get the track link object of the track if
- Track Relinking was applied and the requested track has been replaced with a different track.
-
-getListOfCategories() - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Get a list of categories.
-
-GetListOfCategoriesRequest - Class in se.michaelthelin.spotify.requests.data.browse
-
-Get a list of categories used to tag items in Spotify (on, for example, the Spotify player’s "Browse" tab).
-
-GetListOfCategoriesRequest.Builder - Class in se.michaelthelin.spotify.requests.data.browse
-
-
-
getListOfCurrentUsersPlaylists() - Method in class se.michaelthelin.spotify.SpotifyApi
Get a list of the playlists owned or followed by the current Spotify user.
@@ -4395,34 +4047,10 @@ G
- getListOfNewReleases() - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Get the newest releases from a specific country.
-
-GetListOfNewReleasesRequest - Class in se.michaelthelin.spotify.requests.data.browse
-
-Get a list of new album releases featured in Spotify (shown, for example, on a Spotify player’s "Browse" tab).
-
-GetListOfNewReleasesRequest.Builder - Class in se.michaelthelin.spotify.requests.data.browse
-
-
-
-getListOfUsersPlaylists(String) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Get an user's playlists.
-
-GetListOfUsersPlaylistsRequest - Class in se.michaelthelin.spotify.requests.data.playlists
-
-Get a list of the playlists owned or followed by a Spotify user.
-
-GetListOfUsersPlaylistsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.playlists
-
-
-
getLiveness() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
Get the liveness of the track as a value between 0.0 and 1.0.
- The liveness depends on ambient sounds like the presence of an audience.
+The liveness depends on ambient sounds like the presence of an audience.
getLoudness() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection
@@ -4656,18 +4284,6 @@ G
- getPopularity() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
-
-Get the popularity of the album in a range between 0 and 100.
-
-getPopularity() - Method in class se.michaelthelin.spotify.model_objects.specification.Artist
-
-Get the popularity of the artist in a range between 0 and 100.
-
-getPopularity() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
-
-Get the popularity of the track.
-
getPort() - Method in class se.michaelthelin.spotify.SpotifyApi
Get the port used for API calls.
@@ -4692,10 +4308,6 @@ G
Get the URL to the previous page of items
- getProduct() - Method in class se.michaelthelin.spotify.model_objects.specification.User
-
-Get the product type of the users account.
-
getProgress_ms() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying
Get the progress of the current played item.
@@ -4728,14 +4340,6 @@ G
Get the proxy username used for API calls.
- getPublisher() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
-
-Get the publisher of the show.
-
-getPublisher() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
-
-Get the publisher of the show.
-
getQueue() - Method in class se.michaelthelin.spotify.model_objects.special.PlaybackQueue
Get the list of items that make up the user's queue.
@@ -4857,7 +4461,7 @@ G
getScope() - Method in class se.michaelthelin.spotify.model_objects.credentials.AuthorizationCodeCredentials
Get the
Scopes specified in the authorization
- code credentials request.
+code credentials request.
GetScope() - Method in enum class se.michaelthelin.spotify.enums.AuthorizationScope
@@ -4875,66 +4479,6 @@ G
Get the set of sound entities (typically under a second) each relatively uniform in timbre and harmony.
- getSeveralAlbums(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Get multiple albums.
-
-GetSeveralAlbumsRequest - Class in se.michaelthelin.spotify.requests.data.albums
-
-Get Spotify catalog information for multiple albums identified by their Spotify IDs.
-
-GetSeveralAlbumsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.albums
-
-
-
-getSeveralArtists(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Get multiple artists.
-
-GetSeveralArtistsRequest - Class in se.michaelthelin.spotify.requests.data.artists
-
-Get Spotify catalog information for several artists based on their Spotify IDs.
-
-GetSeveralArtistsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.artists
-
-
-
-getSeveralEpisodes(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Get multiple episodes.
-
-GetSeveralEpisodesRequest - Class in se.michaelthelin.spotify.requests.data.episodes
-
-Get Spotify catalog information for multiple episodes based on their Spotify IDs.
-
-GetSeveralEpisodesRequest.Builder - Class in se.michaelthelin.spotify.requests.data.episodes
-
-
-
-getSeveralShows(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Get multiple shows.
-
-GetSeveralShowsRequest - Class in se.michaelthelin.spotify.requests.data.shows
-
-Get Spotify catalog information for multiple shows based on their Spotify IDs.
-
-GetSeveralShowsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.shows
-
-
-
-getSeveralTracks(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Get multiple tracks.
-
-GetSeveralTracksRequest - Class in se.michaelthelin.spotify.requests.data.tracks
-
-Get Spotify catalog information for multiple tracks based on their Spotify IDs.
-
-GetSeveralTracksRequest.Builder - Class in se.michaelthelin.spotify.requests.data.tracks
-
-
-
getShow() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
Get the show on which the episode belongs.
@@ -5010,7 +4554,7 @@ G
getStatus() - Method in class se.michaelthelin.spotify.model_objects.specification.Error
+of the Error object.
getStatusCode() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta
@@ -5140,10 +4684,6 @@ G
Get the track the user listened to.
- getTrack() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistTrack
-
-Get a full track or episode object from this playlist track object.
-
getTrack() - Method in class se.michaelthelin.spotify.model_objects.specification.SavedTrack
Get information about the track from a saved track object.
@@ -5180,14 +4720,6 @@ G
Get a page of tracks of the album.
- getTracks() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
-
-Get information about the tracks of the playlist.
-
-getTracks() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
-
-Get information about the tracks of the playlist.
-
getTracks() - Method in class se.michaelthelin.spotify.model_objects.specification.Recommendations
Get the tracks from the recommendations object.
@@ -5311,7 +4843,7 @@ G
getUri() - Method in class se.michaelthelin.spotify.model_objects.special.PlaylistTrackPosition
+track.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
@@ -5332,12 +4864,12 @@ G
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
+of the track.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.Context
+for the context.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
@@ -5350,12 +4882,12 @@ G
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
+of a playlist.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
+of a playlist.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
@@ -5372,7 +4904,7 @@ G
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackLink
+track.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
@@ -5381,7 +4913,7 @@ G
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.User
+user.
getUri() - Method in class se.michaelthelin.spotify.requests.AbstractRequest
@@ -5421,25 +4953,13 @@ G
Get the current user’s followed artists.
-GetUsersFollowedArtistsRequest - Class in se.michaelthelin.spotify.requests.data.follow
-
-Get the current user’s followed artists.
-
-GetUsersFollowedArtistsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.follow
-
-
-
-getUsersProfile(String) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Get public profile information about a Spotify user.
-
-GetUsersProfileRequest - Class in se.michaelthelin.spotify.requests.data.users_profile
+GetUsersFollowedArtistsRequest - Class in se.michaelthelin.spotify.requests.data.follow
-Get public profile information about a Spotify user.
+Get the current user’s followed artists.
-GetUsersProfileRequest.Builder - Class in se.michaelthelin.spotify.requests.data.users_profile
+GetUsersFollowedArtistsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.follow
-
+
getUsersSavedEpisodes() - Method in class se.michaelthelin.spotify.SpotifyApi
@@ -5516,7 +5036,7 @@ G
getValence() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
Get the valence of the track as a value between 0.0 and 1.0.
- A track with a high valence sounds more positive (happy, cheerful, euphoric) like the track with a low valence.
+A track with a high valence sounds more positive (happy, cheerful, euphoric) like the track with a low valence.
getVolume_percent() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device
@@ -5640,10 +5160,6 @@ I
The artist ID setter.
- id(String) - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsTopTracksRequest.Builder
-
-The artist ID setter.
-
id(String) - Method in class se.michaelthelin.spotify.requests.data.episodes.GetEpisodeRequest.Builder
The episode ID setter.
@@ -5676,50 +5192,6 @@ I
The artist or user IDs setter.
- ids(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.library.RemoveAlbumsForCurrentUserRequest.Builder
-
-The album IDs setter.
-
-ids(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedEpisodesRequest.Builder
-
-The episode IDs setter.
-
-ids(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedShowsRequest.Builder
-
-The show IDs setter.
-
-ids(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedTracksRequest.Builder
-
-The track IDs setter.
-
-ids(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.library.SaveAlbumsForCurrentUserRequest.Builder
-
-The album IDs setter.
-
-ids(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.library.SaveEpisodesForCurrentUserRequest.Builder
-
-The episode IDs setter.
-
-ids(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.library.SaveShowsForCurrentUserRequest.Builder
-
-The show IDs setter.
-
-ids(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.library.SaveTracksForUserRequest.Builder
-
-The track IDs setter.
-
-ids(String) - Method in class se.michaelthelin.spotify.requests.data.albums.GetSeveralAlbumsRequest.Builder
-
-The IDs query parameter setter.
-
-ids(String) - Method in class se.michaelthelin.spotify.requests.data.artists.GetSeveralArtistsRequest.Builder
-
-The artist IDs setter.
-
-ids(String) - Method in class se.michaelthelin.spotify.requests.data.episodes.GetSeveralEpisodesRequest.Builder
-
-The episode IDs setter.
-
ids(String) - Method in class se.michaelthelin.spotify.requests.data.follow.CheckCurrentUserFollowsArtistsOrUsersRequest.Builder
The artist or user IDs setter.
@@ -5752,50 +5224,10 @@ I
The track IDs setter.
- ids(String) - Method in class se.michaelthelin.spotify.requests.data.library.RemoveAlbumsForCurrentUserRequest.Builder
-
-The album IDs setter.
-
-ids(String) - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedEpisodesRequest.Builder
-
-The episode IDs setter.
-
-ids(String) - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedShowsRequest.Builder
-
-The show IDs setter.
-
-ids(String) - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedTracksRequest.Builder
-
-The track IDs setter.
-
-ids(String) - Method in class se.michaelthelin.spotify.requests.data.library.SaveAlbumsForCurrentUserRequest.Builder
-
-The album IDs setter.
-
-ids(String) - Method in class se.michaelthelin.spotify.requests.data.library.SaveEpisodesForCurrentUserRequest.Builder
-
-The episode IDs setter.
-
-ids(String) - Method in class se.michaelthelin.spotify.requests.data.library.SaveShowsForCurrentUserRequest.Builder
-
-The show IDs setter.
-
-ids(String) - Method in class se.michaelthelin.spotify.requests.data.library.SaveTracksForUserRequest.Builder
-
-The track IDs setter.
-
-ids(String) - Method in class se.michaelthelin.spotify.requests.data.shows.GetSeveralShowsRequest.Builder
-
-The show IDs setter.
-
ids(String) - Method in class se.michaelthelin.spotify.requests.data.tracks.GetAudioFeaturesForSeveralTracksRequest.Builder
The track IDs setter.
-ids(String) - Method in class se.michaelthelin.spotify.requests.data.tracks.GetSeveralTracksRequest.Builder
-
-The track IDs setter.
-
IHttpManager - Interface in se.michaelthelin.spotify
A simple HTTP connection interface.
@@ -5803,8 +5235,8 @@ I
Image - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about
-
Image objects
- by building instances from this class.
+Image objects
+by building instances from this class.
image_data(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.UploadCustomPlaylistCoverImageRequest.Builder
@@ -5873,7 +5305,7 @@ I
InternalServerErrorException - Exception Class in se.michaelthelin.spotify.exceptions.detailed
You should never receive this error because our clever coders catch them all ... but if you are unlucky enough to get
- one, please report it to us.
+one, please report it to us.
InternalServerErrorException() - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.InternalServerErrorException
@@ -5902,7 +5334,7 @@ I
IPlaylistItem - Interface in se.michaelthelin.spotify.model_objects
This interface represents objects returned by the API that can be played, saved in a playlist, etc,
- currently
Episode and
Track.
+currently Episode and Track .
IRequest<T> - Interface in se.michaelthelin.spotify.requests
@@ -6213,18 +5645,10 @@ L
The limit setter.
- limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfCategoriesRequest.Builder
-
-The limit setter.
-
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfFeaturedPlaylistsRequest.Builder
The limit setter.
-limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfNewReleasesRequest.Builder
-
-The limit setter.
-
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The limit setter.
@@ -6277,10 +5701,6 @@ L
The limit setter.
- limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetListOfUsersPlaylistsRequest.Builder
-
-The limit setter.
-
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistsItemsRequest.Builder
The limit setter.
@@ -6321,14 +5741,6 @@ L
The limit setter.
- locale(String) - Method in class se.michaelthelin.spotify.requests.data.browse.GetCategoryRequest.Builder
-
-The language code setter.
-
-locale(String) - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfCategoriesRequest.Builder
-
-The language code setter.
-
locale(String) - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfFeaturedPlaylistsRequest.Builder
The language code setter.
@@ -6360,10 +5772,6 @@ M
The market query parameter setter.
- market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.albums.GetSeveralAlbumsRequest.Builder
-
-The market query parameter setter.
-
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsAlbumsRequest.Builder
The market filter setter.
@@ -6376,10 +5784,6 @@ M
The market country code setter.
- market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.episodes.GetSeveralEpisodesRequest.Builder
-
-The market country code setter.
-
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.library.GetCurrentUsersSavedAlbumsRequest.Builder
The market country code setter.
@@ -6392,10 +5796,6 @@ M
The market country code setter.
- market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedShowsRequest.Builder
-
-The market country code setter.
-
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.player.GetInformationAboutUsersCurrentPlaybackRequest.Builder
The market country code setter.
@@ -6444,10 +5844,6 @@ M
The market country code setter.
- market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.shows.GetSeveralShowsRequest.Builder
-
-The market country code setter.
-
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.shows.GetShowRequest.Builder
The market country code setter.
@@ -6456,10 +5852,6 @@ M
The market country code setter.
- market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.tracks.GetSeveralTracksRequest.Builder
-
-The market country code setter.
-
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.tracks.GetTrackRequest.Builder
The market country code setter.
@@ -6603,10 +5995,6 @@ N
The playlist name setter.
- name(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.CreatePlaylistRequest.Builder
-
-The playlist name setter.
-
NotFoundException - Exception Class in se.michaelthelin.spotify.exceptions.detailed
The requested resource could not be found.
@@ -6642,18 +6030,10 @@ O
The offset setter.
- offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfCategoriesRequest.Builder
-
-The offset setter.
-
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfFeaturedPlaylistsRequest.Builder
The offset setter.
-offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfNewReleasesRequest.Builder
-
-The offset setter.
-
offset(Integer) - Method in interface se.michaelthelin.spotify.requests.data.IPagingRequestBuilder
Sets the index of the first item to return.
@@ -6690,10 +6070,6 @@ O
The offset setter.
- offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetListOfUsersPlaylistsRequest.Builder
-
-The offset setter.
-
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistsItemsRequest.Builder
The offset setter.
@@ -6762,8 +6138,8 @@ P
Paging<T> - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about
-
Paging objects
- by building instances from this class.
+Paging objects
+by building instances from this class.
Paging.Builder<T> - Class in se.michaelthelin.spotify.model_objects.specification
@@ -6776,8 +6152,8 @@ P
PagingCursorbased<T> - Class in se.michaelthelin.spotify.model_objects.specification
+
+cursor-based Paging objects by building instances from this class.
PagingCursorbased.Builder<T> - Class in se.michaelthelin.spotify.model_objects.specification
@@ -6826,7 +6202,7 @@ P
PlayHistory - Class in se.michaelthelin.spotify.model_objects.specification
+Play History objects by building instances from this class.
PlayHistory.Builder - Class in se.michaelthelin.spotify.model_objects.specification
@@ -6839,7 +6215,7 @@ P
Playlist - Class in se.michaelthelin.spotify.model_objects.specification
+Playlist objects by building instances from this class.
PLAYLIST - Enum constant in enum class se.michaelthelin.spotify.enums.ModelObjectType
@@ -6936,7 +6312,7 @@ P
PlaylistSimplified - Class in se.michaelthelin.spotify.model_objects.specification
+simplified Playlist objects by building instances from this class.
PlaylistSimplified.Builder - Class in se.michaelthelin.spotify.model_objects.specification
@@ -6949,7 +6325,7 @@ P
PlaylistTrack - Class in se.michaelthelin.spotify.model_objects.specification
+Playlist Track objects by building instances from this class.
PlaylistTrack.Builder - Class in se.michaelthelin.spotify.model_objects.specification
@@ -7039,10 +6415,6 @@ P
The public status setter.
- public_(Boolean) - Method in class se.michaelthelin.spotify.requests.data.playlists.CreatePlaylistRequest.Builder
-
-The public status setter.
-
put(URI, Header[], HttpEntity) - Method in interface se.michaelthelin.spotify.IHttpManager
Perform an HTTP PUT request to the specified URL.
@@ -7104,7 +6476,7 @@ R
Recommendations - Class in se.michaelthelin.spotify.model_objects.specification
+Recommendation objects by building instances from this class.
Recommendations.Builder - Class in se.michaelthelin.spotify.model_objects.specification
@@ -7117,7 +6489,7 @@ R
RecommendationsSeed - Class in se.michaelthelin.spotify.model_objects.specification
+Recommendation Seed objects by building instances from this class.
RecommendationsSeed.Builder - Class in se.michaelthelin.spotify.model_objects.specification
@@ -7151,21 +6523,17 @@ R
An enumeration of all possible release date precisions.
- removeAlbumsForCurrentUser(JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Remove one or more albums from the current user's "Your Music" library.
-
-removeAlbumsForCurrentUser(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
+removeFromLibrary(JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
-Remove one or more albums from the current user's "Your Music" library.
+Remove a list of Spotify URIs from the user's library.
-RemoveAlbumsForCurrentUserRequest - Class in se.michaelthelin.spotify.requests.data.library
+RemoveFromLibraryRequest - Class in se.michaelthelin.spotify.requests.data.library
-Remove one or more albums from the current user’s "Your Music" library.
+Remove a list of Spotify URIs from the user's library.
-RemoveAlbumsForCurrentUserRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
+RemoveFromLibraryRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
-
+
removeItemsFromPlaylist(String, JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
@@ -7179,54 +6547,6 @@ R
- removeUsersSavedEpisodes(JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Remove one or more episodes from the current user's library.
-
-removeUsersSavedEpisodes(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Remove one or more episodes from the current user's library.
-
-RemoveUsersSavedEpisodesRequest - Class in se.michaelthelin.spotify.requests.data.library
-
-Remove one or more episodes from the current user's library.
-
-RemoveUsersSavedEpisodesRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
-
-
-
-removeUsersSavedShows(JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Remove one or more shows from the current users "Your Music" library.
-
-removeUsersSavedShows(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Remove one or more shows from the current users "Your Music" library.
-
-RemoveUsersSavedShowsRequest - Class in se.michaelthelin.spotify.requests.data.library
-
-Delete one or more shows from current Spotify user’s library.
-
-RemoveUsersSavedShowsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
-
-
-
-removeUsersSavedTracks(JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Remove a track if saved to the user's "Your Music" library.
-
-removeUsersSavedTracks(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Remove a track if saved to the user's "Your Music" library.
-
-RemoveUsersSavedTracksRequest - Class in se.michaelthelin.spotify.requests.data.library
-
-Remove one or more tracks from the current user’s "Your Music" library.
-
-RemoveUsersSavedTracksRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
-
-
-
reorderPlaylistsItems(String, int, int) - Method in class se.michaelthelin.spotify.SpotifyApi
Reorder an item or a group of items in a playlist.
@@ -7274,8 +6594,8 @@ R
ResumePoint - Class in se.michaelthelin.spotify.model_objects.specification
+Resume Point objects
+by building instances from this class.
ResumePoint.Builder - Class in se.michaelthelin.spotify.model_objects.specification
@@ -7296,26 +6616,10 @@ R
S
-saveAlbumsForCurrentUser(JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Save albums in the user's "Your Music" library.
-
-saveAlbumsForCurrentUser(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Save albums in the user's "Your Music" library.
-
-SaveAlbumsForCurrentUserRequest - Class in se.michaelthelin.spotify.requests.data.library
-
-Save one or more albums to the current user’s "Your Music" library.
-
-SaveAlbumsForCurrentUserRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
-
-
-
SavedAlbum - Class in se.michaelthelin.spotify.model_objects.specification
+Saved Album objects by building instances from this class.
SavedAlbum.Builder - Class in se.michaelthelin.spotify.model_objects.specification
@@ -7340,8 +6644,8 @@ S
SavedShow - Class in se.michaelthelin.spotify.model_objects.specification
+Saved Show objects
+by building instances from this class.
SavedShow.Builder - Class in se.michaelthelin.spotify.model_objects.specification
@@ -7354,7 +6658,7 @@ S
SavedTrack - Class in se.michaelthelin.spotify.model_objects.specification
+Saved Track objects by building instances from this class.
SavedTrack.Builder - Class in se.michaelthelin.spotify.model_objects.specification
@@ -7364,53 +6668,17 @@ S
- saveEpisodesForCurrentUser(JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Save one or more episodes to the current user's library.
-
-saveEpisodesForCurrentUser(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Save one or more episodes to the current user's library.
-
-SaveEpisodesForCurrentUserRequest - Class in se.michaelthelin.spotify.requests.data.library
-
-Save one or more episodes to the current user's library.
-
-SaveEpisodesForCurrentUserRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
-
-
-
-saveShowsForCurrentUser(JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Save one or more shows to current Spotify user’s library.
-
-saveShowsForCurrentUser(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Save one or more shows to current Spotify user’s library.
-
-SaveShowsForCurrentUserRequest - Class in se.michaelthelin.spotify.requests.data.library
-
-Save one or more shows to current Spotify user’s library.
-
-SaveShowsForCurrentUserRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
-
-
-
-saveTracksForUser(JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
-
-Save tracks in the user's "Your Music" library.
-
-saveTracksForUser(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
+saveToLibrary(JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
-Save tracks in the user's "Your Music" library.
+Save a list of Spotify URIs to the user's library.
-SaveTracksForUserRequest - Class in se.michaelthelin.spotify.requests.data.library
+SaveToLibraryRequest - Class in se.michaelthelin.spotify.requests.data.library
-Save one or more tracks to the current user’s "Your Music" library.
+Save a list of Spotify URIs to the user's library.
-SaveTracksForUserRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
+SaveToLibraryRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
-
+
scope - Variable in enum class se.michaelthelin.spotify.enums.AuthorizationScope
@@ -7654,36 +6922,22 @@ S
self() - Method in class se.michaelthelin.spotify.requests.data.albums.GetAlbumsTracksRequest.Builder
-self() - Method in class se.michaelthelin.spotify.requests.data.albums.GetSeveralAlbumsRequest.Builder
-
self() - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistRequest.Builder
self() - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsAlbumsRequest.Builder
self() - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsRelatedArtistsRequest.Builder
-self() - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsTopTracksRequest.Builder
-
-self() - Method in class se.michaelthelin.spotify.requests.data.artists.GetSeveralArtistsRequest.Builder
-
-self() - Method in class se.michaelthelin.spotify.requests.data.browse.GetCategoryRequest.Builder
-
self() - Method in class se.michaelthelin.spotify.requests.data.browse.GetCategorysPlaylistsRequest.Builder
-self() - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfCategoriesRequest.Builder
-
self() - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfFeaturedPlaylistsRequest.Builder
-self() - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfNewReleasesRequest.Builder
-
self() - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
self() - Method in class se.michaelthelin.spotify.requests.data.browse.miscellaneous.GetAvailableGenreSeedsRequest.Builder
self() - Method in class se.michaelthelin.spotify.requests.data.episodes.GetEpisodeRequest.Builder
-self() - Method in class se.michaelthelin.spotify.requests.data.episodes.GetSeveralEpisodesRequest.Builder
-
self() - Method in class se.michaelthelin.spotify.requests.data.follow.CheckCurrentUserFollowsArtistsOrUsersRequest.Builder
self() - Method in class se.michaelthelin.spotify.requests.data.follow.CheckUsersFollowPlaylistRequest.Builder
@@ -7718,21 +6972,9 @@ S
self() - Method in class se.michaelthelin.spotify.requests.data.library.GetUsersSavedTracksRequest.Builder
-self() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveAlbumsForCurrentUserRequest.Builder
-
-self() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedEpisodesRequest.Builder
-
-self() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedShowsRequest.Builder
-
-self() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedTracksRequest.Builder
-
-self() - Method in class se.michaelthelin.spotify.requests.data.library.SaveAlbumsForCurrentUserRequest.Builder
+self() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveFromLibraryRequest.Builder
-self() - Method in class se.michaelthelin.spotify.requests.data.library.SaveEpisodesForCurrentUserRequest.Builder
-
-self() - Method in class se.michaelthelin.spotify.requests.data.library.SaveShowsForCurrentUserRequest.Builder
-
-self() - Method in class se.michaelthelin.spotify.requests.data.library.SaveTracksForUserRequest.Builder
+self() - Method in class se.michaelthelin.spotify.requests.data.library.SaveToLibraryRequest.Builder
self() - Method in class se.michaelthelin.spotify.requests.data.personalization.GetUsersTopArtistsAndTracksRequest.Builder
@@ -7774,12 +7016,8 @@ S
self() - Method in class se.michaelthelin.spotify.requests.data.playlists.ChangePlaylistsDetailsRequest.Builder
-self() - Method in class se.michaelthelin.spotify.requests.data.playlists.CreatePlaylistRequest.Builder
-
self() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetListOfCurrentUsersPlaylistsRequest.Builder
-self() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetListOfUsersPlaylistsRequest.Builder
-
self() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistCoverImageRequest.Builder
self() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistRequest.Builder
@@ -7810,8 +7048,6 @@ S
self() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.special.SearchAlbumsSpecialRequest.Builder
-self() - Method in class se.michaelthelin.spotify.requests.data.shows.GetSeveralShowsRequest.Builder
-
self() - Method in class se.michaelthelin.spotify.requests.data.shows.GetShowRequest.Builder
self() - Method in class se.michaelthelin.spotify.requests.data.shows.GetShowsEpisodesRequest.Builder
@@ -7822,18 +7058,14 @@ S
self() - Method in class se.michaelthelin.spotify.requests.data.tracks.GetAudioFeaturesForTrackRequest.Builder
-self() - Method in class se.michaelthelin.spotify.requests.data.tracks.GetSeveralTracksRequest.Builder
-
self() - Method in class se.michaelthelin.spotify.requests.data.tracks.GetTrackRequest.Builder
self() - Method in class se.michaelthelin.spotify.requests.data.users_profile.GetCurrentUsersProfileRequest.Builder
-self() - Method in class se.michaelthelin.spotify.requests.data.users_profile.GetUsersProfileRequest.Builder
-
ServiceUnavailableException - Exception Class in se.michaelthelin.spotify.exceptions.detailed
The server is currently unable to handle the request due to a temporary condition which will be alleviated after some
- delay.
+delay.
ServiceUnavailableException() - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.ServiceUnavailableException
@@ -7919,11 +7151,7 @@ S
Set the album of the track to be built.
- setAlbumGroup(AlbumGroup) - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.Builder
-
-Set the album group of the album to be built.
-
-setAlbums(Paging<AlbumSimplified>) - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
+setAlbums(Paging) - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
The albums setter.
@@ -7979,7 +7207,7 @@ S
Set the artists of the track to be built.
-setArtists(Paging<Artist>) - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
+setArtists(Paging) - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
The artists setter.
@@ -7995,30 +7223,6 @@ S
Set the available markets of the album to be built.
-setAvailableMarkets(CountryCode...) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
-
-Set the available markets of the album to be built.
-
-setAvailableMarkets(CountryCode...) - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.Builder
-
-Set the available markets of the album to be built.
-
-setAvailableMarkets(CountryCode...) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
-
-Set the available markets of the show to be built.
-
-setAvailableMarkets(CountryCode...) - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
-
-Set the available markets of the show to be built.
-
-setAvailableMarkets(CountryCode...) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
-
-Set the available markets of the track to be built.
-
-setAvailableMarkets(CountryCode...) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified.Builder
-
-Set the available markets of the track to be built.
-
setBars(AudioAnalysisMeasure[]) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis.Builder
Track bars setter.
@@ -8121,10 +7325,6 @@ S
Set the copyrights of the show to be built.
- setCountry(CountryCode) - Method in class se.michaelthelin.spotify.model_objects.specification.User.Builder
-
-Set the home country of the user object to be built.
-
setCurrentlyPlaying(IPlaylistItem) - Method in class se.michaelthelin.spotify.model_objects.special.PlaybackQueue.Builder
The item representing the user's currently playing item setter.
@@ -8183,7 +7383,7 @@ S
The active device setter.
- setDisallowedActions(EnumSet<Action>) - Method in class se.michaelthelin.spotify.model_objects.specification.Disallows.Builder
+setDisallowedActions(EnumSet) - Method in class se.michaelthelin.spotify.model_objects.specification.Disallows.Builder
Set the set of disallowed actions.
@@ -8239,10 +7439,6 @@ S
The echoprint string version setter.
-setEmail(String) - Method in class se.michaelthelin.spotify.model_objects.specification.User.Builder
-
-Set the email address of the user to be built.
-
setEndOfFadeIn(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The end of fade in introduction setter.
@@ -8255,11 +7451,11 @@ S
Set the full episode object of the saved episode to be built.
- setEpisodes(Paging<EpisodeSimplified>) - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
+setEpisodes(Paging) - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
The episodes setter.
-setEpisodes(Paging<EpisodeSimplified>) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
+setEpisodes(Paging) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
Set a list of the show's episodes.
@@ -8303,18 +7499,10 @@ S
Set whether the track to be built is explicit or not.
-setExternalIds(Map<String, String>) - Method in class se.michaelthelin.spotify.model_objects.specification.ExternalId.Builder
+setExternalIds(Map) - Method in class se.michaelthelin.spotify.model_objects.specification.ExternalId.Builder
External IDs setter.
-setExternalIds(ExternalId) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
-
-Set the external IDs of the album to be built.
-
-setExternalIds(ExternalId) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
-
-Set the external IDs of the track to be built.
-
setExternallyHosted(Boolean) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
Set whether the episode to be built is hosted outside of Spotify's CDN.
@@ -8331,7 +7519,7 @@ S
Set whether the show to be built is hosted outside of Spotify's CDN.
- setExternalUrls(Map<String, String>) - Method in class se.michaelthelin.spotify.model_objects.specification.ExternalUrl.Builder
+setExternalUrls(Map) - Method in class se.michaelthelin.spotify.model_objects.specification.ExternalUrl.Builder
The external URLs setter.
@@ -8399,18 +7587,10 @@ S
Set external urls of the user to be built.
-setFollowers(Followers) - Method in class se.michaelthelin.spotify.model_objects.specification.Artist.Builder
-
-Set the followers object of the artist to be built.
-
setFollowers(Followers) - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist.Builder
Set information about the followers of the playlist to be built.
-setFollowers(Followers) - Method in class se.michaelthelin.spotify.model_objects.specification.User.Builder
-
-Set the followers object of the user to be built.
-
setFullyPlayed(Boolean) - Method in class se.michaelthelin.spotify.model_objects.specification.ResumePoint.Builder
Set whether the episode has been fully played by the user.
@@ -8717,6 +7897,18 @@ S
The currently playing item setter.
+ setItem(IPlaylistItem) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistTrack.Builder
+
+Set the full track or episode object of the playlist item to be built.
+
+setItems(PlaylistTracksInformation) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified.Builder
+
+Set some item information of the playlist to be built.
+
+setItems(Paging) - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist.Builder
+
+Set the items of the playlist to be built.
+
setItems(T[]) - Method in class se.michaelthelin.spotify.model_objects.specification.Paging.Builder
The items setter.
@@ -8745,10 +7937,6 @@ S
The key confidence setter.
- setLabel(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
-
-Set the label of the album to be built.
-
setLanguages(String...) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
Set a list of the languages used in the episode to be built.
@@ -8773,14 +7961,6 @@ S
The request limit setter.
- setLinkedFrom(TrackLink) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
-
-Set the track link object of the track to be built.
-
-setLinkedFrom(TrackLink) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified.Builder
-
-Set the track link object of the track to be built.
-
setLiveness(Float) - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.Builder
Set the liveness of the audio features object to be built.
@@ -8981,26 +8161,14 @@ S
The played at date setter.
- setPlaylists(Paging<PlaylistSimplified>) - Method in class se.michaelthelin.spotify.model_objects.special.FeaturedPlaylists.Builder
+setPlaylists(Paging) - Method in class se.michaelthelin.spotify.model_objects.special.FeaturedPlaylists.Builder
Set a page of playlists contained in the featured playlists object to be built.
-setPlaylists(Paging<PlaylistSimplified>) - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
+setPlaylists(Paging) - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
The playlists setter.
-setPopularity(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
-
-Set the popularity of the album to be built.
-
-setPopularity(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.Artist.Builder
-
-Set the popularity of the artist to be built.
-
-setPopularity(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
-
-Set the popularity of the track to be built.
-
setPort(Integer) - Method in class se.michaelthelin.spotify.requests.AbstractRequest.Builder
setPort(Integer) - Method in interface se.michaelthelin.spotify.requests.IRequest.Builder
@@ -9027,10 +8195,6 @@ S
The previous URL setter.
-setProduct(ProductType) - Method in class se.michaelthelin.spotify.model_objects.specification.User.Builder
-
-Set the product type of the user to be built.
-
setProgress_ms(Integer) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying.Builder
The current track progress setter.
@@ -9071,21 +8235,13 @@ S
Set whether the playlist to be built is available in public or not.
- setPublisher(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
-
-Set the publisher for the show to be built.
-
-setPublisher(String) - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
-
-Set the publisher for the show to be built.
-
setQueryParameter(String, ST) - Method in interface se.michaelthelin.spotify.requests.IRequest.Builder
Set a query parameter for the request.
setQueryParameter(String, X) - Method in class se.michaelthelin.spotify.requests.AbstractRequest.Builder
-setQueue(List<IPlaylistItem>) - Method in class se.michaelthelin.spotify.model_objects.special.PlaybackQueue.Builder
+setQueue(List) - Method in class se.michaelthelin.spotify.model_objects.special.PlaybackQueue.Builder
The items that are in the user's queue for the upcoming playback setter.
@@ -9235,7 +8391,7 @@ S
Set the full show object of the saved show to be built.
-setShows(Paging<ShowSimplified>) - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
+setShows(Paging) - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
The shows setter.
@@ -9278,7 +8434,7 @@ S
setStatus(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.Error.Builder
+code setter.
setStatusCode(Integer) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta.Builder
@@ -9388,10 +8544,6 @@ S
Set the number of total tracks of the album to be built.
- setTrack(IPlaylistItem) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistTrack.Builder
-
-Set the full track or episode object of the playlist track to be built.
-
setTrack(AudioAnalysisTrack) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis.Builder
The track data setter.
@@ -9416,19 +8568,11 @@ S
Set the track number of the track to be built.
- setTracks(PlaylistTracksInformation) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified.Builder
-
-Set some track information of the playlist to be built.
-
-setTracks(Paging<PlaylistTrack>) - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist.Builder
-
-Set the tracks of the playlist to be built.
-
-setTracks(Paging<Track>) - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
+setTracks(Paging) - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
The tracks setter.
-setTracks(Paging<TrackSimplified>) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
+setTracks(Paging) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
Set the tracks of the album to be built.
@@ -9543,7 +8687,7 @@ S
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.Builder
Set the
Spotify URI
- of the audio feature objects track to be built.
+of the audio feature objects track to be built.
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Context.Builder
@@ -9560,12 +8704,12 @@ S
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist.Builder
+of the playlist to be built.
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified.Builder
+of the playlist to be built.
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
@@ -9626,7 +8770,7 @@ S
Show - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about
- Show objects by building instances from this class.
+Show objects by building instances from this class.
Show(Show.Builder) - Constructor for class se.michaelthelin.spotify.model_objects.specification.Show
@@ -9651,7 +8795,7 @@ S
ShowSimplified - Class in se.michaelthelin.spotify.model_objects.specification
+simplified Show objects by building instances from this class.
ShowSimplified(ShowSimplified.Builder) - Constructor for class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
@@ -9764,30 +8908,30 @@ S
SpotifyHttpRequestRetryStrategy() - Constructor for class se.michaelthelin.spotify.SpotifyHttpRequestRetryStrategy
Create the HTTP request retry strategy with a max retry count of 1,
- default retry interval of 1 second, and using the following list of
- non-retriable I/O exception classes:
-
- InterruptedIOException
- UnknownHostException
- ConnectException
- ConnectionClosedException
- SSLException
-
+default retry interval of 1 second, and using the following list of
+non-retriable I/O exception classes:
+
+InterruptedIOException
+UnknownHostException
+ConnectException
+ConnectionClosedException
+SSLException
+
SpotifyHttpRequestRetryStrategy(int, TimeValue) - Constructor for class se.michaelthelin.spotify.SpotifyHttpRequestRetryStrategy
Create the HTTP request retry strategy using the following list of
- non-retriable I/O exception classes:
-
- InterruptedIOException
- UnknownHostException
- ConnectException
- ConnectionClosedException
- NoRouteToHostException
- SSLException
-
-
-SpotifyHttpRequestRetryStrategy(int, TimeValue, Collection<Class<? extends IOException>>, Collection<Integer>) - Constructor for class se.michaelthelin.spotify.SpotifyHttpRequestRetryStrategy
+non-retriable I/O exception classes:
+
+InterruptedIOException
+UnknownHostException
+ConnectException
+ConnectionClosedException
+NoRouteToHostException
+SSLException
+
+
+SpotifyHttpRequestRetryStrategy(int, TimeValue, Collection, Collection) - Constructor for class se.michaelthelin.spotify.SpotifyHttpRequestRetryStrategy
Protected constructor for creating a new SpotifyHttpRequestRetryStrategy.
@@ -10079,7 +9223,7 @@ T
Track - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about
- Track objects by building instances from this class.
+Track objects by building instances from this class.
TRACK - Enum constant in enum class se.michaelthelin.spotify.enums.CurrentlyPlayingType
@@ -10100,7 +9244,7 @@ T
TrackLink - Class in se.michaelthelin.spotify.model_objects.specification
+Track Link objects by building instances from this class.
TrackLink.Builder - Class in se.michaelthelin.spotify.model_objects.specification
@@ -10117,7 +9261,7 @@ T
TrackSimplified - Class in se.michaelthelin.spotify.model_objects.specification
+simplified Track objects by building instances from this class.
TrackSimplified.Builder - Class in se.michaelthelin.spotify.model_objects.specification
@@ -10193,7 +9337,7 @@ U
UnauthorizedException - Exception Class in se.michaelthelin.spotify.exceptions.detailed
The request requires user authorization or, if the request included authorization credentials, authorization has been
- refused for those credentials.
+refused for those credentials.
UnauthorizedException() - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.UnauthorizedException
@@ -10267,6 +9411,14 @@ U
The uri setter.
+ uris(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.library.RemoveFromLibraryRequest.Builder
+
+The URIs setter.
+
+uris(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.library.SaveToLibraryRequest.Builder
+
+The URIs setter.
+
uris(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.player.StartResumeUsersPlaybackRequest.Builder
The URI setter.
@@ -10290,7 +9442,7 @@ U
User - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about
- User objects by building instances from this class.
+User objects by building instances from this class.
USER - Enum constant in enum class se.michaelthelin.spotify.enums.ModelObjectType
@@ -10304,18 +9456,6 @@ U
User follow read authorization scope.
- user_id(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.CreatePlaylistRequest.Builder
-
-The user ID setter.
-
-user_id(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetListOfUsersPlaylistsRequest.Builder
-
-The user ID setter.
-
-user_id(String) - Method in class se.michaelthelin.spotify.requests.data.users_profile.GetUsersProfileRequest.Builder
-
-The user ID setter.
-
USER_LIBRARY_MODIFY - Enum constant in enum class se.michaelthelin.spotify.enums.AuthorizationScope
User library modify authorization scope.
@@ -10469,12 +9609,12 @@ Y
Year-level precision (YYYY).
-A B C D E F G H I J K L M N O P Q R S T U V Y All Classes and Interfaces | All Packages | Constant Field Values | Serialized Form
+A B C D E F G H I J K L M N O P Q R S T U V Y All Classes and Interfaces | All Packages | Constant Field Values | Serialized Form
-
+
diff --git a/apidocs/index.html b/apidocs/index.html
index e5c46439d..be88154e5 100644
--- a/apidocs/index.html
+++ b/apidocs/index.html
@@ -1,56 +1,55 @@
-
-Overview (Spotify Web API Java Client 9.4.0 API)
+
+Overview (Spotify Web API Java Client 10.0.0-RC1 API)
-
+
-
-
-
-
-
+
+
+
+
+
-
JavaScript is disabled on your browser.
-
-