Uses of Class
se.michaelthelin.spotify.exceptions.SpotifyWebApiException
-
-
Uses of SpotifyWebApiException in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify that throw SpotifyWebApiException Modifier and Type Method Description StringIHttpManager. 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.StringSpotifyHttpManager. delete(URI uri, org.apache.hc.core5.http.Header[] headers, org.apache.hc.core5.http.HttpEntity body)StringIHttpManager. get(URI uri, org.apache.hc.core5.http.Header[] headers)Perform an HTTP GET request to the specified URL.StringSpotifyHttpManager. get(URI uri, org.apache.hc.core5.http.Header[] headers)StringIHttpManager. 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.StringSpotifyHttpManager. post(URI uri, org.apache.hc.core5.http.Header[] headers, org.apache.hc.core5.http.HttpEntity body)StringIHttpManager. 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.StringSpotifyHttpManager. 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
Subclasses of SpotifyWebApiException in se.michaelthelin.spotify.exceptions.detailed Modifier and Type Class Description classBadGatewayExceptionThe server was acting as a gateway or proxy and received an invalid response from the upstream server.classBadRequestExceptionThe request could not be understood by the server due to malformed syntax.classForbiddenExceptionThe server understood the request, but is refusing to fulfill it.classInternalServerErrorExceptionYou should never receive this error because our clever coders catch them all ...classNotFoundExceptionThe requested resource could not be found.classServiceUnavailableExceptionThe server is currently unable to handle the request due to a temporary condition which will be alleviated after some delay.classTooManyRequestsExceptionRate limiting has been applied.classUnauthorizedExceptionThe 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
Methods in se.michaelthelin.spotify.requests that throw SpotifyWebApiException Modifier and Type Method Description StringAbstractRequest. deleteJson()StringIRequest. deleteJson()TIRequest. execute()StringAbstractRequest. getJson()StringIRequest. getJson()StringAbstractRequest. postJson()StringIRequest. postJson()StringAbstractRequest. putJson()StringIRequest. putJson() -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.authorization.authorization_code
Methods in se.michaelthelin.spotify.requests.authorization.authorization_code that throw SpotifyWebApiException Modifier and Type Method Description AuthorizationCodeCredentialsAuthorizationCodeRefreshRequest. execute()Request newAuthorizationCodeCredentials.AuthorizationCodeCredentialsAuthorizationCodeRequest. execute()Request newAuthorizationCodeCredentials. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.authorization.authorization_code.pkce
Methods in se.michaelthelin.spotify.requests.authorization.authorization_code.pkce that throw SpotifyWebApiException Modifier and Type Method Description AuthorizationCodeCredentialsAuthorizationCodePKCERefreshRequest. execute()Request newAuthorizationCodeCredentials.AuthorizationCodeCredentialsAuthorizationCodePKCERequest. execute()Request newAuthorizationCodeCredentials. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.authorization.client_credentials
Methods in se.michaelthelin.spotify.requests.authorization.client_credentials that throw SpotifyWebApiException Modifier and Type Method Description ClientCredentialsClientCredentialsRequest. execute()Request an access token. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.albums
Methods in se.michaelthelin.spotify.requests.data.albums that throw SpotifyWebApiException Modifier and Type Method Description AlbumGetAlbumRequest. execute()Get anAlbumsynchronously.Paging<TrackSimplified>GetAlbumsTracksRequest. execute()Get the tracks from the album.Album[]GetSeveralAlbumsRequest. execute()Get multiple albums. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.artists
Methods in se.michaelthelin.spotify.requests.data.artists that throw SpotifyWebApiException Modifier and Type Method Description ArtistGetArtistRequest. execute()Get anArtist.Paging<AlbumSimplified>GetArtistsAlbumsRequest. execute()Get theAlbumSimplifiedobjects.Artist[]GetArtistsRelatedArtistsRequest. execute()Get the relatedArtistobjects.Track[]GetArtistsTopTracksRequest. execute()Get the topTrackobjects.Artist[]GetSeveralArtistsRequest. execute()Get severalArtistobjects. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.browse
Methods in se.michaelthelin.spotify.requests.data.browse that throw SpotifyWebApiException Modifier and Type Method Description CategoryGetCategoryRequest. execute()Get aCategory.Paging<PlaylistSimplified>GetCategorysPlaylistsRequest. execute()Get multiplePlaylistSimplifiedobjects.Paging<Category>GetListOfCategoriesRequest. execute()Get a paging ofCategoryobjects.FeaturedPlaylistsGetListOfFeaturedPlaylistsRequest. execute()GetFeaturedPlaylistssynchronously.Paging<AlbumSimplified>GetListOfNewReleasesRequest. execute()Get a paging of newAlbumSimplifiedreleases.RecommendationsGetRecommendationsRequest. execute()Get theRecommendations. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.browse.miscellaneous
Methods in se.michaelthelin.spotify.requests.data.browse.miscellaneous that throw SpotifyWebApiException Modifier and Type Method Description String[]GetAvailableGenreSeedsRequest. execute()Get all available genre seeds. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.episodes
Methods in se.michaelthelin.spotify.requests.data.episodes that throw SpotifyWebApiException Modifier and Type Method Description EpisodeGetEpisodeRequest. execute()Get an episodeEpisode[]GetSeveralEpisodesRequest. execute()Get several episodes. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.follow
Methods in se.michaelthelin.spotify.requests.data.follow that throw SpotifyWebApiException Modifier and Type Method Description Boolean[]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.StringFollowArtistsOrUsersRequest. execute()Follow an artist or user.StringFollowPlaylistRequest. execute()Follow a playlist.PagingCursorbased<Artist>GetUsersFollowedArtistsRequest. execute()Get a list of artists the user is following.StringUnfollowArtistsOrUsersRequest. execute()Unfollow an artist or user.StringUnfollowPlaylistRequest. execute()Unfollow a playlist. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.follow.legacy
Methods in se.michaelthelin.spotify.requests.data.follow.legacy that throw SpotifyWebApiException Modifier and Type Method Description StringFollowPlaylistRequest. execute()Follow a playlist.StringUnfollowPlaylistRequest. execute()Unfollow a playlist. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.library
Methods in se.michaelthelin.spotify.requests.data.library that throw SpotifyWebApiException Modifier and Type Method Description Boolean[]CheckUsersSavedAlbumsRequest. execute()Check whether an album is present in the current user's "Your Music" 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.Paging<SavedAlbum>GetCurrentUsersSavedAlbumsRequest. execute()Get the saved albums of the current user.Paging<SavedShow>GetUsersSavedShowsRequest. execute()Get a list of the current user’s saved shows.Paging<SavedTrack>GetUsersSavedTracksRequest. execute()Get the songs from the current users "Your Music" library.StringRemoveAlbumsForCurrentUserRequest. execute()Remove one or more albums from the current user’s ‘Your Music’ library.StringRemoveUsersSavedShowsRequest. execute()Delete one or more shows from current Spotify user’s library.StringRemoveUsersSavedTracksRequest. execute()Remove one or more tracks from the current user’s ‘Your Music’ library.StringSaveAlbumsForCurrentUserRequest. execute()Save an album to the "Your Music" library.StringSaveShowsForCurrentUserRequest. execute()Save one or more shows.StringSaveTracksForUserRequest. execute()Save one or more tracks. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.personalization
Methods in se.michaelthelin.spotify.requests.data.personalization that throw SpotifyWebApiException Modifier and Type Method Description Paging<T>GetUsersTopArtistsAndTracksRequest. execute()Get the top artists and tracks. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.personalization.simplified
Methods in se.michaelthelin.spotify.requests.data.personalization.simplified that throw SpotifyWebApiException Modifier and Type Method Description Paging<Artist>GetUsersTopArtistsRequest. execute()Get an user's top artists.Paging<Track>GetUsersTopTracksRequest. execute()Get an user's top tracks. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.player
Methods in se.michaelthelin.spotify.requests.data.player that throw SpotifyWebApiException Modifier and Type Method Description StringAddItemToUsersPlaybackQueueRequest. execute()Add an item to the user's playback queue.PagingCursorbased<PlayHistory>GetCurrentUsersRecentlyPlayedTracksRequest. execute()Get an user's recently played tracks.CurrentlyPlayingContextGetInformationAboutUsersCurrentPlaybackRequest. execute()Get information about a user's playback.PlaybackQueueGetTheUsersQueueRequest. execute()Get an user's current playback queue.Device[]GetUsersAvailableDevicesRequest. execute()Get an user's available devices.CurrentlyPlayingGetUsersCurrentlyPlayingTrackRequest. execute()Get an user's currently playing track.StringPauseUsersPlaybackRequest. execute()Pause an user's playback.StringSeekToPositionInCurrentlyPlayingTrackRequest. execute()Seek to a position in the user's currently playing track.StringSetRepeatModeOnUsersPlaybackRequest. execute()Set the repeat mode on a user's playback.StringSetVolumeForUsersPlaybackRequest. execute()Set the volume for the user’s current playback device.StringSkipUsersPlaybackToNextTrackRequest. execute()Skip to the next track in the user’s queue.StringSkipUsersPlaybackToPreviousTrackRequest. execute()Skip to the previous track in the user’s queue.StringStartResumeUsersPlaybackRequest. execute()Start or resume a playback.StringToggleShuffleForUsersPlaybackRequest. execute()Toggle the shuffle state of an user's playback.StringTransferUsersPlaybackRequest. execute()Transfer playback to a new device. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.playlists
Methods in se.michaelthelin.spotify.requests.data.playlists that throw SpotifyWebApiException Modifier and Type Method Description SnapshotResultAddItemsToPlaylistRequest. execute()Add items to playlist.StringChangePlaylistsDetailsRequest. execute()Change a playlist's details.PlaylistCreatePlaylistRequest. execute()Create a new playlist.Paging<PlaylistSimplified>GetListOfCurrentUsersPlaylistsRequest. execute()Get a list of the current user's playlists.Paging<PlaylistSimplified>GetListOfUsersPlaylistsRequest. execute()Get an user's playlists.Image[]GetPlaylistCoverImageRequest. execute()Get the cover image of a playlist.PlaylistGetPlaylistRequest. execute()Get a playlist.Paging<PlaylistTrack>GetPlaylistsItemsRequest. execute()Get a playlist's items.SnapshotResultRemoveItemsFromPlaylistRequest. execute()Remove items from a playlist.SnapshotResultReorderPlaylistsItemsRequest. execute()Reorder the items in a playlist.StringReplacePlaylistsItemsRequest. execute()Replace items in a playlist.StringUploadCustomPlaylistCoverImageRequest. execute()Upload a new playlist image. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.search
Methods in se.michaelthelin.spotify.requests.data.search that throw SpotifyWebApiException Modifier and Type Method Description SearchResultSearchItemRequest. execute()Search for an item. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.search.simplified
Methods in se.michaelthelin.spotify.requests.data.search.simplified that throw SpotifyWebApiException Modifier and Type Method Description Paging<AlbumSimplified>SearchAlbumsRequest. execute()Search for albums.Paging<Artist>SearchArtistsRequest. execute()Search for artists.Paging<EpisodeSimplified>SearchEpisodesRequest. execute()Search for episodes.Paging<PlaylistSimplified>SearchPlaylistsRequest. execute()Search for playlists.Paging<ShowSimplified>SearchShowsRequest. execute()Search for shows.Paging<Track>SearchTracksRequest. execute()Search for tracks. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.search.simplified.special
Methods in se.michaelthelin.spotify.requests.data.search.simplified.special that throw SpotifyWebApiException Modifier and Type Method Description Paging<AlbumSimplifiedSpecial>SearchAlbumsSpecialRequest. execute()Search for albums. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.shows
Methods in se.michaelthelin.spotify.requests.data.shows that throw SpotifyWebApiException Modifier and Type Method Description ShowSimplified[]GetSeveralShowsRequest. execute()Get several shows.ShowGetShowRequest. execute()Get a show.Paging<EpisodeSimplified>GetShowsEpisodesRequest. execute()Get episodes of a show. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.tracks
Methods in se.michaelthelin.spotify.requests.data.tracks that throw SpotifyWebApiException Modifier and Type Method Description AudioAnalysisGetAudioAnalysisForTrackRequest. execute()Get an audio analysis for a track.AudioFeatures[]GetAudioFeaturesForSeveralTracksRequest. execute()Get audio features for several tracks.AudioFeaturesGetAudioFeaturesForTrackRequest. execute()Get audio features for a track.Track[]GetSeveralTracksRequest. execute()Get several tracks.TrackGetTrackRequest. execute()Get a track. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.users_profile
Methods in se.michaelthelin.spotify.requests.data.users_profile that throw SpotifyWebApiException Modifier and Type Method Description UserGetCurrentUsersProfileRequest. execute()Get the profile of the current user.UserGetUsersProfileRequest. execute()Get the profile of a current user.
-