Uses of Class
se.michaelthelin.spotify.exceptions.SpotifyWebApiException
Package
Description
-
Uses of SpotifyWebApiException in se.michaelthelin.spotify
Modifier and TypeMethodDescriptionIHttpManager.delete
(URI uri, org.apache.hc.core5.http.Header[] headers, org.apache.hc.core5.http.HttpEntity body) Perform an HTTP DELETE request to the specified URL.SpotifyHttpManager.delete
(URI uri, org.apache.hc.core5.http.Header[] headers, org.apache.hc.core5.http.HttpEntity body) Perform an HTTP GET request to the specified URL.IHttpManager.post
(URI uri, org.apache.hc.core5.http.Header[] headers, org.apache.hc.core5.http.HttpEntity body) Perform an HTTP POST request to the specified URL.SpotifyHttpManager.post
(URI uri, org.apache.hc.core5.http.Header[] headers, org.apache.hc.core5.http.HttpEntity body) IHttpManager.put
(URI uri, org.apache.hc.core5.http.Header[] headers, org.apache.hc.core5.http.HttpEntity body) Perform an HTTP PUT request to the specified URL.SpotifyHttpManager.put
(URI uri, org.apache.hc.core5.http.Header[] headers, org.apache.hc.core5.http.HttpEntity body) -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.exceptions.detailed
Modifier and TypeClassDescriptionclass
The server was acting as a gateway or proxy and received an invalid response from the upstream server.class
The request could not be understood by the server due to malformed syntax.class
The server understood the request, but is refusing to fulfill it.class
You should never receive this error because our clever coders catch them all ...class
The requested resource could not be found.class
The server is currently unable to handle the request due to a temporary condition which will be alleviated after some delay.class
Rate limiting has been applied.class
The request requires user authorization or, if the request included authorization credentials, authorization has been refused for those credentials. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests
Modifier and TypeMethodDescriptionAbstractRequest.deleteJson()
IRequest.deleteJson()
IRequest.execute()
AbstractRequest.getJson()
IRequest.getJson()
AbstractRequest.postJson()
IRequest.postJson()
AbstractRequest.putJson()
IRequest.putJson()
-
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.authorization.authorization_code
Modifier and TypeMethodDescriptionAuthorizationCodeRefreshRequest.execute()
Request newAuthorizationCodeCredentials
.AuthorizationCodeRequest.execute()
Request newAuthorizationCodeCredentials
. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.authorization.authorization_code.pkce
Modifier and TypeMethodDescriptionAuthorizationCodePKCERefreshRequest.execute()
Request newAuthorizationCodeCredentials
.AuthorizationCodePKCERequest.execute()
Request newAuthorizationCodeCredentials
. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.authorization.client_credentials
-
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.albums
-
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.artists
Modifier and TypeMethodDescriptionGetArtistRequest.execute()
Get anArtist
.GetArtistsAlbumsRequest.execute()
Get theAlbumSimplified
objects.Artist[]
GetArtistsRelatedArtistsRequest.execute()
Get the relatedArtist
objects.Track[]
GetArtistsTopTracksRequest.execute()
Get the topTrack
objects.Artist[]
GetSeveralArtistsRequest.execute()
Get severalArtist
objects. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.browse
Modifier and TypeMethodDescriptionGetCategoryRequest.execute()
Get aCategory
.GetCategorysPlaylistsRequest.execute()
Get multiplePlaylistSimplified
objects.GetListOfCategoriesRequest.execute()
Get a paging ofCategory
objects.GetListOfFeaturedPlaylistsRequest.execute()
GetFeaturedPlaylists
synchronously.GetListOfNewReleasesRequest.execute()
Get a paging of newAlbumSimplified
releases.GetRecommendationsRequest.execute()
Get theRecommendations
. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.browse.miscellaneous
-
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.episodes
-
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.follow
Modifier and TypeMethodDescriptionBoolean[]
CheckCurrentUserFollowsArtistsOrUsersRequest.execute()
Check whether the user is following one or more users or artist or not.Boolean[]
CheckUsersFollowPlaylistRequest.execute()
Check whether a user is following a playlist or not.FollowArtistsOrUsersRequest.execute()
Follow an artist or user.FollowPlaylistRequest.execute()
Follow a playlist.GetUsersFollowedArtistsRequest.execute()
Get a list of artists the user is following.UnfollowArtistsOrUsersRequest.execute()
Unfollow an artist or user.UnfollowPlaylistRequest.execute()
Unfollow a playlist. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.follow.legacy
-
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.library
Modifier and TypeMethodDescriptionBoolean[]
CheckUsersSavedAlbumsRequest.execute()
Check whether an album is present in the current user's "Your Music" library.Boolean[]
CheckUsersSavedEpisodesRequest.execute()
Check if one or more episodes is already saved in the current Spotify user's 'Your Episodes' library.Boolean[]
CheckUsersSavedShowsRequest.execute()
Check whether a show is present in the current user's "Your Music" library.Boolean[]
CheckUsersSavedTracksRequest.execute()
Check whether an track is present in the current user's "Your Music" library.GetCurrentUsersSavedAlbumsRequest.execute()
Get the saved albums of the current user.GetUsersSavedEpisodesRequest.execute()
Get a list of the current user’s saved episodes.GetUsersSavedShowsRequest.execute()
Get a list of the current user’s saved shows.GetUsersSavedTracksRequest.execute()
Get the songs from the current users "Your Music" library.RemoveAlbumsForCurrentUserRequest.execute()
Remove one or more albums from the current user’s ‘Your Music’ library.RemoveUsersSavedEpisodesRequest.execute()
Remove one or more episodes from current Spotify user’s library.RemoveUsersSavedShowsRequest.execute()
Delete one or more shows from current Spotify user’s library.RemoveUsersSavedTracksRequest.execute()
Remove one or more tracks from the current user’s ‘Your Music’ library.SaveAlbumsForCurrentUserRequest.execute()
Save an album to the "Your Music" library.SaveEpisodesForCurrentUserRequest.execute()
Save one or more episodes.SaveShowsForCurrentUserRequest.execute()
Save one or more shows.SaveTracksForUserRequest.execute()
Save one or more tracks. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.personalization
-
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.personalization.simplified
-
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.player
Modifier and TypeMethodDescriptionAddItemToUsersPlaybackQueueRequest.execute()
Add an item to the user's playback queue.GetCurrentUsersRecentlyPlayedTracksRequest.execute()
Get an user's recently played tracks.GetInformationAboutUsersCurrentPlaybackRequest.execute()
Get information about a user's playback.GetTheUsersQueueRequest.execute()
Get the user's current playback queue.Device[]
GetUsersAvailableDevicesRequest.execute()
Get an user's available devices.GetUsersCurrentlyPlayingTrackRequest.execute()
Get an user's currently playing track.PauseUsersPlaybackRequest.execute()
Pause an user's playback.SeekToPositionInCurrentlyPlayingTrackRequest.execute()
Seek to a position in the user's currently playing track.SetRepeatModeOnUsersPlaybackRequest.execute()
Set the repeat mode on a user's playback.SetVolumeForUsersPlaybackRequest.execute()
Set the volume for the user’s current playback device.SkipUsersPlaybackToNextTrackRequest.execute()
Skip to the next track in the user’s queue.SkipUsersPlaybackToPreviousTrackRequest.execute()
Skip to the previous track in the user’s queue.StartResumeUsersPlaybackRequest.execute()
Start or resume a playback.ToggleShuffleForUsersPlaybackRequest.execute()
Toggle the shuffle state of an user's playback.TransferUsersPlaybackRequest.execute()
Transfer playback to a new device. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.playlists
Modifier and TypeMethodDescriptionAddItemsToPlaylistRequest.execute()
Add items to playlist.ChangePlaylistsDetailsRequest.execute()
Change a playlist's details.CreatePlaylistRequest.execute()
Create a new playlist.GetListOfCurrentUsersPlaylistsRequest.execute()
Get a list of the current user's playlists.GetListOfUsersPlaylistsRequest.execute()
Get an user's playlists.Image[]
GetPlaylistCoverImageRequest.execute()
Get the cover image of a playlist.GetPlaylistRequest.execute()
Get a playlist.GetPlaylistsItemsRequest.execute()
Get a playlist's items.RemoveItemsFromPlaylistRequest.execute()
Remove items from a playlist.ReorderPlaylistsItemsRequest.execute()
Reorder the items in a playlist.ReplacePlaylistsItemsRequest.execute()
Replace items in a playlist.UploadCustomPlaylistCoverImageRequest.execute()
Upload a new playlist image. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.search
-
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.search.simplified
Modifier and TypeMethodDescriptionSearchAlbumsRequest.execute()
Search for albums.SearchArtistsRequest.execute()
Search for artists.SearchEpisodesRequest.execute()
Search for episodes.SearchPlaylistsRequest.execute()
Search for playlists.SearchShowsRequest.execute()
Search for shows.SearchTracksRequest.execute()
Search for tracks. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.search.simplified.special
-
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.shows
-
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.tracks
Modifier and TypeMethodDescriptionGetAudioAnalysisForTrackRequest.execute()
Get an audio analysis for a track.GetAudioFeaturesForSeveralTracksRequest.execute()
Get audio features for several tracks.GetAudioFeaturesForTrackRequest.execute()
Get audio features for a track.Track[]
GetSeveralTracksRequest.execute()
Get several tracks.GetTrackRequest.execute()
Get a track. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.users_profile