| Modifier and Type | Method | Description |
|---|---|---|
AbstractRequest |
IRequest.Builder.build() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractAthorizationRequest |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AuthorizationCodeRefreshRequest |
Refresh your access token by creating an
Authorization Code Refresh request.
|
class |
AuthorizationCodeRequest |
Request an access token and refresh token by creating an
Authorization Code
request.
|
class |
AuthorizationCodeUriRequest |
Request an authorization code by creating an
Authorization Code
URI request.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ClientCredentialsRequest |
Request an access token by creating a
Client Credentials
request.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractDataRequest |
| Modifier and Type | Class | Description |
|---|---|---|
class |
GetAlbumRequest |
Get Spotify catalog information for a single album.
|
class |
GetAlbumsTracksRequest |
Get Spotify catalog information about an album's tracks.
|
class |
GetSeveralAlbumsRequest |
Get Spotify catalog information for multiple albums identified by their Spotify IDs.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
GetArtistRequest |
Get Spotify catalog information for a single artist identified by their unique Spotify ID.
|
class |
GetArtistsAlbumsRequest |
Get Spotify catalog information about an artist’s albums.
|
class |
GetArtistsRelatedArtistsRequest |
Get Spotify catalog information about artists similar to a given artist.
|
class |
GetArtistsTopTracksRequest |
Get Spotify catalog information about an artist’s top tracks by country.
|
class |
GetSeveralArtistsRequest |
Get Spotify catalog information for several artists based on their Spotify IDs.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
GetCategoryRequest |
Get a single category used to tag items in Spotify (on, for example, the Spotify player’s "Browse" tab).
|
class |
GetCategorysPlaylistsRequest |
Get a list of Spotify playlists tagged with a particular category.
|
class |
GetListOfCategoriesRequest |
Get a list of categories used to tag items in Spotify (on, for example, the Spotify player’s "Browse" tab).
|
class |
GetListOfFeaturedPlaylistsRequest |
Get a list of Spotify featured playlists (shown, for example, on a Spotify player’s "Browse" tab).
|
class |
GetListOfNewReleasesRequest |
Get a list of new album releases featured in Spotify (shown, for example, on a Spotify player’s "Browse" tab).
|
class |
GetRecommendationsRequest |
Create a playlist-style listening experience based on seed artists, tracks and genres.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
GetAvailableGenreSeedsRequest |
Retrieve a list of available genres seed parameter values for recommendations.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CheckCurrentUserFollowsArtistsOrUsersRequest |
Check to see if the current user is following one or more artists or other Spotify users.
|
class |
CheckUsersFollowPlaylistRequest |
Check to see if one or more Spotify users are following a specified playlist.
|
class |
FollowArtistsOrUsersRequest |
Add the current user as a follower of one or more artists or other Spotify users.
|
class |
FollowPlaylistRequest |
Add the current user as a follower of a playlist.
|
class |
GetUsersFollowedArtistsRequest |
Get the current user’s followed artists.
|
class |
UnfollowArtistsOrUsersRequest |
Remove the current user as a follower of one or more artists or other Spotify users.
|
class |
UnfollowPlaylistRequest |
Remove the current user as a follower of a playlist.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FollowPlaylistRequest |
Add the current user as a follower of a playlist.
|
class |
UnfollowPlaylistRequest |
Remove the specified user as a follower of a playlist.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CheckUsersSavedAlbumsRequest |
Check if one or more albums is already saved in the current Spotify user’s "Your Music" library.
|
class |
CheckUsersSavedTracksRequest |
Check if one or more tracks is already saved in the current Spotify user’s "Your Music" library.
|
class |
GetCurrentUsersSavedAlbumsRequest |
Get a list of the albums saved in the current Spotify user’s "Your Music" library.
|
class |
GetUsersSavedTracksRequest |
Get a list of the songs saved in the current Spotify user’s "Your Music" library.
|
class |
RemoveAlbumsForCurrentUserRequest |
Remove one or more albums from the current user’s "Your Music" library.
|
class |
RemoveUsersSavedTracksRequest |
Remove one or more tracks from the current user’s "Your Music" library.
|
class |
SaveAlbumsForCurrentUserRequest |
Save one or more albums to the current user’s "Your Music" library.
|
class |
SaveTracksForUserRequest |
Save one or more tracks to the current user’s "Your Music" library.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
GetUsersTopArtistsAndTracksRequest<T extends IArtistTrackModelObject> |
This class only exists for theoretical purposes.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
GetUsersTopArtistsRequest |
Get the current user’s top artists based on calculated affinity.
|
class |
GetUsersTopTracksRequest |
Get the current user’s top tracks based on calculated affinity.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
GetCurrentUsersRecentlyPlayedTracksRequest |
Get tracks from the current user’s recently played tracks.
|
class |
GetInformationAboutUsersCurrentPlaybackRequest |
Get information about the user’s current playback state, including track, track progress, and active device.
|
class |
GetUsersAvailableDevicesRequest |
Get information about a user’s available devices.
|
class |
GetUsersCurrentlyPlayingTrackRequest |
Get the object currently being played on the user’s Spotify account.
|
class |
PauseUsersPlaybackRequest |
Pause playback on the user’s account.
|
class |
SeekToPositionInCurrentlyPlayingTrackRequest |
Seeks to the given position in the user’s currently playing track.
|
class |
SetRepeatModeOnUsersPlaybackRequest |
Set the repeat mode for the user’s playback.
|
class |
SetVolumeForUsersPlaybackRequest |
Set the volume for the user’s current playback device.
|
class |
SkipUsersPlaybackToNextTrackRequest |
Skips to next track in the user’s queue.
|
class |
SkipUsersPlaybackToPreviousTrackRequest |
Skips to previous track in the user’s queue.
|
class |
StartResumeUsersPlaybackRequest |
Start a new context or resume current playback on the user’s active device.
|
class |
ToggleShuffleForUsersPlaybackRequest |
Toggle shuffle on or off for user’s playback.
|
class |
TransferUsersPlaybackRequest |
Transfer playback to a new device and determine if it should start playing.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AddTracksToPlaylistRequest |
Add one or more tracks to a user’s playlist.
|
class |
ChangePlaylistsDetailsRequest |
Change a playlist’s name and public/private state.
|
class |
CreatePlaylistRequest |
Create a playlist for a Spotify user.
|
class |
GetListOfCurrentUsersPlaylistsRequest |
Get a list of the playlists owned or followed by the current Spotify user.
|
class |
GetListOfUsersPlaylistsRequest |
Get a list of the playlists owned or followed by a Spotify user.
|
class |
GetPlaylistCoverImageRequest |
Get the current image associated with a specific playlist.
|
class |
GetPlaylistRequest |
Get a playlist owned by a Spotify user.
|
class |
GetPlaylistsTracksRequest |
Get full details of the tracks of a playlist owned by a Spotify user.
|
class |
RemoveTracksFromPlaylistRequest |
Remove one or more tracks from a user’s playlist.
|
class |
ReorderPlaylistsTracksRequest |
Reorder a track or a group of tracks in a playlist.
|
class |
ReplacePlaylistsTracksRequest |
Replace all the tracks in a playlist, overwriting its existing tracks.
|
class |
UploadCustomPlaylistCoverImageRequest |
Replace the image used to represent a specific playlist.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SearchItemRequest |
Get Spotify catalog information about artists, albums, tracks or playlists that match a keyword string.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SearchAlbumsRequest |
Get Spotify catalog information about albums that match a keyword string.
|
class |
SearchArtistsRequest |
Get Spotify catalog information about artists that match a keyword string.
|
class |
SearchPlaylistsRequest |
Get Spotify catalog information about playlists that match a keyword string.
|
class |
SearchTracksRequest |
Get Spotify catalog information about tracks that match a keyword string.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
GetAudioAnalysisForTrackRequest |
Get a detailed audio analysis for a single track identified by its unique Spotify ID.
|
class |
GetAudioFeaturesForSeveralTracksRequest |
Get audio features for multiple tracks based on their Spotify IDs.
|
class |
GetAudioFeaturesForTrackRequest |
Get audio feature information for a single track identified by its unique Spotify ID.
|
class |
GetSeveralTracksRequest |
Get Spotify catalog information for multiple tracks based on their Spotify IDs.
|
class |
GetTrackRequest |
Get Spotify catalog information for a single track identified by its unique Spotify ID.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
GetCurrentUsersProfileRequest |
Get detailed profile information about the current user (including the current user’s username).
|
class |
GetUsersProfileRequest |
Get public profile information about a Spotify user.
|
Copyright © 2019. All rights reserved.