Uses of Class
com.wrapper.spotify.exceptions.SpotifyWebApiException
-
-
Uses of SpotifyWebApiException in com.wrapper.spotify
Methods in com.wrapper.spotify that throw SpotifyWebApiException Modifier and Type Method Description StringIHttpManager. delete(URI uri, org.apache.http.Header[] headers, org.apache.http.HttpEntity body)Perform an HTTP DELETE request to the specified URL.StringSpotifyHttpManager. delete(URI uri, org.apache.http.Header[] headers, org.apache.http.HttpEntity body)StringIHttpManager. get(URI uri, org.apache.http.Header[] headers)Perform an HTTP GET request to the specified URL.StringSpotifyHttpManager. get(URI uri, org.apache.http.Header[] headers)StringIHttpManager. post(URI uri, org.apache.http.Header[] headers, org.apache.http.HttpEntity body)Perform an HTTP POST request to the specified URL.StringSpotifyHttpManager. post(URI uri, org.apache.http.Header[] headers, org.apache.http.HttpEntity body)StringIHttpManager. put(URI uri, org.apache.http.Header[] headers, org.apache.http.HttpEntity body)Perform an HTTP PUT request to the specified URL.StringSpotifyHttpManager. put(URI uri, org.apache.http.Header[] headers, org.apache.http.HttpEntity body) -
Uses of SpotifyWebApiException in com.wrapper.spotify.exceptions.detailed
Subclasses of SpotifyWebApiException in com.wrapper.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 com.wrapper.spotify.requests
Methods in com.wrapper.spotify.requests that throw SpotifyWebApiException Modifier and Type Method Description StringAbstractRequest. deleteJson()StringIRequest. deleteJson()<T> TIRequest. execute()StringAbstractRequest. getJson()StringIRequest. getJson()StringAbstractRequest. postJson()StringIRequest. postJson()StringAbstractRequest. putJson()StringIRequest. putJson() -
Uses of SpotifyWebApiException in com.wrapper.spotify.requests.authorization.authorization_code
Methods in com.wrapper.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 com.wrapper.spotify.requests.authorization.client_credentials
Methods in com.wrapper.spotify.requests.authorization.client_credentials that throw SpotifyWebApiException Modifier and Type Method Description ClientCredentialsClientCredentialsRequest. execute()Request an access token. -
Uses of SpotifyWebApiException in com.wrapper.spotify.requests.data.albums
Methods in com.wrapper.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 com.wrapper.spotify.requests.data.artists
Methods in com.wrapper.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 com.wrapper.spotify.requests.data.browse
Methods in com.wrapper.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 com.wrapper.spotify.requests.data.browse.miscellaneous
Methods in com.wrapper.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 com.wrapper.spotify.requests.data.follow
Methods in com.wrapper.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 com.wrapper.spotify.requests.data.library
Methods in com.wrapper.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[]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<SavedTrack>GetUsersSavedTracksRequest. execute()Get the songs from the current users "Your Music" library.StringRemoveAlbumsForCurrentUserRequest. execute()Remove an album.StringRemoveUsersSavedTracksRequest. execute()Remove a track.StringSaveAlbumsForCurrentUserRequest. execute()Save an album to the "Your Music" library.StringSaveTracksForUserRequest. execute()Save an album. -
Uses of SpotifyWebApiException in com.wrapper.spotify.requests.data.personalization
Methods in com.wrapper.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 com.wrapper.spotify.requests.data.personalization.simplified
Methods in com.wrapper.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 com.wrapper.spotify.requests.data.player
Methods in com.wrapper.spotify.requests.data.player that throw SpotifyWebApiException Modifier and Type Method Description PagingCursorbased<PlayHistory>GetCurrentUsersRecentlyPlayedTracksRequest. execute()Get an user's recently played tracks.CurrentlyPlayingContextGetInformationAboutUsersCurrentPlaybackRequest. execute()Get information about a user's playback.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 com.wrapper.spotify.requests.data.playlists
Methods in com.wrapper.spotify.requests.data.playlists that throw SpotifyWebApiException Modifier and Type Method Description SnapshotResultAddTracksToPlaylistRequest. execute()Add tracks 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>GetPlaylistsTracksRequest. execute()Get a playlist's tracks.SnapshotResultRemoveTracksFromPlaylistRequest. execute()Remove tracks from a playlist.SnapshotResultReorderPlaylistsTracksRequest. execute()Reorder the tracks in a playlist.StringReplacePlaylistsTracksRequest. execute()Replace tracks in a playlist.StringUploadCustomPlaylistCoverImageRequest. execute()Upload a new playlist image. -
Uses of SpotifyWebApiException in com.wrapper.spotify.requests.data.search
Methods in com.wrapper.spotify.requests.data.search that throw SpotifyWebApiException Modifier and Type Method Description SearchResultSearchItemRequest. execute()Search for an item. -
Uses of SpotifyWebApiException in com.wrapper.spotify.requests.data.search.simplified
Methods in com.wrapper.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<PlaylistSimplified>SearchPlaylistsRequest. execute()Search for playlists.Paging<Track>SearchTracksRequest. execute()Search for playlists. -
Uses of SpotifyWebApiException in com.wrapper.spotify.requests.data.tracks
Methods in com.wrapper.spotify.requests.data.tracks that throw SpotifyWebApiException Modifier and Type Method Description AudioAnalysisGetAudioAnalysisForTrackRequest. execute()Get an audio analyis 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 com.wrapper.spotify.requests.data.users_profile
Methods in com.wrapper.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.
-