Index
All Classes and Interfaces|All Packages|Serialized Form
A
- accessToken - Variable in class de.sonallux.spotify.api.authorization.AuthTokens
- acousticness - Variable in class de.sonallux.spotify.api.models.AudioFeatures
-
A confidence measure from 0.0 to 1.0 of whether the track is acoustic.
- acousticness - Variable in class de.sonallux.spotify.api.models.TuneableTrack
-
A confidence measure from 0.0 to 1.0 of whether the track is acoustic.
- actions - Variable in class de.sonallux.spotify.api.models.CurrentlyPlayingContext
-
Allows to update the user interface based on which playback actions are available within the current context.
- addBodyParameter(String, Object) - Method in class de.sonallux.spotify.api.http.Request
-
Add a parameter that is passed in the request body.
- addedAt - Variable in class de.sonallux.spotify.api.models.PlaylistTrack
-
The date and time the track or episode was added.
- addedAt - Variable in class de.sonallux.spotify.api.models.SavedAlbum
-
The date and time the album was saved Timestamps are returned in ISO 8601 format as Coordinated Universal Time (UTC) with a zero offset: YYYY-MM-DDTHH:MM:SSZ.
- addedAt - Variable in class de.sonallux.spotify.api.models.SavedAudiobook
-
The date and time the audiobook was saved Timestamps are returned in ISO 8601 format as Coordinated Universal Time (UTC) with a zero offset: YYYY-MM-DDTHH:MM:SSZ.
- addedAt - Variable in class de.sonallux.spotify.api.models.SavedEpisode
-
The date and time the episode was saved.
- addedAt - Variable in class de.sonallux.spotify.api.models.SavedShow
-
The date and time the show was saved.
- addedAt - Variable in class de.sonallux.spotify.api.models.SavedTrack
-
The date and time the track was saved.
- addedBy - Variable in class de.sonallux.spotify.api.models.PlaylistTrack
-
The Spotify user who added the track or episode.
- addFormUrlEncodedField(String, String) - Method in class de.sonallux.spotify.api.http.Request
-
Add a field for a form url encoded request
- addHeaderParameter(String, String) - Method in class de.sonallux.spotify.api.http.Request
-
Add a header parameter.
- additionalTypes(String) - Method in class de.sonallux.spotify.api.apis.player.GetInformationAboutUsersCurrentPlaybackRequest
- additionalTypes(String) - Method in class de.sonallux.spotify.api.apis.player.GetUsersCurrentlyPlayingTrackRequest
- additionalTypes(String) - Method in class de.sonallux.spotify.api.apis.playlists.GetPlaylistRequest
- additionalTypes(String) - Method in class de.sonallux.spotify.api.apis.playlists.GetPlaylistsTracksRequest
- addPathParameter(String, String) - Method in class de.sonallux.spotify.api.http.Request
-
Add a path parameter
- addQueryParameter(String, String) - Method in class de.sonallux.spotify.api.http.Request
-
Add a query parameter
- addToQueue(String) - Method in class de.sonallux.spotify.api.apis.PlayerApi
-
Add Item to Playback Queue
- AddToQueueRequest - Class in de.sonallux.spotify.api.apis.player
-
Add Item to Playback Queue request
- AddToQueueRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.player.AddToQueueRequest
-
Add Item to Playback Queue request
- addTracksToPlaylist(String, List<String>) - Method in class de.sonallux.spotify.api.apis.PlaylistsApi
-
Add Items to Playlist
- AddTracksToPlaylistRequest - Class in de.sonallux.spotify.api.apis.playlists
-
Add Items to Playlist request
- AddTracksToPlaylistRequest(ApiClient, String, List<String>) - Constructor for class de.sonallux.spotify.api.apis.playlists.AddTracksToPlaylistRequest
-
Add Items to Playlist request
- after - Variable in class de.sonallux.spotify.api.models.Cursor
-
The cursor to use as key to find the next page of items.
- after(int) - Method in class de.sonallux.spotify.api.apis.player.GetRecentlyPlayedRequest
- after(String) - Method in class de.sonallux.spotify.api.apis.users.GetFollowedRequest
- afterfilteringsize - Variable in class de.sonallux.spotify.api.models.RecommendationSeed
-
The number of tracks available after min_* and max_* filters have been applied.
- afterrelinkingsize - Variable in class de.sonallux.spotify.api.models.RecommendationSeed
-
The number of tracks available after relinking for regional availability.
- album - Variable in class de.sonallux.spotify.api.models.SavedAlbum
-
Information about the album.
- album - Variable in class de.sonallux.spotify.api.models.Track
-
The album on which the track appears.
- Album - Class in de.sonallux.spotify.api.models
-
AlbumObject
- Album() - Constructor for class de.sonallux.spotify.api.models.Album
- ALBUM - Enum constant in enum class de.sonallux.spotify.api.util.SpotifyUri.Type
- AlbumBase - Class in de.sonallux.spotify.api.models
-
AlbumBase
- AlbumBase() - Constructor for class de.sonallux.spotify.api.models.AlbumBase
- albumGroup - Variable in class de.sonallux.spotify.api.models.SimplifiedAlbum
-
The field is present when getting an artist's albums.
- AlbumRestriction - Class in de.sonallux.spotify.api.models
-
AlbumRestrictionObject
- AlbumRestriction() - Constructor for class de.sonallux.spotify.api.models.AlbumRestriction
- albums - Variable in class de.sonallux.spotify.api.models.ManyAlbums
- albums - Variable in class de.sonallux.spotify.api.models.PagedAlbums
- albums - Variable in class de.sonallux.spotify.api.models.SearchItems
- AlbumsApi - Class in de.sonallux.spotify.api.apis
-
Albums
- AlbumsApi() - Constructor for class de.sonallux.spotify.api.apis.AlbumsApi
- albumType - Variable in class de.sonallux.spotify.api.models.AlbumBase
-
The type of the album.
- analysisChannels - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
The number of channels used for analysis.
- analysisSampleRate - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
The sample rate used to decode and analyze this track.
- analysisTime - Variable in class de.sonallux.spotify.api.models.AudioAnalysisMeta
-
The amount of time taken to analyze this track.
- analysisUrl - Variable in class de.sonallux.spotify.api.models.AudioFeatures
-
A URL to access the full audio analysis of this track.
- analyzerVersion - Variable in class de.sonallux.spotify.api.models.AudioAnalysisMeta
-
The version of the Analyzer used to analyze this track.
- ApiAuthorizationProvider - Interface in de.sonallux.spotify.api.authorization
- ApiCall<T> - Class in de.sonallux.spotify.api.http
- ApiCall() - Constructor for class de.sonallux.spotify.api.http.ApiCall
- ApiCall.Factory - Class in de.sonallux.spotify.api.http
- apiCallFactory(ApiCall.Factory) - Method in class de.sonallux.spotify.api.http.ApiClient.Builder
- ApiClient - Class in de.sonallux.spotify.api.http
- ApiClient() - Constructor for class de.sonallux.spotify.api.http.ApiClient
- ApiClient.Builder - Class in de.sonallux.spotify.api.http
- APP_REMOTE_CONTROL - Enum constant in enum class de.sonallux.spotify.api.authorization.Scope
-
Communicate with the Spotify app on your device.
- Artist - Class in de.sonallux.spotify.api.models
-
ArtistObject
- Artist() - Constructor for class de.sonallux.spotify.api.models.Artist
- ARTIST - Enum constant in enum class de.sonallux.spotify.api.util.SpotifyUri.Type
- artists - Variable in class de.sonallux.spotify.api.models.Album
-
The artists of the album.
- artists - Variable in class de.sonallux.spotify.api.models.CursorPagedArtists
- artists - Variable in class de.sonallux.spotify.api.models.ManyArtists
- artists - Variable in class de.sonallux.spotify.api.models.SearchItems
- artists - Variable in class de.sonallux.spotify.api.models.SimplifiedAlbum
-
The artists of the album.
- artists - Variable in class de.sonallux.spotify.api.models.SimplifiedTrack
-
The artists who performed the track.
- artists - Variable in class de.sonallux.spotify.api.models.Track
-
The artists who performed the track.
- ArtistsApi - Class in de.sonallux.spotify.api.apis
-
Artists
- ArtistsApi() - Constructor for class de.sonallux.spotify.api.apis.ArtistsApi
- AudioAnalysis - Class in de.sonallux.spotify.api.models
-
AudioAnalysisObject
- AudioAnalysis() - Constructor for class de.sonallux.spotify.api.models.AudioAnalysis
- AudioAnalysisMeta - Class in de.sonallux.spotify.api.models
- AudioAnalysisMeta() - Constructor for class de.sonallux.spotify.api.models.AudioAnalysisMeta
- AudioAnalysisTrack - Class in de.sonallux.spotify.api.models
- AudioAnalysisTrack() - Constructor for class de.sonallux.spotify.api.models.AudioAnalysisTrack
- audiobook - Variable in class de.sonallux.spotify.api.models.Chapter
-
The audiobook for which the chapter belongs.
- audiobook - Variable in class de.sonallux.spotify.api.models.SavedAudiobook
-
Information about the audiobook.
- Audiobook - Class in de.sonallux.spotify.api.models
-
AudiobookObject
- Audiobook() - Constructor for class de.sonallux.spotify.api.models.Audiobook
- AudiobookBase - Class in de.sonallux.spotify.api.models
-
AudiobookBase
- AudiobookBase() - Constructor for class de.sonallux.spotify.api.models.AudiobookBase
- audiobooks - Variable in class de.sonallux.spotify.api.models.ManyAudiobooks
- audiobooks - Variable in class de.sonallux.spotify.api.models.SearchItems
- AudiobooksApi - Class in de.sonallux.spotify.api.apis
-
Audiobooks
- AudiobooksApi() - Constructor for class de.sonallux.spotify.api.apis.AudiobooksApi
- audioFeatures - Variable in class de.sonallux.spotify.api.models.ManyAudioFeatures
- AudioFeatures - Class in de.sonallux.spotify.api.models
-
AudioFeaturesObject
- AudioFeatures() - Constructor for class de.sonallux.spotify.api.models.AudioFeatures
- audioPreviewUrl - Variable in class de.sonallux.spotify.api.models.ChapterBase
-
A URL to a 30 second preview (MP3 format) of the episode.
- audioPreviewUrl - Variable in class de.sonallux.spotify.api.models.EpisodeBase
-
A URL to a 30 second preview (MP3 format) of the episode.
- Author - Class in de.sonallux.spotify.api.models
-
AuthorObject
- Author() - Constructor for class de.sonallux.spotify.api.models.Author
- authorization(ApiAuthorizationProvider) - Method in class de.sonallux.spotify.api.SpotifyWebApiBuilder
- AuthorizationAddingInterceptor - Class in de.sonallux.spotify.api.http
- AuthorizationAddingInterceptor() - Constructor for class de.sonallux.spotify.api.http.AuthorizationAddingInterceptor
- AuthorizationCodeFlow - Class in de.sonallux.spotify.api.authorization.authorization_code
-
Implements the Authorization Code Flow
- AuthorizationCodeFlow(String, String, String) - Constructor for class de.sonallux.spotify.api.authorization.authorization_code.AuthorizationCodeFlow
- AuthorizationCodeFlow(String, String, String, TokenStore) - Constructor for class de.sonallux.spotify.api.authorization.authorization_code.AuthorizationCodeFlow
- AuthorizationCodePKCEFlow - Class in de.sonallux.spotify.api.authorization.authorization_code
- AuthorizationCodePKCEFlow(String, String) - Constructor for class de.sonallux.spotify.api.authorization.authorization_code.AuthorizationCodePKCEFlow
- AuthorizationCodePKCEFlow(String, String, TokenStore) - Constructor for class de.sonallux.spotify.api.authorization.authorization_code.AuthorizationCodePKCEFlow
- AuthorizationRedirectResponse<T> - Class in de.sonallux.spotify.api.authorization
- AuthorizationRedirectResponse() - Constructor for class de.sonallux.spotify.api.authorization.AuthorizationRedirectResponse
- AuthorizationUrlBuilder - Class in de.sonallux.spotify.api.authorization
- AuthorizationUrlBuilder(String, String, String) - Constructor for class de.sonallux.spotify.api.authorization.AuthorizationUrlBuilder
- authorize() - Method in class de.sonallux.spotify.api.authorization.client_credentials.ClientCredentialsFlow
- AuthorizedApiCall<T> - Class in de.sonallux.spotify.api.http
- AuthorizedApiCall(ApiAuthorizationProvider, ApiClient, Request, TypeReference<T>) - Constructor for class de.sonallux.spotify.api.http.AuthorizedApiCall
- AuthorizedApiCall.Factory - Class in de.sonallux.spotify.api.http
- authors - Variable in class de.sonallux.spotify.api.models.AudiobookBase
-
The author(s) for the audiobook.
- AuthTokens - Class in de.sonallux.spotify.api.authorization
- AuthTokens() - Constructor for class de.sonallux.spotify.api.authorization.AuthTokens
- availableMarkets - Variable in class de.sonallux.spotify.api.models.AlbumBase
-
The markets in which the album is available: ISO 3166-1 alpha-2 country codes.
- availableMarkets - Variable in class de.sonallux.spotify.api.models.AudiobookBase
-
A list of the countries in which the audiobook can be played, identified by their ISO 3166-1 alpha-2 code.
- availableMarkets - Variable in class de.sonallux.spotify.api.models.ChapterBase
-
A list of the countries in which the chapter can be played, identified by their ISO 3166-1 alpha-2 code.
- availableMarkets - Variable in class de.sonallux.spotify.api.models.ShowBase
-
A list of the countries in which the show can be played, identified by their ISO 3166-1 alpha-2 code.
- availableMarkets - Variable in class de.sonallux.spotify.api.models.SimplifiedTrack
-
A list of the countries in which the track can be played, identified by their ISO 3166-1 alpha-2 code.
- availableMarkets - Variable in class de.sonallux.spotify.api.models.Track
-
A list of the countries in which the track can be played, identified by their ISO 3166-1 alpha-2 code.
B
- BadRequest - Class in de.sonallux.spotify.api.models
-
BadRequest
- BadRequest() - Constructor for class de.sonallux.spotify.api.models.BadRequest
- bars - Variable in class de.sonallux.spotify.api.models.AudioAnalysis
-
The time intervals of the bars throughout the track.
- BaseObject - Class in de.sonallux.spotify.api.models
- BaseObject() - Constructor for class de.sonallux.spotify.api.models.BaseObject
- baseUrl(String) - Method in class de.sonallux.spotify.api.http.ApiClient.Builder
- baseUrl(String) - Method in class de.sonallux.spotify.api.SpotifyWebApiBuilder
- baseUrl(HttpUrl) - Method in class de.sonallux.spotify.api.http.ApiClient.Builder
- baseUrl(HttpUrl) - Method in class de.sonallux.spotify.api.SpotifyWebApiBuilder
- beats - Variable in class de.sonallux.spotify.api.models.AudioAnalysis
-
The time intervals of beats throughout the track.
- before - Variable in class de.sonallux.spotify.api.models.Cursor
-
The cursor to use as key to find the previous page of items.
- before(int) - Method in class de.sonallux.spotify.api.apis.player.GetRecentlyPlayedRequest
- body() - Method in class de.sonallux.spotify.api.http.Response
-
Returns the parsed response body for successful responses.
- build() - Method in class de.sonallux.spotify.api.apis.albums.CheckUsersSavedAlbumsRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.albums.GetAlbumRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.albums.GetAlbumsTracksRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.albums.GetMultipleAlbumsRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.albums.GetNewReleasesRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.albums.GetUsersSavedAlbumsRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.albums.RemoveAlbumsUserRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.albums.SaveAlbumsUserRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.artists.GetArtistRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.artists.GetArtistsAlbumsRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.artists.GetArtistsRelatedArtistsRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.artists.GetArtistsTopTracksRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.artists.GetMultipleArtistsRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.audiobooks.CheckUsersSavedAudiobooksRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.audiobooks.GetAudiobookChaptersRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.audiobooks.GetAudiobookRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.audiobooks.GetMultipleAudiobooksRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.audiobooks.GetUsersSavedAudiobooksRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.audiobooks.RemoveAudiobooksUserRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.audiobooks.SaveAudiobooksUserRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.categories.GetCategoriesRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.categories.GetCategoryRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.chapters.GetChapterRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.chapters.GetSeveralChaptersRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.episodes.CheckUsersSavedEpisodesRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.episodes.GetEpisodeRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.episodes.GetMultipleEpisodesRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.episodes.GetUsersSavedEpisodesRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.episodes.RemoveEpisodesUserRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.episodes.SaveEpisodesUserRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.genres.GetRecommendationGenresRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.markets.GetAvailableMarketsRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.player.AddToQueueRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.player.GetInformationAboutUsersCurrentPlaybackRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.player.GetQueueRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.player.GetRecentlyPlayedRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.player.GetUsersAvailableDevicesRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.player.GetUsersCurrentlyPlayingTrackRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.player.PauseUsersPlaybackRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.player.SeekToPositionInCurrentlyPlayingTrackRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.player.SetRepeatModeOnUsersPlaybackRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.player.SetVolumeForUsersPlaybackRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.player.SkipUsersPlaybackToNextTrackRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.player.SkipUsersPlaybackToPreviousTrackRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.player.StartUsersPlaybackRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.player.ToggleShuffleForUsersPlaybackRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.player.TransferUsersPlaybackRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.playlists.AddTracksToPlaylistRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.playlists.ChangePlaylistDetailsRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.playlists.CreatePlaylistRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.playlists.GetCategoriesPlaylistsRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.playlists.GetFeaturedPlaylistsRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.playlists.GetListOfCurrentUsersPlaylistsRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.playlists.GetListUsersPlaylistsRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.playlists.GetPlaylistCoverRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.playlists.GetPlaylistRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.playlists.GetPlaylistsTracksRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.playlists.RemoveTracksPlaylistRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.playlists.ReorderPlaylistsTracksRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.playlists.ReplacePlaylistsTracksRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.playlists.UploadCustomPlaylistCoverRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.search.SearchRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.shows.CheckUsersSavedShowsRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.shows.GetMultipleShowsRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.shows.GetShowRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.shows.GetShowsEpisodesRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.shows.GetUsersSavedShowsRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.shows.RemoveShowsUserRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.shows.SaveShowsUserRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.tracks.CheckUsersSavedTracksRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.tracks.GetAudioAnalysisRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.tracks.GetAudioFeaturesRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.tracks.GetSeveralAudioFeaturesRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.tracks.GetSeveralTracksRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.tracks.GetTrackRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.tracks.GetUsersSavedTracksRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.tracks.RemoveTracksUserRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.tracks.SaveTracksUserRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.users.CheckCurrentUserFollowsRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.users.CheckIfUserFollowsPlaylistRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.users.FollowArtistsUsersRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.users.FollowPlaylistRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.users.GetCurrentUsersProfileRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.users.GetFollowedRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.users.GetUsersProfileRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.users.GetUsersTopArtistsRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.users.GetUsersTopTracksRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.users.UnfollowArtistsUsersRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.apis.users.UnfollowPlaylistRequest
-
Build the request into an executable api call
- build() - Method in class de.sonallux.spotify.api.authorization.AuthorizationUrlBuilder
- build() - Method in class de.sonallux.spotify.api.http.ApiClient.Builder
- build() - Method in class de.sonallux.spotify.api.SpotifyWebApiBuilder
- builder - Variable in class de.sonallux.spotify.api.authorization.AuthorizationUrlBuilder
- builder() - Static method in class de.sonallux.spotify.api.http.ApiClient
- builder() - Static method in class de.sonallux.spotify.api.SpotifyWebApi
- Builder() - Constructor for class de.sonallux.spotify.api.http.ApiClient.Builder
C
- callFactory(Call.Factory) - Method in class de.sonallux.spotify.api.http.ApiClient.Builder
- callFactory(Call.Factory) - Method in class de.sonallux.spotify.api.SpotifyWebApiBuilder
- cancel() - Method in class de.sonallux.spotify.api.http.ApiCall
- categories - Variable in class de.sonallux.spotify.api.models.PagedCategories
- CategoriesApi - Class in de.sonallux.spotify.api.apis
-
Categories
- CategoriesApi() - Constructor for class de.sonallux.spotify.api.apis.CategoriesApi
- Category - Class in de.sonallux.spotify.api.models
-
CategoryObject
- Category() - Constructor for class de.sonallux.spotify.api.models.Category
- changePlaylistDetails(String) - Method in class de.sonallux.spotify.api.apis.PlaylistsApi
-
Change Playlist Details
- ChangePlaylistDetailsRequest - Class in de.sonallux.spotify.api.apis.playlists
-
Change Playlist Details request
- ChangePlaylistDetailsRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.playlists.ChangePlaylistDetailsRequest
-
Change Playlist Details request
- Chapter - Class in de.sonallux.spotify.api.models
-
ChapterObject
- Chapter() - Constructor for class de.sonallux.spotify.api.models.Chapter
- ChapterBase - Class in de.sonallux.spotify.api.models
-
ChapterBase
- ChapterBase() - Constructor for class de.sonallux.spotify.api.models.ChapterBase
- chapterNumber - Variable in class de.sonallux.spotify.api.models.ChapterBase
-
The number of the chapter
- ChapterRestriction - Class in de.sonallux.spotify.api.models
-
ChapterRestrictionObject
- ChapterRestriction() - Constructor for class de.sonallux.spotify.api.models.ChapterRestriction
- chapters - Variable in class de.sonallux.spotify.api.models.Audiobook
-
The chapters of the audiobook.
- chapters - Variable in class de.sonallux.spotify.api.models.ManyChapters
- ChaptersApi - Class in de.sonallux.spotify.api.apis
-
Chapters
- ChaptersApi() - Constructor for class de.sonallux.spotify.api.apis.ChaptersApi
- checkCurrentUserFollows(String, String) - Method in class de.sonallux.spotify.api.apis.UsersApi
-
Check If User Follows Artists or Users
- CheckCurrentUserFollowsRequest - Class in de.sonallux.spotify.api.apis.users
-
Check If User Follows Artists or Users request
- CheckCurrentUserFollowsRequest(ApiClient, String, String) - Constructor for class de.sonallux.spotify.api.apis.users.CheckCurrentUserFollowsRequest
-
Check If User Follows Artists or Users request
- checkIfUserFollowsPlaylist(String, String) - Method in class de.sonallux.spotify.api.apis.UsersApi
-
Check if Users Follow Playlist
- CheckIfUserFollowsPlaylistRequest - Class in de.sonallux.spotify.api.apis.users
-
Check if Users Follow Playlist request
- CheckIfUserFollowsPlaylistRequest(ApiClient, String, String) - Constructor for class de.sonallux.spotify.api.apis.users.CheckIfUserFollowsPlaylistRequest
-
Check if Users Follow Playlist request
- checkUsersSavedAlbums(String) - Method in class de.sonallux.spotify.api.apis.AlbumsApi
-
Check User's Saved Albums
- CheckUsersSavedAlbumsRequest - Class in de.sonallux.spotify.api.apis.albums
-
Check User's Saved Albums request
- CheckUsersSavedAlbumsRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.albums.CheckUsersSavedAlbumsRequest
-
Check User's Saved Albums request
- checkUsersSavedAudiobooks(String) - Method in class de.sonallux.spotify.api.apis.AudiobooksApi
-
Check User's Saved Audiobooks
- CheckUsersSavedAudiobooksRequest - Class in de.sonallux.spotify.api.apis.audiobooks
-
Check User's Saved Audiobooks request
- CheckUsersSavedAudiobooksRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.audiobooks.CheckUsersSavedAudiobooksRequest
-
Check User's Saved Audiobooks request
- checkUsersSavedEpisodes(String) - Method in class de.sonallux.spotify.api.apis.EpisodesApi
-
Check User's Saved Episodes
- CheckUsersSavedEpisodesRequest - Class in de.sonallux.spotify.api.apis.episodes
-
Check User's Saved Episodes request
- CheckUsersSavedEpisodesRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.episodes.CheckUsersSavedEpisodesRequest
-
Check User's Saved Episodes request
- checkUsersSavedShows(String) - Method in class de.sonallux.spotify.api.apis.ShowsApi
-
Check User's Saved Shows
- CheckUsersSavedShowsRequest - Class in de.sonallux.spotify.api.apis.shows
-
Check User's Saved Shows request
- CheckUsersSavedShowsRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.shows.CheckUsersSavedShowsRequest
-
Check User's Saved Shows request
- checkUsersSavedTracks(String) - Method in class de.sonallux.spotify.api.apis.TracksApi
-
Check User's Saved Tracks
- CheckUsersSavedTracksRequest - Class in de.sonallux.spotify.api.apis.tracks
-
Check User's Saved Tracks request
- CheckUsersSavedTracksRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.tracks.CheckUsersSavedTracksRequest
-
Check User's Saved Tracks request
- ClientCredentialsFlow - Class in de.sonallux.spotify.api.authorization.client_credentials
-
Implements the Client Credentials Flow
- ClientCredentialsFlow(String, String) - Constructor for class de.sonallux.spotify.api.authorization.client_credentials.ClientCredentialsFlow
- code() - Method in class de.sonallux.spotify.api.http.Response
-
Returns the HTTP status code
- codestring - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
An Echo Nest Musical Fingerprint (ENMFP) codestring for this track.
- codeVersion - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
A version number for the Echo Nest Musical Fingerprint format used in the codestring field.
- collaborative - Variable in class de.sonallux.spotify.api.models.Playlist
-
trueif the owner allows other users to modify the playlist. - collaborative - Variable in class de.sonallux.spotify.api.models.SimplifiedPlaylist
-
trueif the owner allows other users to modify the playlist. - collaborative(boolean) - Method in class de.sonallux.spotify.api.apis.playlists.ChangePlaylistDetailsRequest
- collaborative(boolean) - Method in class de.sonallux.spotify.api.apis.playlists.CreatePlaylistRequest
- confidence - Variable in class de.sonallux.spotify.api.models.Section
-
The confidence, from 0.0 to 1.0, of the reliability of the section's "designation".
- confidence - Variable in class de.sonallux.spotify.api.models.Segment
-
The confidence, from 0.0 to 1.0, of the reliability of the segmentation.
- confidence - Variable in class de.sonallux.spotify.api.models.TimeInterval
-
The confidence, from 0.0 to 1.0, of the reliability of the interval.
- context - Variable in class de.sonallux.spotify.api.models.CurrentlyPlaying
-
A Context Object.
- context - Variable in class de.sonallux.spotify.api.models.CurrentlyPlayingContext
-
A Context Object.
- context - Variable in class de.sonallux.spotify.api.models.PlayHistory
-
The context the track was played from.
- Context - Class in de.sonallux.spotify.api.models
-
ContextObject
- Context() - Constructor for class de.sonallux.spotify.api.models.Context
- contextUri(String) - Method in class de.sonallux.spotify.api.apis.player.StartUsersPlaybackRequest
- Copyright - Class in de.sonallux.spotify.api.models
-
CopyrightObject
- Copyright() - Constructor for class de.sonallux.spotify.api.models.Copyright
- copyrights - Variable in class de.sonallux.spotify.api.models.Album
-
The copyright statements of the album.
- copyrights - Variable in class de.sonallux.spotify.api.models.AudiobookBase
-
The copyright statements of the audiobook.
- copyrights - Variable in class de.sonallux.spotify.api.models.ShowBase
-
The copyright statements of the show.
- country - Variable in class de.sonallux.spotify.api.models.PrivateUser
-
The country of the user, as set in the user's account profile.
- country(String) - Method in class de.sonallux.spotify.api.apis.albums.GetNewReleasesRequest
- country(String) - Method in class de.sonallux.spotify.api.apis.categories.GetCategoriesRequest
- country(String) - Method in class de.sonallux.spotify.api.apis.categories.GetCategoryRequest
- country(String) - Method in class de.sonallux.spotify.api.apis.playlists.GetCategoriesPlaylistsRequest
- country(String) - Method in class de.sonallux.spotify.api.apis.playlists.GetFeaturedPlaylistsRequest
- createApiCall(ApiClient, Request, TypeReference<T>) - Method in class de.sonallux.spotify.api.http.ApiCall.Factory
- createApiCall(ApiClient, Request, TypeReference<T>) - Method in class de.sonallux.spotify.api.http.AuthorizedApiCall.Factory
- createApiCall(Request, TypeReference<T>) - Method in class de.sonallux.spotify.api.http.ApiClient
- createAuthorizationUrl() - Method in class de.sonallux.spotify.api.authorization.authorization_code.AuthorizationCodeFlow
- createAuthorizationUrl() - Method in class de.sonallux.spotify.api.authorization.implicit_grant.ImplicitGrantFlow
- createAuthorizationUrl(String) - Method in class de.sonallux.spotify.api.authorization.authorization_code.AuthorizationCodePKCEFlow
- createPlaylist(String, String) - Method in class de.sonallux.spotify.api.apis.PlaylistsApi
-
Create Playlist
- CreatePlaylistRequest - Class in de.sonallux.spotify.api.apis.playlists
-
Create Playlist request
- CreatePlaylistRequest(ApiClient, String, String) - Constructor for class de.sonallux.spotify.api.apis.playlists.CreatePlaylistRequest
-
Create Playlist request
- currentlyPlaying - Variable in class de.sonallux.spotify.api.models.Queue
-
The currently playing track or episode.
- CurrentlyPlaying - Class in de.sonallux.spotify.api.models
-
CurrentlyPlayingObject
- CurrentlyPlaying() - Constructor for class de.sonallux.spotify.api.models.CurrentlyPlaying
- CurrentlyPlayingContext - Class in de.sonallux.spotify.api.models
-
CurrentlyPlayingContextObject
- CurrentlyPlayingContext() - Constructor for class de.sonallux.spotify.api.models.CurrentlyPlayingContext
- currentlyPlayingType - Variable in class de.sonallux.spotify.api.models.CurrentlyPlaying
-
The object type of the currently playing item.
- currentlyPlayingType - Variable in class de.sonallux.spotify.api.models.CurrentlyPlayingContext
-
The object type of the currently playing item.
- Cursor - Class in de.sonallux.spotify.api.models
-
CursorObject
- Cursor() - Constructor for class de.sonallux.spotify.api.models.Cursor
- CursorPagedArtists - Class in de.sonallux.spotify.api.models
-
CursorPagedArtists
- CursorPagedArtists() - Constructor for class de.sonallux.spotify.api.models.CursorPagedArtists
- CursorPaging<T> - Class in de.sonallux.spotify.api.models
-
CursorPagingObject
- CursorPaging() - Constructor for class de.sonallux.spotify.api.models.CursorPaging
- cursors - Variable in class de.sonallux.spotify.api.models.CursorPaging
-
The cursors used to find the next set of items.
D
- danceability - Variable in class de.sonallux.spotify.api.models.AudioFeatures
-
Danceability describes how suitable a track is for dancing based on a combination of musical elements including tempo, rhythm stability, beat strength, and overall regularity.
- danceability - Variable in class de.sonallux.spotify.api.models.TuneableTrack
-
Danceability describes how suitable a track is for dancing based on a combination of musical elements including tempo, rhythm stability, beat strength, and overall regularity.
- de.sonallux.spotify.api - package de.sonallux.spotify.api
- de.sonallux.spotify.api.apis - package de.sonallux.spotify.api.apis
- de.sonallux.spotify.api.apis.albums - package de.sonallux.spotify.api.apis.albums
- de.sonallux.spotify.api.apis.artists - package de.sonallux.spotify.api.apis.artists
- de.sonallux.spotify.api.apis.audiobooks - package de.sonallux.spotify.api.apis.audiobooks
- de.sonallux.spotify.api.apis.categories - package de.sonallux.spotify.api.apis.categories
- de.sonallux.spotify.api.apis.chapters - package de.sonallux.spotify.api.apis.chapters
- de.sonallux.spotify.api.apis.episodes - package de.sonallux.spotify.api.apis.episodes
- de.sonallux.spotify.api.apis.genres - package de.sonallux.spotify.api.apis.genres
- de.sonallux.spotify.api.apis.markets - package de.sonallux.spotify.api.apis.markets
- de.sonallux.spotify.api.apis.player - package de.sonallux.spotify.api.apis.player
- de.sonallux.spotify.api.apis.playlists - package de.sonallux.spotify.api.apis.playlists
- de.sonallux.spotify.api.apis.search - package de.sonallux.spotify.api.apis.search
- de.sonallux.spotify.api.apis.shows - package de.sonallux.spotify.api.apis.shows
- de.sonallux.spotify.api.apis.tracks - package de.sonallux.spotify.api.apis.tracks
- de.sonallux.spotify.api.apis.users - package de.sonallux.spotify.api.apis.users
- de.sonallux.spotify.api.authorization - package de.sonallux.spotify.api.authorization
- de.sonallux.spotify.api.authorization.authorization_code - package de.sonallux.spotify.api.authorization.authorization_code
- de.sonallux.spotify.api.authorization.client_credentials - package de.sonallux.spotify.api.authorization.client_credentials
- de.sonallux.spotify.api.authorization.implicit_grant - package de.sonallux.spotify.api.authorization.implicit_grant
- de.sonallux.spotify.api.http - package de.sonallux.spotify.api.http
- de.sonallux.spotify.api.models - package de.sonallux.spotify.api.models
- de.sonallux.spotify.api.util - package de.sonallux.spotify.api.util
- description - Variable in class de.sonallux.spotify.api.models.AudiobookBase
-
A description of the audiobook.
- description - Variable in class de.sonallux.spotify.api.models.ChapterBase
-
A description of the episode.
- description - Variable in class de.sonallux.spotify.api.models.EpisodeBase
-
A description of the episode.
- description - Variable in class de.sonallux.spotify.api.models.Playlist
-
The playlist description.
- description - Variable in class de.sonallux.spotify.api.models.ShowBase
-
A description of the show.
- description - Variable in class de.sonallux.spotify.api.models.SimplifiedPlaylist
-
The playlist description.
- description(String) - Method in class de.sonallux.spotify.api.apis.playlists.ChangePlaylistDetailsRequest
- description(String) - Method in class de.sonallux.spotify.api.apis.playlists.CreatePlaylistRequest
- detailedStatus - Variable in class de.sonallux.spotify.api.models.AudioAnalysisMeta
-
A detailed status code for this track.
- device - Variable in class de.sonallux.spotify.api.models.CurrentlyPlayingContext
-
The device that is currently active.
- Device - Class in de.sonallux.spotify.api.models
-
DeviceObject
- Device() - Constructor for class de.sonallux.spotify.api.models.Device
- deviceId(String) - Method in class de.sonallux.spotify.api.apis.player.AddToQueueRequest
- deviceId(String) - Method in class de.sonallux.spotify.api.apis.player.PauseUsersPlaybackRequest
- deviceId(String) - Method in class de.sonallux.spotify.api.apis.player.SeekToPositionInCurrentlyPlayingTrackRequest
- deviceId(String) - Method in class de.sonallux.spotify.api.apis.player.SetRepeatModeOnUsersPlaybackRequest
- deviceId(String) - Method in class de.sonallux.spotify.api.apis.player.SetVolumeForUsersPlaybackRequest
- deviceId(String) - Method in class de.sonallux.spotify.api.apis.player.SkipUsersPlaybackToNextTrackRequest
- deviceId(String) - Method in class de.sonallux.spotify.api.apis.player.SkipUsersPlaybackToPreviousTrackRequest
- deviceId(String) - Method in class de.sonallux.spotify.api.apis.player.StartUsersPlaybackRequest
- deviceId(String) - Method in class de.sonallux.spotify.api.apis.player.ToggleShuffleForUsersPlaybackRequest
- devices - Variable in class de.sonallux.spotify.api.models.Devices
-
A list of 0..n Device objects
- Devices - Class in de.sonallux.spotify.api.models
-
DevicesObject
- Devices() - Constructor for class de.sonallux.spotify.api.models.Devices
- Disallows - Class in de.sonallux.spotify.api.models
-
DisallowsObject
- Disallows() - Constructor for class de.sonallux.spotify.api.models.Disallows
- discNumber - Variable in class de.sonallux.spotify.api.models.SimplifiedTrack
-
The disc number (usually
1unless the album consists of more than one disc). - discNumber - Variable in class de.sonallux.spotify.api.models.Track
-
The disc number (usually
1unless the album consists of more than one disc). - displayName - Variable in class de.sonallux.spotify.api.models.PlaylistOwner
-
The name displayed on the user's profile.
- displayName - Variable in class de.sonallux.spotify.api.models.PrivateUser
-
The name displayed on the user's profile.
- displayName - Variable in class de.sonallux.spotify.api.models.PublicUser
-
The name displayed on the user's profile.
- duration - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
Length of the track in seconds.
- duration - Variable in class de.sonallux.spotify.api.models.Section
-
The duration (in seconds) of the section.
- duration - Variable in class de.sonallux.spotify.api.models.Segment
-
The duration (in seconds) of the segment.
- duration - Variable in class de.sonallux.spotify.api.models.TimeInterval
-
The duration (in seconds) of the time interval.
- durationMs - Variable in class de.sonallux.spotify.api.models.AudioFeatures
-
The duration of the track in milliseconds.
- durationMs - Variable in class de.sonallux.spotify.api.models.ChapterBase
-
The episode length in milliseconds.
- durationMs - Variable in class de.sonallux.spotify.api.models.EpisodeBase
-
The episode length in milliseconds.
- durationMs - Variable in class de.sonallux.spotify.api.models.SimplifiedTrack
-
The track length in milliseconds.
- durationMs - Variable in class de.sonallux.spotify.api.models.Track
-
The track length in milliseconds.
- durationMs - Variable in class de.sonallux.spotify.api.models.TuneableTrack
-
The duration of the track in milliseconds.
E
- ean - Variable in class de.sonallux.spotify.api.models.ExternalId
- echoprintstring - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
An EchoPrint codestring for this track.
- echoprintVersion - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
A version number for the EchoPrint format used in the echoprintstring field.
- edition - Variable in class de.sonallux.spotify.api.models.AudiobookBase
-
The edition of the audiobook.
- email - Variable in class de.sonallux.spotify.api.models.PrivateUser
-
The user's email address, as entered by the user when creating their account.
- endOfFadeIn - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
The time, in seconds, at which the track's fade-in period ends.
- energy - Variable in class de.sonallux.spotify.api.models.AudioFeatures
-
Energy is a measure from 0.0 to 1.0 and represents a perceptual measure of intensity and activity.
- energy - Variable in class de.sonallux.spotify.api.models.TuneableTrack
-
Energy is a measure from 0.0 to 1.0 and represents a perceptual measure of intensity and activity.
- episode - Variable in class de.sonallux.spotify.api.models.SavedEpisode
-
Information about the episode.
- Episode - Class in de.sonallux.spotify.api.models
-
EpisodeObject
- Episode() - Constructor for class de.sonallux.spotify.api.models.Episode
- EPISODE - Enum constant in enum class de.sonallux.spotify.api.util.SpotifyUri.Type
- EpisodeBase - Class in de.sonallux.spotify.api.models
-
EpisodeBase
- EpisodeBase() - Constructor for class de.sonallux.spotify.api.models.EpisodeBase
- EpisodeRestriction - Class in de.sonallux.spotify.api.models
-
EpisodeRestrictionObject
- EpisodeRestriction() - Constructor for class de.sonallux.spotify.api.models.EpisodeRestriction
- episodes - Variable in class de.sonallux.spotify.api.models.ManyEpisodes
- episodes - Variable in class de.sonallux.spotify.api.models.SearchItems
- episodes - Variable in class de.sonallux.spotify.api.models.Show
-
The episodes of the show.
- EpisodesApi - Class in de.sonallux.spotify.api.apis
-
Episodes
- EpisodesApi() - Constructor for class de.sonallux.spotify.api.apis.EpisodesApi
- error - Variable in class de.sonallux.spotify.api.http.ErrorResponse
- error - Variable in class de.sonallux.spotify.api.models.BadRequest
- error - Variable in class de.sonallux.spotify.api.models.Forbidden
- error - Variable in class de.sonallux.spotify.api.models.NotFound
- error - Variable in class de.sonallux.spotify.api.models.TooManyRequests
- error - Variable in class de.sonallux.spotify.api.models.Unauthorized
- error(Error, Response) - Static method in class de.sonallux.spotify.api.http.Response
- error(String) - Static method in class de.sonallux.spotify.api.authorization.AuthorizationRedirectResponse
- error(String, String) - Static method in class de.sonallux.spotify.api.authorization.AuthorizationRedirectResponse
- Error - Class in de.sonallux.spotify.api.models
-
ErrorObject
- Error() - Constructor for class de.sonallux.spotify.api.models.Error
- errorBody() - Method in class de.sonallux.spotify.api.http.Response
-
Returns an error representation for non successful responses.
- ErrorResponse - Class in de.sonallux.spotify.api.http
- ErrorResponse() - Constructor for class de.sonallux.spotify.api.http.ErrorResponse
- exchangeAuthorizationCode(AuthorizationRedirectResponse<String>) - Method in class de.sonallux.spotify.api.authorization.authorization_code.AuthorizationCodeFlow
- exchangeAuthorizationCode(AuthorizationRedirectResponse<String>, String) - Method in class de.sonallux.spotify.api.authorization.authorization_code.AuthorizationCodePKCEFlow
- execute() - Method in class de.sonallux.spotify.api.http.ApiCall
- executeCall() - Method in class de.sonallux.spotify.api.http.ApiCall
- expiresIn - Variable in class de.sonallux.spotify.api.authorization.AuthTokens
- explicit - Variable in class de.sonallux.spotify.api.models.AudiobookBase
-
Whether or not the audiobook has explicit content (true = yes it does; false = no it does not OR unknown).
- explicit - Variable in class de.sonallux.spotify.api.models.ChapterBase
-
Whether or not the episode has explicit content (true = yes it does; false = no it does not OR unknown).
- explicit - Variable in class de.sonallux.spotify.api.models.EpisodeBase
-
Whether or not the episode has explicit content (true = yes it does; false = no it does not OR unknown).
- explicit - Variable in class de.sonallux.spotify.api.models.ShowBase
-
Whether or not the show has explicit content (true = yes it does; false = no it does not OR unknown).
- explicit - Variable in class de.sonallux.spotify.api.models.SimplifiedTrack
-
Whether or not the track has explicit lyrics (
true= yes it does;false= no it does not OR unknown). - explicit - Variable in class de.sonallux.spotify.api.models.Track
-
Whether or not the track has explicit lyrics (
true= yes it does;false= no it does not OR unknown). - explicitContent - Variable in class de.sonallux.spotify.api.models.PrivateUser
-
The user's explicit content settings.
- ExplicitContentSettings - Class in de.sonallux.spotify.api.models
-
ExplicitContentSettingsObject
- ExplicitContentSettings() - Constructor for class de.sonallux.spotify.api.models.ExplicitContentSettings
- ExternalId - Class in de.sonallux.spotify.api.models
-
ExternalIdObject
- ExternalId() - Constructor for class de.sonallux.spotify.api.models.ExternalId
- externalIds - Variable in class de.sonallux.spotify.api.models.Album
-
Known external IDs for the album.
- externalIds - Variable in class de.sonallux.spotify.api.models.Track
-
Known external IDs for the track.
- ExternalUrl - Class in de.sonallux.spotify.api.models
-
ExternalUrlObject
- ExternalUrl() - Constructor for class de.sonallux.spotify.api.models.ExternalUrl
- externalUrls - Variable in class de.sonallux.spotify.api.models.AlbumBase
-
Known external URLs for this album.
- externalUrls - Variable in class de.sonallux.spotify.api.models.Artist
-
Known external URLs for this artist.
- externalUrls - Variable in class de.sonallux.spotify.api.models.AudiobookBase
-
External URLs for this audiobook.
- externalUrls - Variable in class de.sonallux.spotify.api.models.ChapterBase
-
External URLs for this episode.
- externalUrls - Variable in class de.sonallux.spotify.api.models.Context
-
External URLs for this context.
- externalUrls - Variable in class de.sonallux.spotify.api.models.EpisodeBase
-
External URLs for this episode.
- externalUrls - Variable in class de.sonallux.spotify.api.models.LinkedTrack
-
Known external URLs for this track.
- externalUrls - Variable in class de.sonallux.spotify.api.models.Playlist
-
Known external URLs for this playlist.
- externalUrls - Variable in class de.sonallux.spotify.api.models.PlaylistUser
-
Known public external URLs for this user.
- externalUrls - Variable in class de.sonallux.spotify.api.models.PrivateUser
-
Known external URLs for this user.
- externalUrls - Variable in class de.sonallux.spotify.api.models.PublicUser
-
Known public external URLs for this user.
- externalUrls - Variable in class de.sonallux.spotify.api.models.ShowBase
-
External URLs for this show.
- externalUrls - Variable in class de.sonallux.spotify.api.models.SimplifiedArtist
-
Known external URLs for this artist.
- externalUrls - Variable in class de.sonallux.spotify.api.models.SimplifiedPlaylist
-
Known external URLs for this playlist.
- externalUrls - Variable in class de.sonallux.spotify.api.models.SimplifiedTrack
-
External URLs for this track.
- externalUrls - Variable in class de.sonallux.spotify.api.models.Track
-
Known external URLs for this track.
F
- Factory() - Constructor for class de.sonallux.spotify.api.http.ApiCall.Factory
- Factory() - Constructor for class de.sonallux.spotify.api.http.AuthorizedApiCall.Factory
- fields(String) - Method in class de.sonallux.spotify.api.apis.playlists.GetPlaylistRequest
- fields(String) - Method in class de.sonallux.spotify.api.apis.playlists.GetPlaylistsTracksRequest
- filterEnabled - Variable in class de.sonallux.spotify.api.models.ExplicitContentSettings
-
When
true, indicates that explicit content should not be played. - filterLocked - Variable in class de.sonallux.spotify.api.models.ExplicitContentSettings
-
When
true, indicates that the explicit content setting is locked and can't be changed by the user. - followArtistsUsers(String, List<String>) - Method in class de.sonallux.spotify.api.apis.UsersApi
-
Follow Artists or Users
- FollowArtistsUsersRequest - Class in de.sonallux.spotify.api.apis.users
-
Follow Artists or Users request
- FollowArtistsUsersRequest(ApiClient, String, List<String>) - Constructor for class de.sonallux.spotify.api.apis.users.FollowArtistsUsersRequest
-
Follow Artists or Users request
- followers - Variable in class de.sonallux.spotify.api.models.Artist
-
Information about the followers of the artist.
- followers - Variable in class de.sonallux.spotify.api.models.Playlist
-
Information about the followers of the playlist.
- followers - Variable in class de.sonallux.spotify.api.models.PlaylistUser
-
Information about the followers of this user.
- followers - Variable in class de.sonallux.spotify.api.models.PrivateUser
-
Information about the followers of the user.
- followers - Variable in class de.sonallux.spotify.api.models.PublicUser
-
Information about the followers of this user.
- Followers - Class in de.sonallux.spotify.api.models
-
FollowersObject
- Followers() - Constructor for class de.sonallux.spotify.api.models.Followers
- followPlaylist(String) - Method in class de.sonallux.spotify.api.apis.UsersApi
-
Follow Playlist
- FollowPlaylistRequest - Class in de.sonallux.spotify.api.apis.users
-
Follow Playlist request
- FollowPlaylistRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.users.FollowPlaylistRequest
-
Follow Playlist request
- Forbidden - Class in de.sonallux.spotify.api.models
-
Forbidden
- Forbidden() - Constructor for class de.sonallux.spotify.api.models.Forbidden
- fullyPlayed - Variable in class de.sonallux.spotify.api.models.ResumePoint
-
Whether or not the episode has been fully played by the user.
G
- genres - Variable in class de.sonallux.spotify.api.models.Album
-
A list of the genres used to classify the album.
- genres - Variable in class de.sonallux.spotify.api.models.Artist
-
A list of the genres the artist is associated with.
- genres - Variable in class de.sonallux.spotify.api.models.ManyGenres
- GenresApi - Class in de.sonallux.spotify.api.apis
-
Genres
- GenresApi() - Constructor for class de.sonallux.spotify.api.apis.GenresApi
- get(String) - Static method in enum class de.sonallux.spotify.api.util.SpotifyUri.Type
- getAlbum(String) - Method in class de.sonallux.spotify.api.apis.AlbumsApi
-
Get Album
- getAlbumId() - Method in class de.sonallux.spotify.api.util.SpotifyUri
- GetAlbumRequest - Class in de.sonallux.spotify.api.apis.albums
-
Get Album request
- GetAlbumRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.albums.GetAlbumRequest
-
Get Album request
- getAlbumsTracks(String) - Method in class de.sonallux.spotify.api.apis.AlbumsApi
-
Get Album Tracks
- GetAlbumsTracksRequest - Class in de.sonallux.spotify.api.apis.albums
-
Get Album Tracks request
- GetAlbumsTracksRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.albums.GetAlbumsTracksRequest
-
Get Album Tracks request
- getArtist(String) - Method in class de.sonallux.spotify.api.apis.ArtistsApi
-
Get Artist
- getArtistId() - Method in class de.sonallux.spotify.api.util.SpotifyUri
- GetArtistRequest - Class in de.sonallux.spotify.api.apis.artists
-
Get Artist request
- GetArtistRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.artists.GetArtistRequest
-
Get Artist request
- getArtistsAlbums(String) - Method in class de.sonallux.spotify.api.apis.ArtistsApi
-
Get Artist's Albums
- GetArtistsAlbumsRequest - Class in de.sonallux.spotify.api.apis.artists
-
Get Artist's Albums request
- GetArtistsAlbumsRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.artists.GetArtistsAlbumsRequest
-
Get Artist's Albums request
- getArtistsRelatedArtists(String) - Method in class de.sonallux.spotify.api.apis.ArtistsApi
-
Get Artist's Related Artists
- GetArtistsRelatedArtistsRequest - Class in de.sonallux.spotify.api.apis.artists
-
Get Artist's Related Artists request
- GetArtistsRelatedArtistsRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.artists.GetArtistsRelatedArtistsRequest
-
Get Artist's Related Artists request
- getArtistsTopTracks(String) - Method in class de.sonallux.spotify.api.apis.ArtistsApi
-
Get Artist's Top Tracks
- GetArtistsTopTracksRequest - Class in de.sonallux.spotify.api.apis.artists
-
Get Artist's Top Tracks request
- GetArtistsTopTracksRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.artists.GetArtistsTopTracksRequest
-
Get Artist's Top Tracks request
- getAudioAnalysis(String) - Method in class de.sonallux.spotify.api.apis.TracksApi
-
Get Track's Audio Analysis
- GetAudioAnalysisRequest - Class in de.sonallux.spotify.api.apis.tracks
-
Get Track's Audio Analysis request
- GetAudioAnalysisRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.tracks.GetAudioAnalysisRequest
-
Get Track's Audio Analysis request
- getAudiobook(String) - Method in class de.sonallux.spotify.api.apis.AudiobooksApi
-
Get an Audiobook
- getAudiobookChapters(String) - Method in class de.sonallux.spotify.api.apis.AudiobooksApi
-
Get Audiobook Chapters
- GetAudiobookChaptersRequest - Class in de.sonallux.spotify.api.apis.audiobooks
-
Get Audiobook Chapters request
- GetAudiobookChaptersRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.audiobooks.GetAudiobookChaptersRequest
-
Get Audiobook Chapters request
- GetAudiobookRequest - Class in de.sonallux.spotify.api.apis.audiobooks
-
Get an Audiobook request
- GetAudiobookRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.audiobooks.GetAudiobookRequest
-
Get an Audiobook request
- getAudioFeatures(String) - Method in class de.sonallux.spotify.api.apis.TracksApi
-
Get Track's Audio Features
- GetAudioFeaturesRequest - Class in de.sonallux.spotify.api.apis.tracks
-
Get Track's Audio Features request
- GetAudioFeaturesRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.tracks.GetAudioFeaturesRequest
-
Get Track's Audio Features request
- getAuthorizationHeaderValue() - Method in interface de.sonallux.spotify.api.authorization.ApiAuthorizationProvider
-
Get the value for the
Authorizationheader that should be added to a request. - getAuthorizationHeaderValue() - Method in class de.sonallux.spotify.api.authorization.SimpleApiAuthorizationProvider
- getAuthorizationHeaderValue() - Method in class de.sonallux.spotify.api.authorization.TokenStoreApiAuthorizationProvider
- getAvailableMarkets() - Method in class de.sonallux.spotify.api.apis.MarketsApi
-
Get Available Markets
- GetAvailableMarketsRequest - Class in de.sonallux.spotify.api.apis.markets
-
Get Available Markets request
- GetAvailableMarketsRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.markets.GetAvailableMarketsRequest
-
Get Available Markets request
- getCategories() - Method in class de.sonallux.spotify.api.apis.CategoriesApi
-
Get Several Browse Categories
- getCategoriesPlaylists(String) - Method in class de.sonallux.spotify.api.apis.PlaylistsApi
-
Get Category's Playlists
- GetCategoriesPlaylistsRequest - Class in de.sonallux.spotify.api.apis.playlists
-
Get Category's Playlists request
- GetCategoriesPlaylistsRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.playlists.GetCategoriesPlaylistsRequest
-
Get Category's Playlists request
- GetCategoriesRequest - Class in de.sonallux.spotify.api.apis.categories
-
Get Several Browse Categories request
- GetCategoriesRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.categories.GetCategoriesRequest
-
Get Several Browse Categories request
- getCategory(String) - Method in class de.sonallux.spotify.api.apis.CategoriesApi
-
Get Single Browse Category
- GetCategoryRequest - Class in de.sonallux.spotify.api.apis.categories
-
Get Single Browse Category request
- GetCategoryRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.categories.GetCategoryRequest
-
Get Single Browse Category request
- getChapter(String) - Method in class de.sonallux.spotify.api.apis.ChaptersApi
-
Get a Chapter
- GetChapterRequest - Class in de.sonallux.spotify.api.apis.chapters
-
Get a Chapter request
- GetChapterRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.chapters.GetChapterRequest
-
Get a Chapter request
- getCurrentUsersProfile() - Method in class de.sonallux.spotify.api.apis.UsersApi
-
Get Current User's Profile
- GetCurrentUsersProfileRequest - Class in de.sonallux.spotify.api.apis.users
-
Get Current User's Profile request
- GetCurrentUsersProfileRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.users.GetCurrentUsersProfileRequest
-
Get Current User's Profile request
- getEpisode(String) - Method in class de.sonallux.spotify.api.apis.EpisodesApi
-
Get Episode
- getEpisodeId() - Method in class de.sonallux.spotify.api.util.SpotifyUri
- GetEpisodeRequest - Class in de.sonallux.spotify.api.apis.episodes
-
Get Episode request
- GetEpisodeRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.episodes.GetEpisodeRequest
-
Get Episode request
- getError() - Method in exception de.sonallux.spotify.api.SpotifyApiException
- getFeaturedPlaylists() - Method in class de.sonallux.spotify.api.apis.PlaylistsApi
-
Get Featured Playlists
- GetFeaturedPlaylistsRequest - Class in de.sonallux.spotify.api.apis.playlists
-
Get Featured Playlists request
- GetFeaturedPlaylistsRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.playlists.GetFeaturedPlaylistsRequest
-
Get Featured Playlists request
- getFollowed(String) - Method in class de.sonallux.spotify.api.apis.UsersApi
-
Get Followed Artists
- GetFollowedRequest - Class in de.sonallux.spotify.api.apis.users
-
Get Followed Artists request
- GetFollowedRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.users.GetFollowedRequest
-
Get Followed Artists request
- getInformationAboutUsersCurrentPlayback() - Method in class de.sonallux.spotify.api.apis.PlayerApi
-
Get Playback State
- GetInformationAboutUsersCurrentPlaybackRequest - Class in de.sonallux.spotify.api.apis.player
-
Get Playback State request
- GetInformationAboutUsersCurrentPlaybackRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.player.GetInformationAboutUsersCurrentPlaybackRequest
-
Get Playback State request
- getListOfCurrentUsersPlaylists() - Method in class de.sonallux.spotify.api.apis.PlaylistsApi
-
Get Current User's Playlists
- GetListOfCurrentUsersPlaylistsRequest - Class in de.sonallux.spotify.api.apis.playlists
-
Get Current User's Playlists request
- GetListOfCurrentUsersPlaylistsRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.playlists.GetListOfCurrentUsersPlaylistsRequest
-
Get Current User's Playlists request
- getListUsersPlaylists(String) - Method in class de.sonallux.spotify.api.apis.PlaylistsApi
-
Get User's Playlists
- GetListUsersPlaylistsRequest - Class in de.sonallux.spotify.api.apis.playlists
-
Get User's Playlists request
- GetListUsersPlaylistsRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.playlists.GetListUsersPlaylistsRequest
-
Get User's Playlists request
- getMultipleAlbums(String) - Method in class de.sonallux.spotify.api.apis.AlbumsApi
-
Get Several Albums
- GetMultipleAlbumsRequest - Class in de.sonallux.spotify.api.apis.albums
-
Get Several Albums request
- GetMultipleAlbumsRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.albums.GetMultipleAlbumsRequest
-
Get Several Albums request
- getMultipleArtists(String) - Method in class de.sonallux.spotify.api.apis.ArtistsApi
-
Get Several Artists
- GetMultipleArtistsRequest - Class in de.sonallux.spotify.api.apis.artists
-
Get Several Artists request
- GetMultipleArtistsRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.artists.GetMultipleArtistsRequest
-
Get Several Artists request
- getMultipleAudiobooks(String) - Method in class de.sonallux.spotify.api.apis.AudiobooksApi
-
Get Several Audiobooks
- GetMultipleAudiobooksRequest - Class in de.sonallux.spotify.api.apis.audiobooks
-
Get Several Audiobooks request
- GetMultipleAudiobooksRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.audiobooks.GetMultipleAudiobooksRequest
-
Get Several Audiobooks request
- getMultipleEpisodes(String) - Method in class de.sonallux.spotify.api.apis.EpisodesApi
-
Get Several Episodes
- GetMultipleEpisodesRequest - Class in de.sonallux.spotify.api.apis.episodes
-
Get Several Episodes request
- GetMultipleEpisodesRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.episodes.GetMultipleEpisodesRequest
-
Get Several Episodes request
- getMultipleShows(String) - Method in class de.sonallux.spotify.api.apis.ShowsApi
-
Get Several Shows
- GetMultipleShowsRequest - Class in de.sonallux.spotify.api.apis.shows
-
Get Several Shows request
- GetMultipleShowsRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.shows.GetMultipleShowsRequest
-
Get Several Shows request
- getName() - Method in enum class de.sonallux.spotify.api.authorization.Scope
- getNewReleases() - Method in class de.sonallux.spotify.api.apis.AlbumsApi
-
Get New Releases
- GetNewReleasesRequest - Class in de.sonallux.spotify.api.apis.albums
-
Get New Releases request
- GetNewReleasesRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.albums.GetNewReleasesRequest
-
Get New Releases request
- getPlaylist(String) - Method in class de.sonallux.spotify.api.apis.PlaylistsApi
-
Get Playlist
- getPlaylistCover(String) - Method in class de.sonallux.spotify.api.apis.PlaylistsApi
-
Get Playlist Cover Image
- GetPlaylistCoverRequest - Class in de.sonallux.spotify.api.apis.playlists
-
Get Playlist Cover Image request
- GetPlaylistCoverRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.playlists.GetPlaylistCoverRequest
-
Get Playlist Cover Image request
- getPlaylistId() - Method in class de.sonallux.spotify.api.util.SpotifyUri
- GetPlaylistRequest - Class in de.sonallux.spotify.api.apis.playlists
-
Get Playlist request
- GetPlaylistRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.playlists.GetPlaylistRequest
-
Get Playlist request
- getPlaylistsTracks(String) - Method in class de.sonallux.spotify.api.apis.PlaylistsApi
-
Get Playlist Items
- GetPlaylistsTracksRequest - Class in de.sonallux.spotify.api.apis.playlists
-
Get Playlist Items request
- GetPlaylistsTracksRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.playlists.GetPlaylistsTracksRequest
-
Get Playlist Items request
- getQueue() - Method in class de.sonallux.spotify.api.apis.PlayerApi
-
Get the User's Queue
- GetQueueRequest - Class in de.sonallux.spotify.api.apis.player
-
Get the User's Queue request
- GetQueueRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.player.GetQueueRequest
-
Get the User's Queue request
- getRawCall() - Method in class de.sonallux.spotify.api.http.ApiCall
-
Returns the raw call, initializing it if necessary.
- getRecentlyPlayed() - Method in class de.sonallux.spotify.api.apis.PlayerApi
-
Get Recently Played Tracks
- GetRecentlyPlayedRequest - Class in de.sonallux.spotify.api.apis.player
-
Get Recently Played Tracks request
- GetRecentlyPlayedRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.player.GetRecentlyPlayedRequest
-
Get Recently Played Tracks request
- getRecommendationGenres() - Method in class de.sonallux.spotify.api.apis.GenresApi
-
Get Available Genre Seeds
- GetRecommendationGenresRequest - Class in de.sonallux.spotify.api.apis.genres
-
Get Available Genre Seeds request
- GetRecommendationGenresRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.genres.GetRecommendationGenresRequest
-
Get Available Genre Seeds request
- getRecommendations() - Method in class de.sonallux.spotify.api.apis.TracksApi
-
Get Recommendations
- GetRecommendationsRequest - Class in de.sonallux.spotify.api.apis.tracks
-
Get Recommendations request
- GetRecommendationsRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
-
Get Recommendations request
- getSeveralAudioFeatures(String) - Method in class de.sonallux.spotify.api.apis.TracksApi
-
Get Tracks' Audio Features
- GetSeveralAudioFeaturesRequest - Class in de.sonallux.spotify.api.apis.tracks
-
Get Tracks' Audio Features request
- GetSeveralAudioFeaturesRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.tracks.GetSeveralAudioFeaturesRequest
-
Get Tracks' Audio Features request
- getSeveralChapters(String) - Method in class de.sonallux.spotify.api.apis.ChaptersApi
-
Get Several Chapters
- GetSeveralChaptersRequest - Class in de.sonallux.spotify.api.apis.chapters
-
Get Several Chapters request
- GetSeveralChaptersRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.chapters.GetSeveralChaptersRequest
-
Get Several Chapters request
- getSeveralTracks(String) - Method in class de.sonallux.spotify.api.apis.TracksApi
-
Get Several Tracks
- GetSeveralTracksRequest - Class in de.sonallux.spotify.api.apis.tracks
-
Get Several Tracks request
- GetSeveralTracksRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.tracks.GetSeveralTracksRequest
-
Get Several Tracks request
- getShow(String) - Method in class de.sonallux.spotify.api.apis.ShowsApi
-
Get Show
- getShowId() - Method in class de.sonallux.spotify.api.util.SpotifyUri
- GetShowRequest - Class in de.sonallux.spotify.api.apis.shows
-
Get Show request
- GetShowRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.shows.GetShowRequest
-
Get Show request
- getShowsEpisodes(String) - Method in class de.sonallux.spotify.api.apis.ShowsApi
-
Get Show Episodes
- GetShowsEpisodesRequest - Class in de.sonallux.spotify.api.apis.shows
-
Get Show Episodes request
- GetShowsEpisodesRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.shows.GetShowsEpisodesRequest
-
Get Show Episodes request
- getTrack(String) - Method in class de.sonallux.spotify.api.apis.TracksApi
-
Get Track
- getTrackId() - Method in class de.sonallux.spotify.api.util.SpotifyUri
- GetTrackRequest - Class in de.sonallux.spotify.api.apis.tracks
-
Get Track request
- GetTrackRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.tracks.GetTrackRequest
-
Get Track request
- getUserId() - Method in class de.sonallux.spotify.api.util.SpotifyUri
- getUsersAvailableDevices() - Method in class de.sonallux.spotify.api.apis.PlayerApi
-
Get Available Devices
- GetUsersAvailableDevicesRequest - Class in de.sonallux.spotify.api.apis.player
-
Get Available Devices request
- GetUsersAvailableDevicesRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.player.GetUsersAvailableDevicesRequest
-
Get Available Devices request
- getUsersCurrentlyPlayingTrack() - Method in class de.sonallux.spotify.api.apis.PlayerApi
-
Get Currently Playing Track
- GetUsersCurrentlyPlayingTrackRequest - Class in de.sonallux.spotify.api.apis.player
-
Get Currently Playing Track request
- GetUsersCurrentlyPlayingTrackRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.player.GetUsersCurrentlyPlayingTrackRequest
-
Get Currently Playing Track request
- getUsersProfile(String) - Method in class de.sonallux.spotify.api.apis.UsersApi
-
Get User's Profile
- GetUsersProfileRequest - Class in de.sonallux.spotify.api.apis.users
-
Get User's Profile request
- GetUsersProfileRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.users.GetUsersProfileRequest
-
Get User's Profile request
- getUsersSavedAlbums() - Method in class de.sonallux.spotify.api.apis.AlbumsApi
-
Get User's Saved Albums
- GetUsersSavedAlbumsRequest - Class in de.sonallux.spotify.api.apis.albums
-
Get User's Saved Albums request
- GetUsersSavedAlbumsRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.albums.GetUsersSavedAlbumsRequest
-
Get User's Saved Albums request
- getUsersSavedAudiobooks() - Method in class de.sonallux.spotify.api.apis.AudiobooksApi
-
Get User's Saved Audiobooks
- GetUsersSavedAudiobooksRequest - Class in de.sonallux.spotify.api.apis.audiobooks
-
Get User's Saved Audiobooks request
- GetUsersSavedAudiobooksRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.audiobooks.GetUsersSavedAudiobooksRequest
-
Get User's Saved Audiobooks request
- getUsersSavedEpisodes() - Method in class de.sonallux.spotify.api.apis.EpisodesApi
-
Get User's Saved Episodes
- GetUsersSavedEpisodesRequest - Class in de.sonallux.spotify.api.apis.episodes
-
Get User's Saved Episodes request
- GetUsersSavedEpisodesRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.episodes.GetUsersSavedEpisodesRequest
-
Get User's Saved Episodes request
- getUsersSavedShows() - Method in class de.sonallux.spotify.api.apis.ShowsApi
-
Get User's Saved Shows
- GetUsersSavedShowsRequest - Class in de.sonallux.spotify.api.apis.shows
-
Get User's Saved Shows request
- GetUsersSavedShowsRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.shows.GetUsersSavedShowsRequest
-
Get User's Saved Shows request
- getUsersSavedTracks() - Method in class de.sonallux.spotify.api.apis.TracksApi
-
Get User's Saved Tracks
- GetUsersSavedTracksRequest - Class in de.sonallux.spotify.api.apis.tracks
-
Get User's Saved Tracks request
- GetUsersSavedTracksRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.tracks.GetUsersSavedTracksRequest
-
Get User's Saved Tracks request
- getUsersTopArtists() - Method in class de.sonallux.spotify.api.apis.UsersApi
-
Get User's Top Artists
- GetUsersTopArtistsRequest - Class in de.sonallux.spotify.api.apis.users
-
Get User's Top Artists request
- GetUsersTopArtistsRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.users.GetUsersTopArtistsRequest
-
Get User's Top Artists request
- getUsersTopTracks() - Method in class de.sonallux.spotify.api.apis.UsersApi
-
Get User's Top Tracks
- GetUsersTopTracksRequest - Class in de.sonallux.spotify.api.apis.users
-
Get User's Top Tracks request
- GetUsersTopTracksRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.users.GetUsersTopTracksRequest
-
Get User's Top Tracks request
H
- hasText(String) - Static method in class de.sonallux.spotify.api.util.TextUtil
- height - Variable in class de.sonallux.spotify.api.models.Image
-
The image height in pixels.
- href - Variable in class de.sonallux.spotify.api.models.BaseObject
-
A link to the Web API endpoint providing full details of the object.
- href - Variable in class de.sonallux.spotify.api.models.Category
-
A link to the Web API endpoint returning full details of the category.
- href - Variable in class de.sonallux.spotify.api.models.Context
-
A link to the Web API endpoint providing full details of the track.
- href - Variable in class de.sonallux.spotify.api.models.CursorPaging
-
A link to the Web API endpoint returning the full result of the request.
- href - Variable in class de.sonallux.spotify.api.models.Followers
-
This will always be set to null, as the Web API does not support it at the moment.
- href - Variable in class de.sonallux.spotify.api.models.Paging
-
A link to the Web API endpoint returning the full result of the request
- href - Variable in class de.sonallux.spotify.api.models.PlaylistTracksRef
-
A link to the Web API endpoint where full details of the playlist's tracks can be retrieved.
- href - Variable in class de.sonallux.spotify.api.models.RecommendationSeed
-
A link to the full track or artist data for this seed.
- htmlDescription - Variable in class de.sonallux.spotify.api.models.AudiobookBase
-
A description of the audiobook.
- htmlDescription - Variable in class de.sonallux.spotify.api.models.ChapterBase
-
A description of the episode.
- htmlDescription - Variable in class de.sonallux.spotify.api.models.EpisodeBase
-
A description of the episode.
- htmlDescription - Variable in class de.sonallux.spotify.api.models.ShowBase
-
A description of the show.
- httpClient(OkHttpClient) - Method in class de.sonallux.spotify.api.http.ApiClient.Builder
- httpClient(OkHttpClient) - Method in class de.sonallux.spotify.api.SpotifyWebApiBuilder
I
- icons - Variable in class de.sonallux.spotify.api.models.Category
-
The category icon, in various sizes.
- id - Variable in class de.sonallux.spotify.api.models.AudioFeatures
-
The Spotify ID for the track.
- id - Variable in class de.sonallux.spotify.api.models.BaseObject
-
The Spotify ID for the object.
- id - Variable in class de.sonallux.spotify.api.models.Category
-
The Spotify category ID of the category.
- id - Variable in class de.sonallux.spotify.api.models.Device
-
The device ID.
- id - Variable in class de.sonallux.spotify.api.models.RecommendationSeed
-
The id used to select this seed.
- Image - Class in de.sonallux.spotify.api.models
-
ImageObject
- Image() - Constructor for class de.sonallux.spotify.api.models.Image
- images - Variable in class de.sonallux.spotify.api.models.AlbumBase
-
The cover art for the album in various sizes, widest first.
- images - Variable in class de.sonallux.spotify.api.models.Artist
-
Images of the artist in various sizes, widest first.
- images - Variable in class de.sonallux.spotify.api.models.AudiobookBase
-
The cover art for the audiobook in various sizes, widest first.
- images - Variable in class de.sonallux.spotify.api.models.ChapterBase
-
The cover art for the episode in various sizes, widest first.
- images - Variable in class de.sonallux.spotify.api.models.EpisodeBase
-
The cover art for the episode in various sizes, widest first.
- images - Variable in class de.sonallux.spotify.api.models.Playlist
-
Images for the playlist.
- images - Variable in class de.sonallux.spotify.api.models.PrivateUser
-
The user's profile image.
- images - Variable in class de.sonallux.spotify.api.models.PublicUser
-
The user's profile image.
- images - Variable in class de.sonallux.spotify.api.models.ShowBase
-
The cover art for the show in various sizes, widest first.
- images - Variable in class de.sonallux.spotify.api.models.SimplifiedPlaylist
-
Images for the playlist.
- ImplicitGrantFlow - Class in de.sonallux.spotify.api.authorization.implicit_grant
-
Implements the Implicit Grant Flow
- ImplicitGrantFlow(String, String) - Constructor for class de.sonallux.spotify.api.authorization.implicit_grant.ImplicitGrantFlow
- includeExternal(String) - Method in class de.sonallux.spotify.api.apis.search.SearchRequest
- includeGroups(String) - Method in class de.sonallux.spotify.api.apis.artists.GetArtistsAlbumsRequest
- initialpoolsize - Variable in class de.sonallux.spotify.api.models.RecommendationSeed
-
The number of recommended tracks available for this seed.
- InMemoryTokenStore - Class in de.sonallux.spotify.api.authorization
-
A simple
TokenStorethat stores the auth tokens in memory - InMemoryTokenStore() - Constructor for class de.sonallux.spotify.api.authorization.InMemoryTokenStore
- inputProcess - Variable in class de.sonallux.spotify.api.models.AudioAnalysisMeta
-
The method used to read the track's audio data.
- instrumentalness - Variable in class de.sonallux.spotify.api.models.AudioFeatures
-
Predicts whether a track contains no vocals.
- instrumentalness - Variable in class de.sonallux.spotify.api.models.TuneableTrack
-
Predicts whether a track contains no vocals.
- intercept(Interceptor.Chain) - Method in class de.sonallux.spotify.api.http.AuthorizationAddingInterceptor
- interruptingPlayback - Variable in class de.sonallux.spotify.api.models.Disallows
-
Interrupting playback.
- isActive - Variable in class de.sonallux.spotify.api.models.Device
-
If this device is the currently active device.
- isAlbum() - Method in class de.sonallux.spotify.api.util.SpotifyUri
- isArtist() - Method in class de.sonallux.spotify.api.util.SpotifyUri
- isCanceled() - Method in class de.sonallux.spotify.api.http.ApiCall
- isEpisode() - Method in class de.sonallux.spotify.api.util.SpotifyUri
- isExecuted() - Method in class de.sonallux.spotify.api.http.ApiCall
- isExternallyHosted - Variable in class de.sonallux.spotify.api.models.EpisodeBase
-
True if the episode is hosted outside of Spotify's CDN.
- isExternallyHosted - Variable in class de.sonallux.spotify.api.models.ShowBase
-
True if all of the shows episodes are hosted outside of Spotify's CDN.
- isLocal - Variable in class de.sonallux.spotify.api.models.PlaylistTrack
-
Whether this track or episode is a local file or not.
- isLocal - Variable in class de.sonallux.spotify.api.models.SimplifiedTrack
-
Whether or not the track is from a local file.
- isLocal - Variable in class de.sonallux.spotify.api.models.Track
-
Whether or not the track is from a local file.
- isPlayable - Variable in class de.sonallux.spotify.api.models.ChapterBase
-
True if the episode is playable in the given market.
- isPlayable - Variable in class de.sonallux.spotify.api.models.EpisodeBase
-
True if the episode is playable in the given market.
- isPlayable - Variable in class de.sonallux.spotify.api.models.SimplifiedTrack
-
Part of the response when Track Relinking is applied.
- isPlayable - Variable in class de.sonallux.spotify.api.models.Track
-
Part of the response when Track Relinking is applied.
- isPlaying - Variable in class de.sonallux.spotify.api.models.CurrentlyPlaying
-
If something is currently playing, return
true. - isPlaying - Variable in class de.sonallux.spotify.api.models.CurrentlyPlayingContext
-
If something is currently playing, return
true. - isPlaylist() - Method in class de.sonallux.spotify.api.util.SpotifyUri
- isPrivateSession - Variable in class de.sonallux.spotify.api.models.Device
-
If this device is currently in a private session.
- isrc - Variable in class de.sonallux.spotify.api.models.ExternalId
- isRestricted - Variable in class de.sonallux.spotify.api.models.Device
-
Whether controlling this device is restricted.
- isShow() - Method in class de.sonallux.spotify.api.util.SpotifyUri
- isSuccess() - Method in class de.sonallux.spotify.api.authorization.AuthorizationRedirectResponse
- isSuccessful() - Method in class de.sonallux.spotify.api.http.Response
-
Returns true if the code is in [200..300), which means the request was successful.
- isTrack() - Method in class de.sonallux.spotify.api.util.SpotifyUri
- isUser() - Method in class de.sonallux.spotify.api.util.SpotifyUri
- item - Variable in class de.sonallux.spotify.api.models.CurrentlyPlaying
-
The currently playing track or episode.
- item - Variable in class de.sonallux.spotify.api.models.CurrentlyPlayingContext
-
The currently playing track or episode.
- items - Variable in class de.sonallux.spotify.api.models.CursorPaging
-
The requested data.
- items - Variable in class de.sonallux.spotify.api.models.Paging
-
The requested data.
K
- key - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
The key the track is in.
- key - Variable in class de.sonallux.spotify.api.models.AudioFeatures
-
The key the track is in.
- key - Variable in class de.sonallux.spotify.api.models.Section
-
The estimated overall key of the section.
- key - Variable in class de.sonallux.spotify.api.models.TuneableTrack
-
The key the track is in.
- keyConfidence - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
The confidence, from 0.0 to 1.0, of the reliability of the
key. - keyConfidence - Variable in class de.sonallux.spotify.api.models.Section
-
The confidence, from 0.0 to 1.0, of the reliability of the key.
L
- label - Variable in class de.sonallux.spotify.api.models.Album
-
The label for the album.
- language - Variable in class de.sonallux.spotify.api.models.EpisodeBase
-
The language used in the episode, identified by a ISO 639 code.
- languages - Variable in class de.sonallux.spotify.api.models.AudiobookBase
-
A list of the languages used in the audiobook, identified by their ISO 639 code.
- languages - Variable in class de.sonallux.spotify.api.models.ChapterBase
-
A list of the languages used in the episode, identified by their ISO 639-1 code.
- languages - Variable in class de.sonallux.spotify.api.models.EpisodeBase
-
A list of the languages used in the episode, identified by their ISO 639-1 code.
- languages - Variable in class de.sonallux.spotify.api.models.ShowBase
-
A list of the languages used in the show, identified by their ISO 639 code.
- limit - Variable in class de.sonallux.spotify.api.models.CursorPaging
-
The maximum number of items in the response (as set in the query or by default).
- limit - Variable in class de.sonallux.spotify.api.models.Paging
-
The maximum number of items in the response (as set in the query or by default).
- limit(int) - Method in class de.sonallux.spotify.api.apis.albums.GetAlbumsTracksRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.albums.GetNewReleasesRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.albums.GetUsersSavedAlbumsRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.artists.GetArtistsAlbumsRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.audiobooks.GetAudiobookChaptersRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.audiobooks.GetUsersSavedAudiobooksRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.categories.GetCategoriesRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.episodes.GetUsersSavedEpisodesRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.player.GetRecentlyPlayedRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.playlists.GetCategoriesPlaylistsRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.playlists.GetFeaturedPlaylistsRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.playlists.GetListOfCurrentUsersPlaylistsRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.playlists.GetListUsersPlaylistsRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.playlists.GetPlaylistsTracksRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.search.SearchRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.shows.GetShowsEpisodesRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.shows.GetUsersSavedShowsRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.tracks.GetUsersSavedTracksRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.users.GetFollowedRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.users.GetUsersTopArtistsRequest
- limit(int) - Method in class de.sonallux.spotify.api.apis.users.GetUsersTopTracksRequest
- linkedFrom - Variable in class de.sonallux.spotify.api.models.SimplifiedTrack
-
Part of the response when Track Relinking is applied and is only part of the response if the track linking, in fact, exists.
- linkedFrom - Variable in class de.sonallux.spotify.api.models.Track
-
Part of the response when Track Relinking is applied, and the requested track has been replaced with different track.
- LinkedTrack - Class in de.sonallux.spotify.api.models
-
LinkedTrackObject
- LinkedTrack() - Constructor for class de.sonallux.spotify.api.models.LinkedTrack
- liveness - Variable in class de.sonallux.spotify.api.models.AudioFeatures
-
Detects the presence of an audience in the recording.
- liveness - Variable in class de.sonallux.spotify.api.models.TuneableTrack
-
Detects the presence of an audience in the recording.
- loadTokens() - Method in class de.sonallux.spotify.api.authorization.InMemoryTokenStore
- loadTokens() - Method in interface de.sonallux.spotify.api.authorization.TokenStore
- locale(String) - Method in class de.sonallux.spotify.api.apis.categories.GetCategoriesRequest
- locale(String) - Method in class de.sonallux.spotify.api.apis.categories.GetCategoryRequest
- locale(String) - Method in class de.sonallux.spotify.api.apis.playlists.GetFeaturedPlaylistsRequest
- loudness - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
The overall loudness of a track in decibels (dB).
- loudness - Variable in class de.sonallux.spotify.api.models.AudioFeatures
-
The overall loudness of a track in decibels (dB).
- loudness - Variable in class de.sonallux.spotify.api.models.Section
-
The overall loudness of the section in decibels (dB).
- loudness - Variable in class de.sonallux.spotify.api.models.TuneableTrack
-
The overall loudness of a track in decibels (dB).
- loudnessEnd - Variable in class de.sonallux.spotify.api.models.Segment
-
The offset loudness of the segment in decibels (dB).
- loudnessMax - Variable in class de.sonallux.spotify.api.models.Segment
-
The peak loudness of the segment in decibels (dB).
- loudnessMaxTime - Variable in class de.sonallux.spotify.api.models.Segment
-
The segment-relative offset of the segment peak loudness in seconds.
- loudnessStart - Variable in class de.sonallux.spotify.api.models.Segment
-
The onset loudness of the segment in decibels (dB).
M
- ManyAlbums - Class in de.sonallux.spotify.api.models
-
ManyAlbums
- ManyAlbums() - Constructor for class de.sonallux.spotify.api.models.ManyAlbums
- ManyArtists - Class in de.sonallux.spotify.api.models
-
ManyArtists
- ManyArtists() - Constructor for class de.sonallux.spotify.api.models.ManyArtists
- ManyAudiobooks - Class in de.sonallux.spotify.api.models
-
ManyAudiobooks
- ManyAudiobooks() - Constructor for class de.sonallux.spotify.api.models.ManyAudiobooks
- ManyAudioFeatures - Class in de.sonallux.spotify.api.models
-
ManyAudioFeatures
- ManyAudioFeatures() - Constructor for class de.sonallux.spotify.api.models.ManyAudioFeatures
- ManyChapters - Class in de.sonallux.spotify.api.models
-
ManyChapters
- ManyChapters() - Constructor for class de.sonallux.spotify.api.models.ManyChapters
- ManyEpisodes - Class in de.sonallux.spotify.api.models
-
ManyEpisodes
- ManyEpisodes() - Constructor for class de.sonallux.spotify.api.models.ManyEpisodes
- ManyGenres - Class in de.sonallux.spotify.api.models
-
ManyGenres
- ManyGenres() - Constructor for class de.sonallux.spotify.api.models.ManyGenres
- ManySimplifiedShows - Class in de.sonallux.spotify.api.models
-
ManySimplifiedShows
- ManySimplifiedShows() - Constructor for class de.sonallux.spotify.api.models.ManySimplifiedShows
- ManyTracks - Class in de.sonallux.spotify.api.models
-
ManyTracks
- ManyTracks() - Constructor for class de.sonallux.spotify.api.models.ManyTracks
- market(String) - Method in class de.sonallux.spotify.api.apis.albums.GetAlbumRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.albums.GetAlbumsTracksRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.albums.GetMultipleAlbumsRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.albums.GetUsersSavedAlbumsRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.artists.GetArtistsAlbumsRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.artists.GetArtistsTopTracksRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.audiobooks.GetAudiobookChaptersRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.audiobooks.GetAudiobookRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.audiobooks.GetMultipleAudiobooksRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.chapters.GetChapterRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.chapters.GetSeveralChaptersRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.episodes.GetEpisodeRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.episodes.GetMultipleEpisodesRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.episodes.GetUsersSavedEpisodesRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.player.GetInformationAboutUsersCurrentPlaybackRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.player.GetUsersCurrentlyPlayingTrackRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.playlists.GetPlaylistRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.playlists.GetPlaylistsTracksRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.search.SearchRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.shows.GetMultipleShowsRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.shows.GetShowRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.shows.GetShowsEpisodesRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.shows.RemoveShowsUserRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.tracks.GetSeveralTracksRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.tracks.GetTrackRequest
- market(String) - Method in class de.sonallux.spotify.api.apis.tracks.GetUsersSavedTracksRequest
- markets - Variable in class de.sonallux.spotify.api.models.Markets
- Markets - Class in de.sonallux.spotify.api.models
-
Markets
- Markets() - Constructor for class de.sonallux.spotify.api.models.Markets
- MarketsApi - Class in de.sonallux.spotify.api.apis
-
Markets
- MarketsApi() - Constructor for class de.sonallux.spotify.api.apis.MarketsApi
- maxAcousticness(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- maxDanceability(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- maxDurationMs(int) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- maxEnergy(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- maxInstrumentalness(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- maxKey(int) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- maxLiveness(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- maxLoudness(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- maxMode(int) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- maxPopularity(int) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- maxSpeechiness(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- maxTempo(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- maxTimeSignature(int) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- maxValence(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- mediaType - Variable in class de.sonallux.spotify.api.models.AudiobookBase
-
The media type of the audiobook.
- mediaType - Variable in class de.sonallux.spotify.api.models.ShowBase
-
The media type of the show.
- message - Variable in class de.sonallux.spotify.api.models.Error
-
A short description of the cause of the error.
- message - Variable in class de.sonallux.spotify.api.models.PagingFeaturedPlaylist
- message - Variable in class de.sonallux.spotify.api.models.PlayerError
-
A short description of the cause of the error.
- message() - Method in class de.sonallux.spotify.api.http.Response
-
Returns the HTTP status message
- meta - Variable in class de.sonallux.spotify.api.models.AudioAnalysis
- minAcousticness(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- minDanceability(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- minDurationMs(int) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- minEnergy(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- minInstrumentalness(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- minKey(int) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- minLiveness(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- minLoudness(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- minMode(int) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- minPopularity(int) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- minSpeechiness(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- minTempo(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- minTimeSignature(int) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- minValence(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- mode - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
Mode indicates the modality (major or minor) of a track, the type of scale from which its melodic content is derived.
- mode - Variable in class de.sonallux.spotify.api.models.AudioFeatures
-
Mode indicates the modality (major or minor) of a track, the type of scale from which its melodic content is derived.
- mode - Variable in class de.sonallux.spotify.api.models.Section
-
Indicates the modality (major or minor) of a section, the type of scale from which its melodic content is derived.
- mode - Variable in class de.sonallux.spotify.api.models.TuneableTrack
-
Mode indicates the modality (major or minor) of a track, the type of scale from which its melodic content is derived.
- modeConfidence - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
The confidence, from 0.0 to 1.0, of the reliability of the
mode. - modeConfidence - Variable in class de.sonallux.spotify.api.models.Section
-
The confidence, from 0.0 to 1.0, of the reliability of the
mode.
N
- name - Variable in class de.sonallux.spotify.api.models.AlbumBase
-
The name of the album.
- name - Variable in class de.sonallux.spotify.api.models.Artist
-
The name of the artist.
- name - Variable in class de.sonallux.spotify.api.models.AudiobookBase
-
The name of the audiobook.
- name - Variable in class de.sonallux.spotify.api.models.Author
-
The name of the author.
- name - Variable in class de.sonallux.spotify.api.models.Category
-
The name of the category.
- name - Variable in class de.sonallux.spotify.api.models.ChapterBase
-
The name of the episode.
- name - Variable in class de.sonallux.spotify.api.models.Device
-
A human-readable name for the device.
- name - Variable in class de.sonallux.spotify.api.models.EpisodeBase
-
The name of the episode.
- name - Variable in class de.sonallux.spotify.api.models.Narrator
-
The name of the Narrator.
- name - Variable in class de.sonallux.spotify.api.models.Playlist
-
The name of the playlist.
- name - Variable in class de.sonallux.spotify.api.models.ShowBase
-
The name of the episode.
- name - Variable in class de.sonallux.spotify.api.models.SimplifiedArtist
-
The name of the artist.
- name - Variable in class de.sonallux.spotify.api.models.SimplifiedPlaylist
-
The name of the playlist.
- name - Variable in class de.sonallux.spotify.api.models.SimplifiedTrack
-
The name of the track.
- name - Variable in class de.sonallux.spotify.api.models.Track
-
The name of the track.
- name(String) - Method in class de.sonallux.spotify.api.apis.playlists.ChangePlaylistDetailsRequest
- Narrator - Class in de.sonallux.spotify.api.models
-
NarratorObject
- Narrator() - Constructor for class de.sonallux.spotify.api.models.Narrator
- narrators - Variable in class de.sonallux.spotify.api.models.AudiobookBase
-
The narrator(s) for the audiobook.
- next - Variable in class de.sonallux.spotify.api.models.CursorPaging
-
URL to the next page of items.
- next - Variable in class de.sonallux.spotify.api.models.Paging
-
URL to the next page of items.
- NotFound - Class in de.sonallux.spotify.api.models
-
NotFound
- NotFound() - Constructor for class de.sonallux.spotify.api.models.NotFound
- numSamples - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
The exact number of audio samples analyzed from this track.
O
- objectMapper(ObjectMapper) - Method in class de.sonallux.spotify.api.http.ApiClient.Builder
- objectMapper(ObjectMapper) - Method in class de.sonallux.spotify.api.SpotifyWebApiBuilder
- offset - Variable in class de.sonallux.spotify.api.models.Paging
-
The offset of the items returned (as set in the query or by default)
- offset(int) - Method in class de.sonallux.spotify.api.apis.albums.GetAlbumsTracksRequest
- offset(int) - Method in class de.sonallux.spotify.api.apis.albums.GetNewReleasesRequest
- offset(int) - Method in class de.sonallux.spotify.api.apis.albums.GetUsersSavedAlbumsRequest
- offset(int) - Method in class de.sonallux.spotify.api.apis.artists.GetArtistsAlbumsRequest
- offset(int) - Method in class de.sonallux.spotify.api.apis.audiobooks.GetAudiobookChaptersRequest
- offset(int) - Method in class de.sonallux.spotify.api.apis.audiobooks.GetUsersSavedAudiobooksRequest
- offset(int) - Method in class de.sonallux.spotify.api.apis.categories.GetCategoriesRequest
- offset(int) - Method in class de.sonallux.spotify.api.apis.episodes.GetUsersSavedEpisodesRequest
- offset(int) - Method in class de.sonallux.spotify.api.apis.playlists.GetCategoriesPlaylistsRequest
- offset(int) - Method in class de.sonallux.spotify.api.apis.playlists.GetFeaturedPlaylistsRequest
- offset(int) - Method in class de.sonallux.spotify.api.apis.playlists.GetListOfCurrentUsersPlaylistsRequest
- offset(int) - Method in class de.sonallux.spotify.api.apis.playlists.GetListUsersPlaylistsRequest
- offset(int) - Method in class de.sonallux.spotify.api.apis.playlists.GetPlaylistsTracksRequest
- offset(int) - Method in class de.sonallux.spotify.api.apis.search.SearchRequest
- offset(int) - Method in class de.sonallux.spotify.api.apis.shows.GetShowsEpisodesRequest
- offset(int) - Method in class de.sonallux.spotify.api.apis.shows.GetUsersSavedShowsRequest
- offset(int) - Method in class de.sonallux.spotify.api.apis.tracks.GetUsersSavedTracksRequest
- offset(int) - Method in class de.sonallux.spotify.api.apis.users.GetUsersTopArtistsRequest
- offset(int) - Method in class de.sonallux.spotify.api.apis.users.GetUsersTopTracksRequest
- offset(Map<String, Object>) - Method in class de.sonallux.spotify.api.apis.player.StartUsersPlaybackRequest
- offsetSeconds - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
An offset to the start of the region of the track that was analyzed.
- owner - Variable in class de.sonallux.spotify.api.models.Playlist
-
The user who owns the playlist
- owner - Variable in class de.sonallux.spotify.api.models.SimplifiedPlaylist
-
The user who owns the playlist
P
- PagedAlbums - Class in de.sonallux.spotify.api.models
-
PagedAlbums
- PagedAlbums() - Constructor for class de.sonallux.spotify.api.models.PagedAlbums
- PagedCategories - Class in de.sonallux.spotify.api.models
-
PagedCategories
- PagedCategories() - Constructor for class de.sonallux.spotify.api.models.PagedCategories
- Paging<T> - Class in de.sonallux.spotify.api.models
-
PagingObject
- Paging() - Constructor for class de.sonallux.spotify.api.models.Paging
- PagingFeaturedPlaylist - Class in de.sonallux.spotify.api.models
-
PagingFeaturedPlaylistObject
- PagingFeaturedPlaylist() - Constructor for class de.sonallux.spotify.api.models.PagingFeaturedPlaylist
- parse(String, Function<HttpUrl, T>) - Static method in class de.sonallux.spotify.api.authorization.AuthorizationRedirectResponse
-
Parses the authorization response from the callback url
- parse(HttpUrl, Function<HttpUrl, T>) - Static method in class de.sonallux.spotify.api.authorization.AuthorizationRedirectResponse
-
Parses the authorization response from the callback url
- parseAuthorizationRedirectResponse(String) - Method in class de.sonallux.spotify.api.authorization.authorization_code.AuthorizationCodePKCEFlow
- parseAuthorizationRedirectResponse(String) - Method in class de.sonallux.spotify.api.authorization.implicit_grant.ImplicitGrantFlow
- parseResponse(Response) - Method in class de.sonallux.spotify.api.http.ApiCall
- parseResponse(Response) - Method in class de.sonallux.spotify.api.http.AuthorizedApiCall
- parseUri(String) - Static method in class de.sonallux.spotify.api.util.SpotifyUri
- pauseUsersPlayback() - Method in class de.sonallux.spotify.api.apis.PlayerApi
-
Pause Playback
- PauseUsersPlaybackRequest - Class in de.sonallux.spotify.api.apis.player
-
Pause Playback request
- PauseUsersPlaybackRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.player.PauseUsersPlaybackRequest
-
Pause Playback request
- pausing - Variable in class de.sonallux.spotify.api.models.Disallows
-
Pausing.
- pitches - Variable in class de.sonallux.spotify.api.models.Segment
-
Pitch content is given by a “chroma” vector, corresponding to the 12 pitch classes C, C#, D to B, with values ranging from 0 to 1 that describe the relative dominance of every pitch in the chromatic scale.
- platform - Variable in class de.sonallux.spotify.api.models.AudioAnalysisMeta
-
The platform used to read the track's audio data.
- play(boolean) - Method in class de.sonallux.spotify.api.apis.player.TransferUsersPlaybackRequest
- playedAt - Variable in class de.sonallux.spotify.api.models.PlayHistory
-
The date and time the track was played.
- PlayerApi - Class in de.sonallux.spotify.api.apis
-
Player
- PlayerApi() - Constructor for class de.sonallux.spotify.api.apis.PlayerApi
- PlayerError - Class in de.sonallux.spotify.api.models
-
PlayerErrorObject
- PlayerError() - Constructor for class de.sonallux.spotify.api.models.PlayerError
- PlayHistory - Class in de.sonallux.spotify.api.models
-
PlayHistoryObject
- PlayHistory() - Constructor for class de.sonallux.spotify.api.models.PlayHistory
- Playlist - Class in de.sonallux.spotify.api.models
-
PlaylistObject
- Playlist() - Constructor for class de.sonallux.spotify.api.models.Playlist
- PLAYLIST - Enum constant in enum class de.sonallux.spotify.api.util.SpotifyUri.Type
- PLAYLIST_MODIFY_PRIVATE - Enum constant in enum class de.sonallux.spotify.api.authorization.Scope
-
Manage your private playlists.
- PLAYLIST_MODIFY_PUBLIC - Enum constant in enum class de.sonallux.spotify.api.authorization.Scope
-
Manage your public playlists.
- PLAYLIST_READ_COLLABORATIVE - Enum constant in enum class de.sonallux.spotify.api.authorization.Scope
-
Access your collaborative playlists.
- PLAYLIST_READ_PRIVATE - Enum constant in enum class de.sonallux.spotify.api.authorization.Scope
-
Access your private playlists.
- PlaylistOwner - Class in de.sonallux.spotify.api.models
-
PlaylistOwnerObject
- PlaylistOwner() - Constructor for class de.sonallux.spotify.api.models.PlaylistOwner
- playlists - Variable in class de.sonallux.spotify.api.models.PagingFeaturedPlaylist
- playlists - Variable in class de.sonallux.spotify.api.models.SearchItems
- PlaylistsApi - Class in de.sonallux.spotify.api.apis
-
Playlists
- PlaylistsApi() - Constructor for class de.sonallux.spotify.api.apis.PlaylistsApi
- PlaylistSnapshotId - Class in de.sonallux.spotify.api.models
-
PlaylistSnapshotId
- PlaylistSnapshotId() - Constructor for class de.sonallux.spotify.api.models.PlaylistSnapshotId
- PlaylistTrack - Class in de.sonallux.spotify.api.models
-
PlaylistTrackObject
- PlaylistTrack() - Constructor for class de.sonallux.spotify.api.models.PlaylistTrack
- PlaylistTracksRef - Class in de.sonallux.spotify.api.models
-
PlaylistTracksRefObject
- PlaylistTracksRef() - Constructor for class de.sonallux.spotify.api.models.PlaylistTracksRef
- PlaylistUser - Class in de.sonallux.spotify.api.models
-
PlaylistUserObject
- PlaylistUser() - Constructor for class de.sonallux.spotify.api.models.PlaylistUser
- popularity - Variable in class de.sonallux.spotify.api.models.Album
-
The popularity of the album, with 100 being the most popular.
- popularity - Variable in class de.sonallux.spotify.api.models.Artist
-
The popularity of the artist.
- popularity - Variable in class de.sonallux.spotify.api.models.Track
-
The popularity of the track.
- popularity - Variable in class de.sonallux.spotify.api.models.TuneableTrack
-
The popularity of the track.
- position(int) - Method in class de.sonallux.spotify.api.apis.playlists.AddTracksToPlaylistRequest
- positionMs(int) - Method in class de.sonallux.spotify.api.apis.player.StartUsersPlaybackRequest
- previewUrl - Variable in class de.sonallux.spotify.api.models.SimplifiedTrack
-
A URL to a 30 second preview (MP3 format) of the track.
- previewUrl - Variable in class de.sonallux.spotify.api.models.Track
-
A link to a 30 second preview (MP3 format) of the track.
- previous - Variable in class de.sonallux.spotify.api.models.Paging
-
URL to the previous page of items.
- PrivateUser - Class in de.sonallux.spotify.api.models
-
PrivateUserObject
- PrivateUser() - Constructor for class de.sonallux.spotify.api.models.PrivateUser
- product - Variable in class de.sonallux.spotify.api.models.PrivateUser
-
The user's Spotify subscription level: "premium", "free", etc.
- progressMs - Variable in class de.sonallux.spotify.api.models.CurrentlyPlaying
-
Progress into the currently playing track or episode.
- progressMs - Variable in class de.sonallux.spotify.api.models.CurrentlyPlayingContext
-
Progress into the currently playing track or episode.
- PublicUser - Class in de.sonallux.spotify.api.models
-
PublicUserObject
- PublicUser() - Constructor for class de.sonallux.spotify.api.models.PublicUser
- publisher - Variable in class de.sonallux.spotify.api.models.AudiobookBase
-
The publisher of the audiobook.
- publisher - Variable in class de.sonallux.spotify.api.models.ShowBase
-
The publisher of the show.
Q
- queue - Variable in class de.sonallux.spotify.api.models.Queue
-
The tracks or episodes in the queue.
- Queue - Class in de.sonallux.spotify.api.models
-
QueueObject
- Queue() - Constructor for class de.sonallux.spotify.api.models.Queue
R
- rangeLength(int) - Method in class de.sonallux.spotify.api.apis.playlists.ReorderPlaylistsTracksRequest
- raw() - Method in class de.sonallux.spotify.api.http.Response
-
Returns the underlying OkHttp response object
- reason - Variable in class de.sonallux.spotify.api.models.AlbumRestriction
-
The reason for the restriction.
- reason - Variable in class de.sonallux.spotify.api.models.ChapterRestriction
-
The reason for the restriction.
- reason - Variable in class de.sonallux.spotify.api.models.EpisodeRestriction
-
The reason for the restriction.
- reason - Variable in class de.sonallux.spotify.api.models.PlayerError
-
NO_PREV_TRACK- The command requires a previous track, but there is none in the context.NO_NEXT_TRACK- The command requires a next track, but there is none in the context.NO_SPECIFIC_TRACK- The requested track does not exist.ALREADY_PAUSED- The command requires playback to not be paused.NOT_PAUSED- The command requires playback to be paused.NOT_PLAYING_LOCALLY- The command requires playback on the local device.NOT_PLAYING_TRACK- The command requires that a track is currently playing.NOT_PLAYING_CONTEXT- The command requires that a context is currently playing.ENDLESS_CONTEXT- The shuffle command cannot be applied on an endless context.CONTEXT_DISALLOW- The command could not be performed on the context.ALREADY_PLAYING- The track should not be restarted if the same track and context is already playing, and there is a resume point.RATE_LIMITED- The user is rate limited due to too frequent track play, also known as cat-on-the-keyboard spamming.REMOTE_CONTROL_DISALLOW- The context cannot be remote-controlled.DEVICE_NOT_CONTROLLABLE- Not possible to remote control the device.VOLUME_CONTROL_DISALLOW- Not possible to remote control the device's volume.NO_ACTIVE_DEVICE- Requires an active device and the user has none.PREMIUM_REQUIRED- The request is prohibited for non-premium users.UNKNOWN- Certain actions are restricted because of unknown reasons. - reason - Variable in class de.sonallux.spotify.api.models.TrackRestriction
-
The reason for the restriction.
- Recommendations - Class in de.sonallux.spotify.api.models
-
RecommendationsObject
- Recommendations() - Constructor for class de.sonallux.spotify.api.models.Recommendations
- RecommendationSeed - Class in de.sonallux.spotify.api.models
-
RecommendationSeedObject
- RecommendationSeed() - Constructor for class de.sonallux.spotify.api.models.RecommendationSeed
- RedirectResponseBody - Class in de.sonallux.spotify.api.authorization.implicit_grant
- RedirectResponseBody() - Constructor for class de.sonallux.spotify.api.authorization.implicit_grant.RedirectResponseBody
- refreshAccessToken() - Method in interface de.sonallux.spotify.api.authorization.ApiAuthorizationProvider
-
Callback to initiate a token refresh after a 401 Unauthorized response from the Spotify Web API.
- refreshAccessToken() - Method in class de.sonallux.spotify.api.authorization.authorization_code.AuthorizationCodeFlow
- refreshAccessToken() - Method in class de.sonallux.spotify.api.authorization.authorization_code.AuthorizationCodePKCEFlow
- refreshAccessToken() - Method in class de.sonallux.spotify.api.authorization.SimpleApiAuthorizationProvider
- refreshAccessToken() - Method in class de.sonallux.spotify.api.authorization.TokenStoreApiAuthorizationProvider
- refreshToken - Variable in class de.sonallux.spotify.api.authorization.AuthTokens
- releaseDate - Variable in class de.sonallux.spotify.api.models.AlbumBase
-
The date the album was first released.
- releaseDate - Variable in class de.sonallux.spotify.api.models.ChapterBase
-
The date the episode was first released, for example
"1981-12-15". - releaseDate - Variable in class de.sonallux.spotify.api.models.EpisodeBase
-
The date the episode was first released, for example
"1981-12-15". - releaseDatePrecision - Variable in class de.sonallux.spotify.api.models.AlbumBase
-
The precision with which
release_datevalue is known. - releaseDatePrecision - Variable in class de.sonallux.spotify.api.models.ChapterBase
-
The precision with which
release_datevalue is known. - releaseDatePrecision - Variable in class de.sonallux.spotify.api.models.EpisodeBase
-
The precision with which
release_datevalue is known. - removeAlbumsUser(List<String>) - Method in class de.sonallux.spotify.api.apis.AlbumsApi
-
Remove Users' Saved Albums
- RemoveAlbumsUserRequest - Class in de.sonallux.spotify.api.apis.albums
-
Remove Users' Saved Albums request
- RemoveAlbumsUserRequest(ApiClient, List<String>) - Constructor for class de.sonallux.spotify.api.apis.albums.RemoveAlbumsUserRequest
-
Remove Users' Saved Albums request
- removeAudiobooksUser(String) - Method in class de.sonallux.spotify.api.apis.AudiobooksApi
-
Remove User's Saved Audiobooks
- RemoveAudiobooksUserRequest - Class in de.sonallux.spotify.api.apis.audiobooks
-
Remove User's Saved Audiobooks request
- RemoveAudiobooksUserRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.audiobooks.RemoveAudiobooksUserRequest
-
Remove User's Saved Audiobooks request
- removeEpisodesUser(List<String>) - Method in class de.sonallux.spotify.api.apis.EpisodesApi
-
Remove User's Saved Episodes
- RemoveEpisodesUserRequest - Class in de.sonallux.spotify.api.apis.episodes
-
Remove User's Saved Episodes request
- RemoveEpisodesUserRequest(ApiClient, List<String>) - Constructor for class de.sonallux.spotify.api.apis.episodes.RemoveEpisodesUserRequest
-
Remove User's Saved Episodes request
- removeShowsUser(List<String>) - Method in class de.sonallux.spotify.api.apis.ShowsApi
-
Remove User's Saved Shows
- RemoveShowsUserRequest - Class in de.sonallux.spotify.api.apis.shows
-
Remove User's Saved Shows request
- RemoveShowsUserRequest(ApiClient, List<String>) - Constructor for class de.sonallux.spotify.api.apis.shows.RemoveShowsUserRequest
-
Remove User's Saved Shows request
- removeTracksPlaylist(String, List<Map<String, Object>>) - Method in class de.sonallux.spotify.api.apis.PlaylistsApi
-
Remove Playlist Items
- RemoveTracksPlaylistRequest - Class in de.sonallux.spotify.api.apis.playlists
-
Remove Playlist Items request
- RemoveTracksPlaylistRequest(ApiClient, String, List<Map<String, Object>>) - Constructor for class de.sonallux.spotify.api.apis.playlists.RemoveTracksPlaylistRequest
-
Remove Playlist Items request
- removeTracksUser(List<String>) - Method in class de.sonallux.spotify.api.apis.TracksApi
-
Remove User's Saved Tracks
- RemoveTracksUserRequest - Class in de.sonallux.spotify.api.apis.tracks
-
Remove User's Saved Tracks request
- RemoveTracksUserRequest(ApiClient, List<String>) - Constructor for class de.sonallux.spotify.api.apis.tracks.RemoveTracksUserRequest
-
Remove User's Saved Tracks request
- reorderPlaylistsTracks(String, int, int) - Method in class de.sonallux.spotify.api.apis.PlaylistsApi
-
Reorder Playlist Items
- ReorderPlaylistsTracksRequest - Class in de.sonallux.spotify.api.apis.playlists
-
Reorder Playlist Items request
- ReorderPlaylistsTracksRequest(ApiClient, String, int, int) - Constructor for class de.sonallux.spotify.api.apis.playlists.ReorderPlaylistsTracksRequest
-
Reorder Playlist Items request
- repeatState - Variable in class de.sonallux.spotify.api.models.CurrentlyPlayingContext
-
off, track, context
- replacePlaylistsTracks(String, List<String>) - Method in class de.sonallux.spotify.api.apis.PlaylistsApi
-
Replace Playlist Items
- ReplacePlaylistsTracksRequest - Class in de.sonallux.spotify.api.apis.playlists
-
Replace Playlist Items request
- ReplacePlaylistsTracksRequest(ApiClient, String, List<String>) - Constructor for class de.sonallux.spotify.api.apis.playlists.ReplacePlaylistsTracksRequest
-
Replace Playlist Items request
- Request - Class in de.sonallux.spotify.api.http
- Request() - Constructor for class de.sonallux.spotify.api.http.Request
- Response<T> - Class in de.sonallux.spotify.api.http
- Response() - Constructor for class de.sonallux.spotify.api.http.Response
- restrictions - Variable in class de.sonallux.spotify.api.models.AlbumBase
-
Included in the response when a content restriction is applied.
- restrictions - Variable in class de.sonallux.spotify.api.models.ChapterBase
-
Included in the response when a content restriction is applied.
- restrictions - Variable in class de.sonallux.spotify.api.models.EpisodeBase
-
Included in the response when a content restriction is applied.
- restrictions - Variable in class de.sonallux.spotify.api.models.SimplifiedTrack
-
Included in the response when a content restriction is applied.
- restrictions - Variable in class de.sonallux.spotify.api.models.Track
-
Included in the response when a content restriction is applied.
- resumePoint - Variable in class de.sonallux.spotify.api.models.ChapterBase
-
The user's most recent position in the episode.
- resumePoint - Variable in class de.sonallux.spotify.api.models.EpisodeBase
-
The user's most recent position in the episode.
- ResumePoint - Class in de.sonallux.spotify.api.models
-
ResumePointObject
- ResumePoint() - Constructor for class de.sonallux.spotify.api.models.ResumePoint
- resumePositionMs - Variable in class de.sonallux.spotify.api.models.ResumePoint
-
The user's most recent position in the episode in milliseconds.
- resuming - Variable in class de.sonallux.spotify.api.models.Disallows
-
Resuming.
- rhythmstring - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
A Rhythmstring for this track.
- rhythmVersion - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
A version number for the Rhythmstring used in the rhythmstring field.
S
- sampleMd5 - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
This field will always contain the empty string.
- saveAlbumsUser(List<String>) - Method in class de.sonallux.spotify.api.apis.AlbumsApi
-
Save Albums for Current User
- SaveAlbumsUserRequest - Class in de.sonallux.spotify.api.apis.albums
-
Save Albums for Current User request
- SaveAlbumsUserRequest(ApiClient, List<String>) - Constructor for class de.sonallux.spotify.api.apis.albums.SaveAlbumsUserRequest
-
Save Albums for Current User request
- saveAudiobooksUser(String) - Method in class de.sonallux.spotify.api.apis.AudiobooksApi
-
Save Audiobooks for Current User
- SaveAudiobooksUserRequest - Class in de.sonallux.spotify.api.apis.audiobooks
-
Save Audiobooks for Current User request
- SaveAudiobooksUserRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.audiobooks.SaveAudiobooksUserRequest
-
Save Audiobooks for Current User request
- SavedAlbum - Class in de.sonallux.spotify.api.models
-
SavedAlbumObject
- SavedAlbum() - Constructor for class de.sonallux.spotify.api.models.SavedAlbum
- SavedAudiobook - Class in de.sonallux.spotify.api.models
-
SavedAudiobookObject
- SavedAudiobook() - Constructor for class de.sonallux.spotify.api.models.SavedAudiobook
- SavedEpisode - Class in de.sonallux.spotify.api.models
-
SavedEpisodeObject
- SavedEpisode() - Constructor for class de.sonallux.spotify.api.models.SavedEpisode
- SavedShow - Class in de.sonallux.spotify.api.models
-
SavedShowObject
- SavedShow() - Constructor for class de.sonallux.spotify.api.models.SavedShow
- SavedTrack - Class in de.sonallux.spotify.api.models
-
SavedTrackObject
- SavedTrack() - Constructor for class de.sonallux.spotify.api.models.SavedTrack
- saveEpisodesUser(List<String>) - Method in class de.sonallux.spotify.api.apis.EpisodesApi
-
Save Episodes for Current User
- SaveEpisodesUserRequest - Class in de.sonallux.spotify.api.apis.episodes
-
Save Episodes for Current User request
- SaveEpisodesUserRequest(ApiClient, List<String>) - Constructor for class de.sonallux.spotify.api.apis.episodes.SaveEpisodesUserRequest
-
Save Episodes for Current User request
- saveShowsUser(List<String>) - Method in class de.sonallux.spotify.api.apis.ShowsApi
-
Save Shows for Current User
- SaveShowsUserRequest - Class in de.sonallux.spotify.api.apis.shows
-
Save Shows for Current User request
- SaveShowsUserRequest(ApiClient, List<String>) - Constructor for class de.sonallux.spotify.api.apis.shows.SaveShowsUserRequest
-
Save Shows for Current User request
- saveTracksUser(List<String>) - Method in class de.sonallux.spotify.api.apis.TracksApi
-
Save Tracks for Current User
- SaveTracksUserRequest - Class in de.sonallux.spotify.api.apis.tracks
-
Save Tracks for Current User request
- SaveTracksUserRequest(ApiClient, List<String>) - Constructor for class de.sonallux.spotify.api.apis.tracks.SaveTracksUserRequest
-
Save Tracks for Current User request
- scope - Variable in class de.sonallux.spotify.api.authorization.AuthTokens
- Scope - Enum Class in de.sonallux.spotify.api.authorization
- scopes(Scope...) - Method in class de.sonallux.spotify.api.authorization.AuthorizationUrlBuilder
- search(String, List<String>) - Method in class de.sonallux.spotify.api.apis.SearchApi
-
Search for Item
- SearchApi - Class in de.sonallux.spotify.api.apis
-
Search
- SearchApi() - Constructor for class de.sonallux.spotify.api.apis.SearchApi
- SearchItems - Class in de.sonallux.spotify.api.models
-
SearchItems
- SearchItems() - Constructor for class de.sonallux.spotify.api.models.SearchItems
- SearchRequest - Class in de.sonallux.spotify.api.apis.search
-
Search for Item request
- SearchRequest(ApiClient, String, List<String>) - Constructor for class de.sonallux.spotify.api.apis.search.SearchRequest
-
Search for Item request
- Section - Class in de.sonallux.spotify.api.models
-
SectionObject
- Section() - Constructor for class de.sonallux.spotify.api.models.Section
- sections - Variable in class de.sonallux.spotify.api.models.AudioAnalysis
-
Sections are defined by large variations in rhythm or timbre, e.g.
- seedArtists(String) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- seedGenres(String) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- seeds - Variable in class de.sonallux.spotify.api.models.Recommendations
-
An array of recommendation seed objects.
- seedTracks(String) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- seeking - Variable in class de.sonallux.spotify.api.models.Disallows
-
Seeking playback location.
- seekToPositionInCurrentlyPlayingTrack(int) - Method in class de.sonallux.spotify.api.apis.PlayerApi
-
Seek To Position
- SeekToPositionInCurrentlyPlayingTrackRequest - Class in de.sonallux.spotify.api.apis.player
-
Seek To Position request
- SeekToPositionInCurrentlyPlayingTrackRequest(ApiClient, int) - Constructor for class de.sonallux.spotify.api.apis.player.SeekToPositionInCurrentlyPlayingTrackRequest
-
Seek To Position request
- Segment - Class in de.sonallux.spotify.api.models
-
SegmentObject
- Segment() - Constructor for class de.sonallux.spotify.api.models.Segment
- segments - Variable in class de.sonallux.spotify.api.models.AudioAnalysis
-
Each segment contains a roughly conisistent sound throughout its duration.
- setRepeatModeOnUsersPlayback(String) - Method in class de.sonallux.spotify.api.apis.PlayerApi
-
Set Repeat Mode
- SetRepeatModeOnUsersPlaybackRequest - Class in de.sonallux.spotify.api.apis.player
-
Set Repeat Mode request
- SetRepeatModeOnUsersPlaybackRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.player.SetRepeatModeOnUsersPlaybackRequest
-
Set Repeat Mode request
- setVolumeForUsersPlayback(int) - Method in class de.sonallux.spotify.api.apis.PlayerApi
-
Set Playback Volume
- SetVolumeForUsersPlaybackRequest - Class in de.sonallux.spotify.api.apis.player
-
Set Playback Volume request
- SetVolumeForUsersPlaybackRequest(ApiClient, int) - Constructor for class de.sonallux.spotify.api.apis.player.SetVolumeForUsersPlaybackRequest
-
Set Playback Volume request
- show - Variable in class de.sonallux.spotify.api.models.Episode
-
The show on which the episode belongs.
- show - Variable in class de.sonallux.spotify.api.models.SavedShow
-
Information about the show.
- Show - Class in de.sonallux.spotify.api.models
-
ShowObject
- Show() - Constructor for class de.sonallux.spotify.api.models.Show
- SHOW - Enum constant in enum class de.sonallux.spotify.api.util.SpotifyUri.Type
- ShowBase - Class in de.sonallux.spotify.api.models
-
ShowBase
- ShowBase() - Constructor for class de.sonallux.spotify.api.models.ShowBase
- showDialog(boolean) - Method in class de.sonallux.spotify.api.authorization.AuthorizationUrlBuilder
- shows - Variable in class de.sonallux.spotify.api.models.ManySimplifiedShows
- shows - Variable in class de.sonallux.spotify.api.models.SearchItems
- ShowsApi - Class in de.sonallux.spotify.api.apis
-
Shows
- ShowsApi() - Constructor for class de.sonallux.spotify.api.apis.ShowsApi
- shuffleState - Variable in class de.sonallux.spotify.api.models.CurrentlyPlayingContext
-
If shuffle is on or off.
- SimpleApiAuthorizationProvider - Class in de.sonallux.spotify.api.authorization
-
A simple
ApiAuthorizationProviderthat can only hold an access token. - SimpleApiAuthorizationProvider() - Constructor for class de.sonallux.spotify.api.authorization.SimpleApiAuthorizationProvider
- SimplifiedAlbum - Class in de.sonallux.spotify.api.models
-
SimplifiedAlbumObject
- SimplifiedAlbum() - Constructor for class de.sonallux.spotify.api.models.SimplifiedAlbum
- SimplifiedArtist - Class in de.sonallux.spotify.api.models
-
SimplifiedArtistObject
- SimplifiedArtist() - Constructor for class de.sonallux.spotify.api.models.SimplifiedArtist
- SimplifiedAudiobook - Class in de.sonallux.spotify.api.models
-
SimplifiedAudiobookObject
- SimplifiedAudiobook() - Constructor for class de.sonallux.spotify.api.models.SimplifiedAudiobook
- SimplifiedChapter - Class in de.sonallux.spotify.api.models
-
SimplifiedChapterObject
- SimplifiedChapter() - Constructor for class de.sonallux.spotify.api.models.SimplifiedChapter
- SimplifiedEpisode - Class in de.sonallux.spotify.api.models
-
SimplifiedEpisodeObject
- SimplifiedEpisode() - Constructor for class de.sonallux.spotify.api.models.SimplifiedEpisode
- SimplifiedPlaylist - Class in de.sonallux.spotify.api.models
-
SimplifiedPlaylistObject
- SimplifiedPlaylist() - Constructor for class de.sonallux.spotify.api.models.SimplifiedPlaylist
- SimplifiedShow - Class in de.sonallux.spotify.api.models
-
SimplifiedShowObject
- SimplifiedShow() - Constructor for class de.sonallux.spotify.api.models.SimplifiedShow
- SimplifiedTrack - Class in de.sonallux.spotify.api.models
-
SimplifiedTrackObject
- SimplifiedTrack() - Constructor for class de.sonallux.spotify.api.models.SimplifiedTrack
- skippingNext - Variable in class de.sonallux.spotify.api.models.Disallows
-
Skipping to the next context.
- skippingPrev - Variable in class de.sonallux.spotify.api.models.Disallows
-
Skipping to the previous context.
- skipUsersPlaybackToNextTrack() - Method in class de.sonallux.spotify.api.apis.PlayerApi
-
Skip To Next
- SkipUsersPlaybackToNextTrackRequest - Class in de.sonallux.spotify.api.apis.player
-
Skip To Next request
- SkipUsersPlaybackToNextTrackRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.player.SkipUsersPlaybackToNextTrackRequest
-
Skip To Next request
- skipUsersPlaybackToPreviousTrack() - Method in class de.sonallux.spotify.api.apis.PlayerApi
-
Skip To Previous
- SkipUsersPlaybackToPreviousTrackRequest - Class in de.sonallux.spotify.api.apis.player
-
Skip To Previous request
- SkipUsersPlaybackToPreviousTrackRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.player.SkipUsersPlaybackToPreviousTrackRequest
-
Skip To Previous request
- snapshotId - Variable in class de.sonallux.spotify.api.models.Playlist
-
The version identifier for the current playlist.
- snapshotId - Variable in class de.sonallux.spotify.api.models.PlaylistSnapshotId
- snapshotId - Variable in class de.sonallux.spotify.api.models.SimplifiedPlaylist
-
The version identifier for the current playlist.
- snapshotId(String) - Method in class de.sonallux.spotify.api.apis.playlists.RemoveTracksPlaylistRequest
- snapshotId(String) - Method in class de.sonallux.spotify.api.apis.playlists.ReorderPlaylistsTracksRequest
- speechiness - Variable in class de.sonallux.spotify.api.models.AudioFeatures
-
Speechiness detects the presence of spoken words in a track.
- speechiness - Variable in class de.sonallux.spotify.api.models.TuneableTrack
-
Speechiness detects the presence of spoken words in a track.
- spotify - Variable in class de.sonallux.spotify.api.models.ExternalUrl
-
The Spotify URL for the object.
- SPOTIFY_WEB_API_ENDPOINT - Static variable in class de.sonallux.spotify.api.SpotifyWebApi
- SpotifyApiException - Exception in de.sonallux.spotify.api
- SpotifyApiException(Error) - Constructor for exception de.sonallux.spotify.api.SpotifyApiException
- SpotifyApiException(String) - Constructor for exception de.sonallux.spotify.api.SpotifyApiException
- SpotifyApiException(String, Error) - Constructor for exception de.sonallux.spotify.api.SpotifyApiException
- SpotifyApiException(String, Error, Throwable) - Constructor for exception de.sonallux.spotify.api.SpotifyApiException
- SpotifyApiException(String, Throwable) - Constructor for exception de.sonallux.spotify.api.SpotifyApiException
- SpotifyAuthorizationException - Exception in de.sonallux.spotify.api.authorization
- SpotifyAuthorizationException(Error) - Constructor for exception de.sonallux.spotify.api.authorization.SpotifyAuthorizationException
- SpotifyAuthorizationException(String) - Constructor for exception de.sonallux.spotify.api.authorization.SpotifyAuthorizationException
- SpotifyAuthorizationException(String, Throwable) - Constructor for exception de.sonallux.spotify.api.authorization.SpotifyAuthorizationException
- SpotifyUri - Class in de.sonallux.spotify.api.util
- SpotifyUri() - Constructor for class de.sonallux.spotify.api.util.SpotifyUri
- SpotifyUri.Type - Enum Class in de.sonallux.spotify.api.util
- SpotifyUriException - Exception in de.sonallux.spotify.api.util
- SpotifyUriException(String) - Constructor for exception de.sonallux.spotify.api.util.SpotifyUriException
- SpotifyUriException(String, Throwable) - Constructor for exception de.sonallux.spotify.api.util.SpotifyUriException
- SpotifyWebApi - Class in de.sonallux.spotify.api
- SpotifyWebApiBuilder - Class in de.sonallux.spotify.api
- SpotifyWebApiBuilder() - Constructor for class de.sonallux.spotify.api.SpotifyWebApiBuilder
- start - Variable in class de.sonallux.spotify.api.models.Section
-
The starting point (in seconds) of the section.
- start - Variable in class de.sonallux.spotify.api.models.Segment
-
The starting point (in seconds) of the segment.
- start - Variable in class de.sonallux.spotify.api.models.TimeInterval
-
The starting point (in seconds) of the time interval.
- startOfFadeOut - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
The time, in seconds, at which the track's fade-out period starts.
- startUsersPlayback() - Method in class de.sonallux.spotify.api.apis.PlayerApi
-
Start/Resume Playback
- StartUsersPlaybackRequest - Class in de.sonallux.spotify.api.apis.player
-
Start/Resume Playback request
- StartUsersPlaybackRequest(ApiClient) - Constructor for class de.sonallux.spotify.api.apis.player.StartUsersPlaybackRequest
-
Start/Resume Playback request
- state(String) - Method in class de.sonallux.spotify.api.authorization.AuthorizationUrlBuilder
- status - Variable in class de.sonallux.spotify.api.models.Error
-
The HTTP status code (also returned in the response header; see Response Status Codes for more information).
- status - Variable in class de.sonallux.spotify.api.models.PlayerError
-
The HTTP status code.
- statusCode - Variable in class de.sonallux.spotify.api.models.AudioAnalysisMeta
-
The return code of the analyzer process.
- storeTokens(AuthTokens) - Method in class de.sonallux.spotify.api.authorization.InMemoryTokenStore
- storeTokens(AuthTokens) - Method in interface de.sonallux.spotify.api.authorization.TokenStore
- STREAMING - Enum constant in enum class de.sonallux.spotify.api.authorization.Scope
-
Play content and control playback on your other devices.
- success(T) - Static method in class de.sonallux.spotify.api.authorization.AuthorizationRedirectResponse
- success(T, String) - Static method in class de.sonallux.spotify.api.authorization.AuthorizationRedirectResponse
- success(T, Response) - Static method in class de.sonallux.spotify.api.http.Response
- synchstring - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
A Synchstring for this track.
- synchVersion - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
A version number for the Synchstring used in the synchstring field.
T
- targetAcousticness(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- targetDanceability(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- targetDurationMs(int) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- targetEnergy(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- targetInstrumentalness(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- targetKey(int) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- targetLiveness(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- targetLoudness(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- targetMode(int) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- targetPopularity(int) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- targetSpeechiness(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- targetTempo(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- targetTimeSignature(int) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- targetValence(float) - Method in class de.sonallux.spotify.api.apis.tracks.GetRecommendationsRequest
- tatums - Variable in class de.sonallux.spotify.api.models.AudioAnalysis
-
A tatum represents the lowest regular pulse train that a listener intuitively infers from the timing of perceived musical events (segments).
- tempo - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
The overall estimated tempo of a track in beats per minute (BPM).
- tempo - Variable in class de.sonallux.spotify.api.models.AudioFeatures
-
The overall estimated tempo of a track in beats per minute (BPM).
- tempo - Variable in class de.sonallux.spotify.api.models.Section
-
The overall estimated tempo of the section in beats per minute (BPM).
- tempo - Variable in class de.sonallux.spotify.api.models.TuneableTrack
-
The overall estimated tempo of a track in beats per minute (BPM).
- tempoConfidence - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
The confidence, from 0.0 to 1.0, of the reliability of the
tempo. - tempoConfidence - Variable in class de.sonallux.spotify.api.models.Section
-
The confidence, from 0.0 to 1.0, of the reliability of the tempo.
- text - Variable in class de.sonallux.spotify.api.models.Copyright
-
The copyright text for this content.
- TextUtil - Class in de.sonallux.spotify.api.util
- timbre - Variable in class de.sonallux.spotify.api.models.Segment
-
Timbre is the quality of a musical note or sound that distinguishes different types of musical instruments, or voices.
- TimeInterval - Class in de.sonallux.spotify.api.models
-
TimeIntervalObject
- TimeInterval() - Constructor for class de.sonallux.spotify.api.models.TimeInterval
- timeRange(String) - Method in class de.sonallux.spotify.api.apis.users.GetUsersTopArtistsRequest
- timeRange(String) - Method in class de.sonallux.spotify.api.apis.users.GetUsersTopTracksRequest
- timeSignature - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
An estimated time signature.
- timeSignature - Variable in class de.sonallux.spotify.api.models.AudioFeatures
-
An estimated time signature.
- timeSignature - Variable in class de.sonallux.spotify.api.models.Section
-
An estimated time signature.
- timeSignature - Variable in class de.sonallux.spotify.api.models.TuneableTrack
-
An estimated time signature.
- timeSignatureConfidence - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
The confidence, from 0.0 to 1.0, of the reliability of the
time_signature. - timeSignatureConfidence - Variable in class de.sonallux.spotify.api.models.Section
-
The confidence, from 0.0 to 1.0, of the reliability of the
time_signature. - timestamp - Variable in class de.sonallux.spotify.api.models.AudioAnalysisMeta
-
The Unix timestamp (in seconds) at which this track was analyzed.
- timestamp - Variable in class de.sonallux.spotify.api.models.CurrentlyPlaying
-
Unix Millisecond Timestamp when data was fetched
- timestamp - Variable in class de.sonallux.spotify.api.models.CurrentlyPlayingContext
-
Unix Millisecond Timestamp when data was fetched.
- timestamp(String) - Method in class de.sonallux.spotify.api.apis.playlists.GetFeaturedPlaylistsRequest
- toggleShuffleForUsersPlayback(boolean) - Method in class de.sonallux.spotify.api.apis.PlayerApi
-
Toggle Playback Shuffle
- ToggleShuffleForUsersPlaybackRequest - Class in de.sonallux.spotify.api.apis.player
-
Toggle Playback Shuffle request
- ToggleShuffleForUsersPlaybackRequest(ApiClient, boolean) - Constructor for class de.sonallux.spotify.api.apis.player.ToggleShuffleForUsersPlaybackRequest
-
Toggle Playback Shuffle request
- togglingRepeatContext - Variable in class de.sonallux.spotify.api.models.Disallows
-
Toggling repeat context flag.
- togglingRepeatTrack - Variable in class de.sonallux.spotify.api.models.Disallows
-
Toggling repeat track flag.
- togglingShuffle - Variable in class de.sonallux.spotify.api.models.Disallows
-
Toggling shuffle flag.
- tokenStore - Variable in class de.sonallux.spotify.api.authorization.TokenStoreApiAuthorizationProvider
- TokenStore - Interface in de.sonallux.spotify.api.authorization
- TokenStoreApiAuthorizationProvider - Class in de.sonallux.spotify.api.authorization
-
An
ApiAuthorizationProviderthat uses a providedTokenStoreto provide authorization - TokenStoreApiAuthorizationProvider() - Constructor for class de.sonallux.spotify.api.authorization.TokenStoreApiAuthorizationProvider
- tokenType - Variable in class de.sonallux.spotify.api.authorization.AuthTokens
- TooManyRequests - Class in de.sonallux.spotify.api.models
-
TooManyRequests
- TooManyRequests() - Constructor for class de.sonallux.spotify.api.models.TooManyRequests
- toSpotifyUri() - Method in class de.sonallux.spotify.api.util.SpotifyUri
- toString() - Method in class de.sonallux.spotify.api.util.SpotifyUri
- total - Variable in class de.sonallux.spotify.api.models.CursorPaging
-
The total number of items available to return.
- total - Variable in class de.sonallux.spotify.api.models.Followers
-
The total number of followers.
- total - Variable in class de.sonallux.spotify.api.models.Paging
-
The total number of items available to return.
- total - Variable in class de.sonallux.spotify.api.models.PlaylistTracksRef
-
Number of tracks in the playlist.
- totalChapters - Variable in class de.sonallux.spotify.api.models.AudiobookBase
-
The number of chapters in this audiobook.
- totalEpisodes - Variable in class de.sonallux.spotify.api.models.ShowBase
-
The total number of episodes in the show.
- totalTracks - Variable in class de.sonallux.spotify.api.models.AlbumBase
-
The number of tracks in the album.
- track - Variable in class de.sonallux.spotify.api.models.AudioAnalysis
- track - Variable in class de.sonallux.spotify.api.models.PlayHistory
-
The track the user listened to.
- track - Variable in class de.sonallux.spotify.api.models.PlaylistTrack
-
Information about the track or episode.
- track - Variable in class de.sonallux.spotify.api.models.SavedTrack
-
Information about the track.
- Track - Class in de.sonallux.spotify.api.models
-
TrackObject
- Track() - Constructor for class de.sonallux.spotify.api.models.Track
- TRACK - Enum constant in enum class de.sonallux.spotify.api.util.SpotifyUri.Type
- trackHref - Variable in class de.sonallux.spotify.api.models.AudioFeatures
-
A link to the Web API endpoint providing full details of the track.
- trackNumber - Variable in class de.sonallux.spotify.api.models.SimplifiedTrack
-
The number of the track.
- trackNumber - Variable in class de.sonallux.spotify.api.models.Track
-
The number of the track.
- TrackRestriction - Class in de.sonallux.spotify.api.models
-
TrackRestrictionObject
- TrackRestriction() - Constructor for class de.sonallux.spotify.api.models.TrackRestriction
- tracks - Variable in class de.sonallux.spotify.api.models.Album
-
The tracks of the album.
- tracks - Variable in class de.sonallux.spotify.api.models.ManyTracks
- tracks - Variable in class de.sonallux.spotify.api.models.Playlist
-
The tracks of the playlist.
- tracks - Variable in class de.sonallux.spotify.api.models.Recommendations
-
An array of track objects ordered according to the parameters supplied.
- tracks - Variable in class de.sonallux.spotify.api.models.SearchItems
- tracks - Variable in class de.sonallux.spotify.api.models.SimplifiedPlaylist
-
A collection containing a link (
href) to the Web API endpoint where full details of the playlist's tracks can be retrieved, along with thetotalnumber of tracks in the playlist. - TracksApi - Class in de.sonallux.spotify.api.apis
-
Tracks
- TracksApi() - Constructor for class de.sonallux.spotify.api.apis.TracksApi
- transferringPlayback - Variable in class de.sonallux.spotify.api.models.Disallows
-
Transfering playback between devices.
- transferUsersPlayback(List<String>) - Method in class de.sonallux.spotify.api.apis.PlayerApi
-
Transfer Playback
- TransferUsersPlaybackRequest - Class in de.sonallux.spotify.api.apis.player
-
Transfer Playback request
- TransferUsersPlaybackRequest(ApiClient, List<String>) - Constructor for class de.sonallux.spotify.api.apis.player.TransferUsersPlaybackRequest
-
Transfer Playback request
- TuneableTrack - Class in de.sonallux.spotify.api.models
-
TuneableTrackObject
- TuneableTrack() - Constructor for class de.sonallux.spotify.api.models.TuneableTrack
- type - Variable in class de.sonallux.spotify.api.models.AudioFeatures
-
The object type.
- type - Variable in class de.sonallux.spotify.api.models.BaseObject
-
The object type.
- type - Variable in class de.sonallux.spotify.api.models.Context
-
The object type, e.g.
- type - Variable in class de.sonallux.spotify.api.models.Copyright
-
The type of copyright:
C= the copyright,P= the sound recording (performance) copyright. - type - Variable in class de.sonallux.spotify.api.models.Device
-
Device type, such as "computer", "smartphone" or "speaker".
- type - Variable in class de.sonallux.spotify.api.models.RecommendationSeed
-
The entity type of this seed.
U
- UGC_IMAGE_UPLOAD - Enum constant in enum class de.sonallux.spotify.api.authorization.Scope
-
Upload images to Spotify on your behalf.
- Unauthorized - Class in de.sonallux.spotify.api.models
-
Unauthorized
- Unauthorized() - Constructor for class de.sonallux.spotify.api.models.Unauthorized
- unfollowArtistsUsers(String, List<String>) - Method in class de.sonallux.spotify.api.apis.UsersApi
-
Unfollow Artists or Users
- UnfollowArtistsUsersRequest - Class in de.sonallux.spotify.api.apis.users
-
Unfollow Artists or Users request
- UnfollowArtistsUsersRequest(ApiClient, String, List<String>) - Constructor for class de.sonallux.spotify.api.apis.users.UnfollowArtistsUsersRequest
-
Unfollow Artists or Users request
- unfollowPlaylist(String) - Method in class de.sonallux.spotify.api.apis.UsersApi
-
Unfollow Playlist
- UnfollowPlaylistRequest - Class in de.sonallux.spotify.api.apis.users
-
Unfollow Playlist request
- UnfollowPlaylistRequest(ApiClient, String) - Constructor for class de.sonallux.spotify.api.apis.users.UnfollowPlaylistRequest
-
Unfollow Playlist request
- upc - Variable in class de.sonallux.spotify.api.models.ExternalId
- uploadCustomPlaylistCover(String, String) - Method in class de.sonallux.spotify.api.apis.PlaylistsApi
-
Add Custom Playlist Cover Image
- UploadCustomPlaylistCoverRequest - Class in de.sonallux.spotify.api.apis.playlists
-
Add Custom Playlist Cover Image request
- UploadCustomPlaylistCoverRequest(ApiClient, String, String) - Constructor for class de.sonallux.spotify.api.apis.playlists.UploadCustomPlaylistCoverRequest
-
Add Custom Playlist Cover Image request
- uri - Variable in class de.sonallux.spotify.api.models.AudioFeatures
-
The Spotify URI for the track.
- uri - Variable in class de.sonallux.spotify.api.models.BaseObject
-
The Spotify URI for the object.
- uri - Variable in class de.sonallux.spotify.api.models.Context
-
The Spotify URI for the context.
- uris(List<String>) - Method in class de.sonallux.spotify.api.apis.player.StartUsersPlaybackRequest
- url - Variable in class de.sonallux.spotify.api.models.Image
-
The source URL of the image.
- USER - Enum constant in enum class de.sonallux.spotify.api.util.SpotifyUri.Type
- USER_FOLLOW_MODIFY - Enum constant in enum class de.sonallux.spotify.api.authorization.Scope
-
Manage your saved content.
- USER_FOLLOW_READ - Enum constant in enum class de.sonallux.spotify.api.authorization.Scope
-
Access your followers and who you are following.
- USER_LIBRARY_MODIFY - Enum constant in enum class de.sonallux.spotify.api.authorization.Scope
-
Manage your saved content.
- USER_LIBRARY_READ - Enum constant in enum class de.sonallux.spotify.api.authorization.Scope
-
Access your saved content.
- USER_MODIFY_PLAYBACK_STATE - Enum constant in enum class de.sonallux.spotify.api.authorization.Scope
-
Control playback on your Spotify clients and Spotify Connect devices.
- USER_READ_CURRENTLY_PLAYING - Enum constant in enum class de.sonallux.spotify.api.authorization.Scope
-
Read your currently playing content.
- USER_READ_EMAIL - Enum constant in enum class de.sonallux.spotify.api.authorization.Scope
-
Get your real email address.
- USER_READ_PLAYBACK_POSITION - Enum constant in enum class de.sonallux.spotify.api.authorization.Scope
-
Read your position in content you have played.
- USER_READ_PLAYBACK_STATE - Enum constant in enum class de.sonallux.spotify.api.authorization.Scope
-
Read your currently playing content and Spotify Connect devices information.
- USER_READ_PRIVATE - Enum constant in enum class de.sonallux.spotify.api.authorization.Scope
-
Access your subscription details.
- USER_READ_RECENTLY_PLAYED - Enum constant in enum class de.sonallux.spotify.api.authorization.Scope
-
Access your recently played items.
- USER_TOP_READ - Enum constant in enum class de.sonallux.spotify.api.authorization.Scope
-
Read your top artists and content.
- useResponse(AuthorizationRedirectResponse<RedirectResponseBody>) - Method in class de.sonallux.spotify.api.authorization.implicit_grant.ImplicitGrantFlow
- UsersApi - Class in de.sonallux.spotify.api.apis
-
Users
- UsersApi() - Constructor for class de.sonallux.spotify.api.apis.UsersApi
V
- valence - Variable in class de.sonallux.spotify.api.models.AudioFeatures
-
A measure from 0.0 to 1.0 describing the musical positiveness conveyed by a track.
- valence - Variable in class de.sonallux.spotify.api.models.TuneableTrack
-
A measure from 0.0 to 1.0 describing the musical positiveness conveyed by a track.
- valueOf(String) - Static method in enum class de.sonallux.spotify.api.authorization.Scope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class de.sonallux.spotify.api.util.SpotifyUri.Type
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class de.sonallux.spotify.api.authorization.Scope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class de.sonallux.spotify.api.util.SpotifyUri.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- volumePercent - Variable in class de.sonallux.spotify.api.models.Device
-
The current volume in percent.
W
- width - Variable in class de.sonallux.spotify.api.models.Image
-
The image width in pixels.
- windowSeconds - Variable in class de.sonallux.spotify.api.models.AudioAnalysisTrack
-
The length of the region of the track was analyzed, if a subset of the track was analyzed.
- withRawBody(RequestBody) - Method in class de.sonallux.spotify.api.http.Request
_
- _public - Variable in class de.sonallux.spotify.api.models.Playlist
-
The playlist's public/private status:
truethe playlist is public,falsethe playlist is private,nullthe playlist status is not relevant. - _public - Variable in class de.sonallux.spotify.api.models.SimplifiedPlaylist
-
The playlist's public/private status:
truethe playlist is public,falsethe playlist is private,nullthe playlist status is not relevant. - _public(boolean) - Method in class de.sonallux.spotify.api.apis.playlists.ChangePlaylistDetailsRequest
- _public(boolean) - Method in class de.sonallux.spotify.api.apis.playlists.CreatePlaylistRequest
- _public(boolean) - Method in class de.sonallux.spotify.api.apis.users.FollowPlaylistRequest
All Classes and Interfaces|All Packages|Serialized Form