- GENRE - com.wrapper.spotify.enums.ModelObjectType
-
- get(String) - Method in class com.wrapper.spotify.model_objects.specification.ExternalUrl
-
Get an specific external URL from this external URLs object with the key string given below.
- get(URI, Header[]) - Method in interface com.wrapper.spotify.IHttpManager
-
Perform an HTTP GET request to the specified URL.
- get(URI, Header[]) - Method in class com.wrapper.spotify.SpotifyHttpManager
-
- getAccessToken() - Method in class com.wrapper.spotify.model_objects.credentials.AuthorizationCodeCredentials
-
Get the access token.
- getAccessToken() - Method in class com.wrapper.spotify.model_objects.credentials.ClientCredentials
-
Get the access token.
- getAccessToken() - Method in class com.wrapper.spotify.SpotifyApi
-
Get the access token specified in the API object, which is used for API calls.
- getAcousticness() - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures
-
Get the acousticness of the track as a value between 0.0 and 1.0.
- getAddedAt() - Method in class com.wrapper.spotify.model_objects.specification.PlaylistTrack
-
Get the date, when the track has been added to its playlist.
- getAddedAt() - Method in class com.wrapper.spotify.model_objects.specification.SavedAlbum
-
Get the date, when the album has been saved.
- getAddedAt() - Method in class com.wrapper.spotify.model_objects.specification.SavedTrack
-
Get the date, when the track has been saved.
- getAddedBy() - Method in class com.wrapper.spotify.model_objects.specification.PlaylistTrack
-
Get the user, who added the track to its playlist.
- getAfter() - Method in class com.wrapper.spotify.model_objects.specification.Cursor
-
- getAfterFilteringSize() - Method in class com.wrapper.spotify.model_objects.specification.RecommendationsSeed
-
Get the number of tracks available after min_* and max_* filters have been applied.
- getAfterRelinkingSize() - Method in class com.wrapper.spotify.model_objects.specification.RecommendationsSeed
-
Get the number of tracks available after relinking for regional availability.
- getAlbum() - Method in class com.wrapper.spotify.model_objects.specification.SavedAlbum
-
Get information about the album from a saved album object.
- getAlbum() - Method in class com.wrapper.spotify.model_objects.specification.Track
-
Get the album on which the track appears.
- getAlbum(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Returns an album with the ID given below.
- GetAlbumRequest - Class in com.wrapper.spotify.requests.data.albums
-
Get Spotify catalog information for a single album.
- GetAlbumRequest.Builder - Class in com.wrapper.spotify.requests.data.albums
-
- getAlbums() - Method in class com.wrapper.spotify.model_objects.special.SearchResult
-
Get the album objects contained in the search result object.
- getAlbumsTracks(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Returns the tracks of the album with the ID given below.
- GetAlbumsTracksRequest - Class in com.wrapper.spotify.requests.data.albums
-
Get Spotify catalog information about an album's tracks.
- GetAlbumsTracksRequest.Builder - Class in com.wrapper.spotify.requests.data.albums
-
- getAlbumType() - Method in class com.wrapper.spotify.model_objects.specification.Album
-
Get the type of the album.
- getAlbumType() - Method in class com.wrapper.spotify.model_objects.specification.AlbumSimplified
-
Get the type of the album.
- getAnalysisChannels() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the analysis channels.
- getAnalysisSampleRate() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the sample rate in which the audio analysis was performed.
- getAnalysisTime() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisMeta
-
Get the duration of the audio analysis, eg.
- getAnalysisUrl() - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures
-
Get the Spotify Web API endpoint URL for a full audio analysis.
- getAnalyzerVersion() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisMeta
-
Get the version of the Analyzer software, which is used to create audio analysis data.
- getArtist(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Get an artist.
- GetArtistRequest - Class in com.wrapper.spotify.requests.data.artists
-
Get Spotify catalog information for a single artist identified by their unique Spotify ID.
- GetArtistRequest.Builder - Class in com.wrapper.spotify.requests.data.artists
-
- getArtists() - Method in class com.wrapper.spotify.model_objects.special.SearchResult
-
Get the artist objects contained in the search result object.
- getArtists() - Method in class com.wrapper.spotify.model_objects.specification.Album
-
Get the artists of the album.
- getArtists() - Method in class com.wrapper.spotify.model_objects.specification.AlbumSimplified
-
Get the artists of the album.
- getArtists() - Method in class com.wrapper.spotify.model_objects.specification.Track
-
Get the artists who performed the track.
- getArtists() - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified
-
Get the artists who performed the track.
- getArtistsAlbums(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Get the albums of a specific artist.
- GetArtistsAlbumsRequest - Class in com.wrapper.spotify.requests.data.artists
-
Get Spotify catalog information about an artist’s albums.
- GetArtistsAlbumsRequest.Builder - Class in com.wrapper.spotify.requests.data.artists
-
- getArtistsRelatedArtists(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Get artists related/similar to an artist.
- GetArtistsRelatedArtistsRequest - Class in com.wrapper.spotify.requests.data.artists
-
Get Spotify catalog information about artists similar to a given artist.
- GetArtistsRelatedArtistsRequest.Builder - Class in com.wrapper.spotify.requests.data.artists
-
- getArtistsTopTracks(String, CountryCode) - Method in class com.wrapper.spotify.SpotifyApi
-
Get the top tracks of an artist in a specific country.
- GetArtistsTopTracksRequest - Class in com.wrapper.spotify.requests.data.artists
-
Get Spotify catalog information about an artist’s top tracks by country.
- GetArtistsTopTracksRequest.Builder - Class in com.wrapper.spotify.requests.data.artists
-
- getAudioAnalysisForTrack(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Get a detailed audio analysis for a single track identified by its unique Spotify ID.
- GetAudioAnalysisForTrackRequest - Class in com.wrapper.spotify.requests.data.tracks
-
Get a detailed audio analysis for a single track identified by its unique Spotify ID.
- GetAudioAnalysisForTrackRequest.Builder - Class in com.wrapper.spotify.requests.data.tracks
-
- getAudioFeaturesForSeveralTracks(String...) - Method in class com.wrapper.spotify.SpotifyApi
-
Get audio features for multiple tracks based on their Spotify IDs.
- GetAudioFeaturesForSeveralTracksRequest - Class in com.wrapper.spotify.requests.data.tracks
-
Get audio features for multiple tracks based on their Spotify IDs.
- GetAudioFeaturesForSeveralTracksRequest.Builder - Class in com.wrapper.spotify.requests.data.tracks
-
- getAudioFeaturesForTrack(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Get audio features for a track based on its Spotify ID.
- GetAudioFeaturesForTrackRequest - Class in com.wrapper.spotify.requests.data.tracks
-
Get audio feature information for a single track identified by its unique Spotify ID.
- GetAudioFeaturesForTrackRequest.Builder - Class in com.wrapper.spotify.requests.data.tracks
-
- getAvailableGenreSeeds() - Method in class com.wrapper.spotify.SpotifyApi
-
Retrieve a list of available genres seed parameter values for recommendations.
- GetAvailableGenreSeedsRequest - Class in com.wrapper.spotify.requests.data.browse.miscellaneous
-
Retrieve a list of available genres seed parameter values for recommendations.
- GetAvailableGenreSeedsRequest.Builder - Class in com.wrapper.spotify.requests.data.browse.miscellaneous
-
- getAvailableMarkets() - Method in class com.wrapper.spotify.model_objects.specification.Album
-
Get the country codes of all countries, in which the album is available.
- getAvailableMarkets() - Method in class com.wrapper.spotify.model_objects.specification.AlbumSimplified
-
Get the country codes of all countries, in which the album is available.
- getAvailableMarkets() - Method in class com.wrapper.spotify.model_objects.specification.Track
-
Get the country codes of all countries, in which the track is available.
- getAvailableMarkets() - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified
-
Get the country codes of all countries, in which the track is available.
- getBars() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysis
-
Get the list of bar markers, in seconds.
- getBeats() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysis
-
Get the list of beat markers, in seconds.
- getBirthdate() - Method in class com.wrapper.spotify.model_objects.specification.User
-
Get the users birthdate.
- getBody() - Method in class com.wrapper.spotify.requests.AbstractRequest
-
- getBody() - Method in interface com.wrapper.spotify.requests.IRequest
-
- getBodyParameters() - Method in class com.wrapper.spotify.requests.AbstractRequest
-
- getBodyParameters() - Method in interface com.wrapper.spotify.requests.IRequest
-
- getCacheMaxEntries() - Method in class com.wrapper.spotify.SpotifyHttpManager
-
- getCacheMaxObjectSize() - Method in class com.wrapper.spotify.SpotifyHttpManager
-
- getCategory(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Get a category.
- GetCategoryRequest - Class in com.wrapper.spotify.requests.data.browse
-
Get a single category used to tag items in Spotify (on, for example, the Spotify player’s "Browse" tab).
- GetCategoryRequest.Builder - Class in com.wrapper.spotify.requests.data.browse
-
- getCategorysPlaylists(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Get the playlists from a specific category.
- GetCategorysPlaylistsRequest - Class in com.wrapper.spotify.requests.data.browse
-
Get a list of Spotify playlists tagged with a particular category.
- GetCategorysPlaylistsRequest.Builder - Class in com.wrapper.spotify.requests.data.browse
-
- getClientId() - Method in class com.wrapper.spotify.SpotifyApi
-
Get the application client ID specified in this API object.
- getClientSecret() - Method in class com.wrapper.spotify.SpotifyApi
-
Get the application client secret specified in this API object.
- getCodeString() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the code string of the track.
- getCodeVersion() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the version of the code string.
- getConfidence() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisMeasure
-
Get the confidence value of the measurement.
- getConnectionRequestTimeout() - Method in class com.wrapper.spotify.SpotifyHttpManager
-
- getConnectTimeout() - Method in class com.wrapper.spotify.SpotifyHttpManager
-
- getContentType() - Method in class com.wrapper.spotify.requests.AbstractRequest
-
- getContentType() - Method in interface com.wrapper.spotify.requests.IRequest
-
- getContext() - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlaying
-
Get the context the track was played from.
- getContext() - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
-
Get the context from where the currently playing track is played from.
- getContext() - Method in class com.wrapper.spotify.model_objects.specification.PlayHistory
-
Get the context the track was played from.
- getCopyrights() - Method in class com.wrapper.spotify.model_objects.specification.Album
-
Get all copyright texts of the album.
- getCountry() - Method in class com.wrapper.spotify.model_objects.specification.User
-
Get the country code of the users set home country.
- getCurrentUsersProfile() - Method in class com.wrapper.spotify.SpotifyApi
-
Get detailed profile information about the current user (including the current user’s username).
- GetCurrentUsersProfileRequest - Class in com.wrapper.spotify.requests.data.users_profile
-
Get detailed profile information about the current user (including the current user’s username).
- GetCurrentUsersProfileRequest.Builder - Class in com.wrapper.spotify.requests.data.users_profile
-
- getCurrentUsersRecentlyPlayedTracks() - Method in class com.wrapper.spotify.SpotifyApi
-
Get tracks from the current users recently played tracks.
- GetCurrentUsersRecentlyPlayedTracksRequest - Class in com.wrapper.spotify.requests.data.player
-
Get tracks from the current user’s recently played tracks.
- GetCurrentUsersRecentlyPlayedTracksRequest.Builder - Class in com.wrapper.spotify.requests.data.player
-
- getCurrentUsersSavedAlbums() - Method in class com.wrapper.spotify.SpotifyApi
-
Get a list of the albums saved in the current Spotify user’s "Your Music" library.
- GetCurrentUsersSavedAlbumsRequest - Class in com.wrapper.spotify.requests.data.library
-
Get a list of the albums saved in the current Spotify user’s "Your Music" library.
- GetCurrentUsersSavedAlbumsRequest.Builder - Class in com.wrapper.spotify.requests.data.library
-
- getCursors() - Method in class com.wrapper.spotify.model_objects.specification.PagingCursorbased
-
Get the cursors used to find the next set of items.
- getDanceability() - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures
-
Get the danceability of the track as a value between 0.0 and 1.0.
- getDescription() - Method in class com.wrapper.spotify.model_objects.specification.Playlist
-
Get the description of the playlist.
- getDetailedStatus() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisMeta
-
Get the detailed status of the Analyzer software after creating the audio analysis.
- getDevice() - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
-
Get the currently active device.
- getDiscNumber() - Method in class com.wrapper.spotify.model_objects.specification.Track
-
Get the disc number of the track in its album.
- getDiscNumber() - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified
-
Get the disc number of the track in its album.
- getDisplayName() - Method in class com.wrapper.spotify.model_objects.specification.User
-
Get the users display name if available.
- getDuration() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisMeasure
-
Get the duration of the measurement in seconds.
- getDuration() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the duration of the track in seconds.
- getDurationMs() - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures
-
Get the duration of the track in milliseconds.
- getDurationMs() - Method in class com.wrapper.spotify.model_objects.specification.Track
-
Get the duration of the track in milliseconds.
- getDurationMs() - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified
-
Get the duration of the track in milliseconds.
- getEchoprintString() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the echoprint string of the track.
- getEchoprintVersion() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the version of the echoprint string.
- getEmail() - Method in class com.wrapper.spotify.model_objects.specification.User
-
Get the users email address.
- getEndOfFadeIn() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the end of fade in introduction of the track.
- getEnergy() - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures
-
Get the energy of the track as a value between 0.0 and 1.0.
The energetic value of the track depends on factors like speed and loudness.
- getError() - Method in class com.wrapper.spotify.model_objects.credentials.error.AuthenticationError
-
- getError_description() - Method in class com.wrapper.spotify.model_objects.credentials.error.AuthenticationError
-
- getExpiresIn() - Method in class com.wrapper.spotify.model_objects.credentials.AuthorizationCodeCredentials
-
Get the time period (in seconds) for which the access token is valid.
- getExpiresIn() - Method in class com.wrapper.spotify.model_objects.credentials.ClientCredentials
-
Get the time period (in seconds) for which the access token is valid.
- getExternalIds() - Method in class com.wrapper.spotify.model_objects.specification.Album
-
Get the external IDs of the album.
- getExternalIds() - Method in class com.wrapper.spotify.model_objects.specification.ExternalId
-
- getExternalIds() - Method in class com.wrapper.spotify.model_objects.specification.Track
-
Get the external IDs of the track.
Example: isrc -> "International Standard Recording Code".
- getExternalUrls() - Method in class com.wrapper.spotify.model_objects.specification.Album
-
Get the external URLs of the album.
- getExternalUrls() - Method in class com.wrapper.spotify.model_objects.specification.AlbumSimplified
-
Get the external URLs of the album.
- getExternalUrls() - Method in class com.wrapper.spotify.model_objects.specification.Artist
-
Get the external URLs of the artist.
- getExternalUrls() - Method in class com.wrapper.spotify.model_objects.specification.ArtistSimplified
-
Get the external URLs of the artist.
- getExternalUrls() - Method in class com.wrapper.spotify.model_objects.specification.Context
-
Get the external URLs of the context.
- getExternalUrls() - Method in class com.wrapper.spotify.model_objects.specification.ExternalUrl
-
- getExternalUrls() - Method in class com.wrapper.spotify.model_objects.specification.Playlist
-
Get the external URLs of the playlist.
- getExternalUrls() - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified
-
Get the external URLs of the playlist.
- getExternalUrls() - Method in class com.wrapper.spotify.model_objects.specification.Track
-
Get the external URLs of the track.
Example: Spotify-URL.
- getExternalUrls() - Method in class com.wrapper.spotify.model_objects.specification.TrackLink
-
Get the external URLs of the track.
Example: Spotify-URL.
- getExternalUrls() - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified
-
Get the external URLs of the track.
Example: Spotify-URL.
- getExternalUrls() - Method in class com.wrapper.spotify.model_objects.specification.User
-
Get the external URLs of the user.
- getFollowers() - Method in class com.wrapper.spotify.model_objects.specification.Artist
-
Get information about the followers of the artist.
- getFollowers() - Method in class com.wrapper.spotify.model_objects.specification.Playlist
-
Get information about the followers of the playlist.
- getFollowers() - Method in class com.wrapper.spotify.model_objects.specification.User
-
Get information about the followers of the user.
- getGenres() - Method in class com.wrapper.spotify.model_objects.specification.Album
-
Get a list of all genres of the album.
- getGenres() - Method in class com.wrapper.spotify.model_objects.specification.Artist
-
Get a list of all genres of the artist.
- getHeaders() - Method in class com.wrapper.spotify.requests.AbstractRequest
-
- getHeaders() - Method in interface com.wrapper.spotify.requests.IRequest
-
- getHeight() - Method in class com.wrapper.spotify.model_objects.specification.Image
-
Get the height of the image in pixels.
- getHost() - Method in class com.wrapper.spotify.SpotifyApi
-
Get the API host used for API calls.
- getHref() - Method in class com.wrapper.spotify.model_objects.miscellaneous.PlaylistTracksInformation
-
Get the Spotify Web API endpoint URL of the playlist tracks object.
- getHref() - Method in class com.wrapper.spotify.model_objects.specification.Album
-
Get the full Spotify Web API endpoint URL of the album.
- getHref() - Method in class com.wrapper.spotify.model_objects.specification.AlbumSimplified
-
Get the full Spotify Web API endpoint URL of the album.
- getHref() - Method in class com.wrapper.spotify.model_objects.specification.Artist
-
Get the full Spotify Web API endpoint URL of the artist.
- getHref() - Method in class com.wrapper.spotify.model_objects.specification.ArtistSimplified
-
Get the full Spotify Web API endpoint URL of the artist.
- getHref() - Method in class com.wrapper.spotify.model_objects.specification.Category
-
Get the Spotify Web API endpoint URL of the category.
- getHref() - Method in class com.wrapper.spotify.model_objects.specification.Context
-
Get a link to the Spotify Web API endpoint providing full details of the track.
- getHref() - Method in class com.wrapper.spotify.model_objects.specification.Followers
-
Get a link to the Web API endpoint providing full details of the followers object.
- getHref() - Method in class com.wrapper.spotify.model_objects.specification.Paging
-
Get a link to the Web API endpoint returning the full result of the request.
- getHref() - Method in class com.wrapper.spotify.model_objects.specification.PagingCursorbased
-
Get a link to the Web API endpoint returning the full result of the request.
- getHref() - Method in class com.wrapper.spotify.model_objects.specification.Playlist
-
Get the full Spotify API endpoint url of the playlist.
- getHref() - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified
-
Get the full Spotify API endpoint url of the playlist.
- getHref() - Method in class com.wrapper.spotify.model_objects.specification.RecommendationsSeed
-
Get the link to the full track or artist data for this seed.
- getHref() - Method in class com.wrapper.spotify.model_objects.specification.Track
-
Get the full Spotify Web API endpoint URL of the track.
- getHref() - Method in class com.wrapper.spotify.model_objects.specification.TrackLink
-
Get the Spotify Web API endpoint URL of the track.
- getHref() - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified
-
Get the full Spotify Web API endpoint URL of the track.
- getHref() - Method in class com.wrapper.spotify.model_objects.specification.User
-
Get the Spotify Web API endpoint URL of the user.
- getHttpManager() - Method in class com.wrapper.spotify.requests.AbstractRequest
-
- getHttpManager() - Method in interface com.wrapper.spotify.requests.IRequest
-
- getHttpManager() - Method in class com.wrapper.spotify.SpotifyApi
-
- getIcons() - Method in class com.wrapper.spotify.model_objects.specification.Category
-
Get the category icon in various sizes.
- getId() - Method in class com.wrapper.spotify.model_objects.miscellaneous.Device
-
Get the ID of the device.
- getId() - Method in class com.wrapper.spotify.model_objects.specification.Album
-
Get the Spotify ID of the album.
- getId() - Method in class com.wrapper.spotify.model_objects.specification.AlbumSimplified
-
Get the Spotify ID of the album.
- getId() - Method in class com.wrapper.spotify.model_objects.specification.Artist
-
Get the Spotify ID of the artist.
- getId() - Method in class com.wrapper.spotify.model_objects.specification.ArtistSimplified
-
Get the Spotify ID of the artist.
- getId() - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures
-
- getId() - Method in class com.wrapper.spotify.model_objects.specification.Category
-
- getId() - Method in class com.wrapper.spotify.model_objects.specification.Playlist
-
- getId() - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified
-
- getId() - Method in class com.wrapper.spotify.model_objects.specification.RecommendationsSeed
-
Get the ID used to select this seed.
- getId() - Method in class com.wrapper.spotify.model_objects.specification.Track
-
- getId() - Method in class com.wrapper.spotify.model_objects.specification.TrackLink
-
- getId() - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified
-
- getId() - Method in class com.wrapper.spotify.model_objects.specification.User
-
Get the Spotify ID of the user.
- getImages() - Method in class com.wrapper.spotify.model_objects.specification.Album
-
Get the album cover art of the album in different sizes.
- getImages() - Method in class com.wrapper.spotify.model_objects.specification.AlbumSimplified
-
Get the album cover art of the album in different sizes.
- getImages() - Method in class com.wrapper.spotify.model_objects.specification.Artist
-
Get all images of the artist (like header image) in different sizes.
- getImages() - Method in class com.wrapper.spotify.model_objects.specification.Playlist
-
Images for the playlist.
- getImages() - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified
-
Images for the playlist.
- getImages() - Method in class com.wrapper.spotify.model_objects.specification.User
-
Get the profile image of the user in different sizes.
- getInformationAboutUsersCurrentPlayback() - Method in class com.wrapper.spotify.SpotifyApi
-
Get information about the users current playback state, including track, track progress, and active device.
- GetInformationAboutUsersCurrentPlaybackRequest - Class in com.wrapper.spotify.requests.data.player
-
Get information about the user’s current playback state, including track, track progress, and active device.
- GetInformationAboutUsersCurrentPlaybackRequest.Builder - Class in com.wrapper.spotify.requests.data.player
-
- getInitialPoolSize() - Method in class com.wrapper.spotify.model_objects.specification.RecommendationsSeed
-
Get the number of recommended tracks available for this seed.
- getInputProcess() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisMeta
-
Get the input process of the audio analysis.
- getInstrumentalness() - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures
-
Get the instrumentalness of the track as a value between 0.0 and 1.0.
- getIs_active() - Method in class com.wrapper.spotify.model_objects.miscellaneous.Device
-
Check whether the device is the currently active device.
- getIs_playing() - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlaying
-
Check if something is played at the moment.
- getIs_playing() - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
-
Check whether a track is playing on the device or not.
- getIs_restricted() - Method in class com.wrapper.spotify.model_objects.miscellaneous.Device
-
Check whether the device is restricted or not.
- getIsCollaborative() - Method in class com.wrapper.spotify.model_objects.specification.Playlist
-
Check whether the playlist is collaborative or not.
- getIsCollaborative() - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified
-
Check whether the playlist is collaborative or not.
- getIsExplicit() - Method in class com.wrapper.spotify.model_objects.specification.Track
-
Check whether the track is explicit or not.
- getIsExplicit() - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified
-
Check whether the track is explicit or not.
- getIsLocal() - Method in class com.wrapper.spotify.model_objects.specification.PlaylistTrack
-
Check whether a playlist track is a local track or not.
Local tracks can only be played on devices, where the track files are present.
- getIsPlayable() - Method in class com.wrapper.spotify.model_objects.specification.Track
-
Check whether the track is playable in the market, which may has been specified somewhere before requesting it.
- getIsPlayable() - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified
-
Check whether the track is playable in the market, which may has been specified somewhere before requesting it.
- getIsPublicAccess() - Method in class com.wrapper.spotify.model_objects.specification.Playlist
-
Check whether a playlist is available in public or is private.
- getIsPublicAccess() - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified
-
Check whether a playlist is available in public or is private.
- getItem() - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlaying
-
Get the currently played track.
- getItem() - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
-
Get the currently playing track, if the device is playing something.
- getItems() - Method in class com.wrapper.spotify.model_objects.specification.Paging
-
Get the items contained in the paging object.
- getItems() - Method in class com.wrapper.spotify.model_objects.specification.PagingCursorbased
-
Get the items contained in the paging object.
- getJson() - Method in class com.wrapper.spotify.requests.AbstractRequest
-
- getJson() - Method in interface com.wrapper.spotify.requests.IRequest
-
- getKey() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection
-
Get the main key of the section.
- getKey() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the estimated main key of the track.
- getKey() - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures
-
Get the main key of the track.
- getKeyConfidence() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection
-
Get the key confidence of the section.
- getKeyConfidence() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the key confidence of the track.
- getLabel() - Method in class com.wrapper.spotify.model_objects.specification.Album
-
Get the label for the album.
- getLimit() - Method in class com.wrapper.spotify.model_objects.specification.Paging
-
Get the maximum number of items in the response (as set in the query or by default).
- getLimit() - Method in class com.wrapper.spotify.model_objects.specification.PagingCursorbased
-
Get the maximum number of items in the response (as set in the query or by default).
- getLinkedFrom() - Method in class com.wrapper.spotify.model_objects.specification.Track
-
Get the track link object of the track if
Track Relinking was applied and the requested track has been replaced with a different track.
- getLinkedFrom() - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified
-
Get the track link object of the track if
Track Relinking was applied and the requested track has been replaced with a different track.
- getListOfCategories() - Method in class com.wrapper.spotify.SpotifyApi
-
Get a list of categories.
- GetListOfCategoriesRequest - Class in com.wrapper.spotify.requests.data.browse
-
Get a list of categories used to tag items in Spotify (on, for example, the Spotify player’s "Browse" tab).
- GetListOfCategoriesRequest.Builder - Class in com.wrapper.spotify.requests.data.browse
-
- getListOfCurrentUsersPlaylists() - Method in class com.wrapper.spotify.SpotifyApi
-
Get a list of the playlists owned or followed by the current Spotify user.
- GetListOfCurrentUsersPlaylistsRequest - Class in com.wrapper.spotify.requests.data.playlists
-
Get a list of the playlists owned or followed by the current Spotify user.
- GetListOfCurrentUsersPlaylistsRequest.Builder - Class in com.wrapper.spotify.requests.data.playlists
-
- getListOfFeaturedPlaylists() - Method in class com.wrapper.spotify.SpotifyApi
-
Get "Featured Playlists" of different countries which may match a specific language.
- GetListOfFeaturedPlaylistsRequest - Class in com.wrapper.spotify.requests.data.browse
-
Get a list of Spotify featured playlists (shown, for example, on a Spotify player’s "Browse" tab).
- GetListOfFeaturedPlaylistsRequest.Builder - Class in com.wrapper.spotify.requests.data.browse
-
- getListOfNewReleases() - Method in class com.wrapper.spotify.SpotifyApi
-
Get the newest releases from a specific country.
- GetListOfNewReleasesRequest - Class in com.wrapper.spotify.requests.data.browse
-
Get a list of new album releases featured in Spotify (shown, for example, on a Spotify player’s "Browse" tab).
- GetListOfNewReleasesRequest.Builder - Class in com.wrapper.spotify.requests.data.browse
-
- getListOfUsersPlaylists(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Get an users playlists.
- GetListOfUsersPlaylistsRequest - Class in com.wrapper.spotify.requests.data.playlists
-
Get a list of the playlists owned or followed by a Spotify user.
- GetListOfUsersPlaylistsRequest.Builder - Class in com.wrapper.spotify.requests.data.playlists
-
- getLiveness() - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures
-
Get the liveness of the track as a value between 0.0 and 1.0.
The liveness depends on ambient sounds like the presence of an audience.
- getLoudness() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection
-
Get the (average) loudness of the section in decibels.
- getLoudness() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the average loudness of the track in decibels.
- getLoudness() - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures
-
Get the average loudness of the track.
- getLoudnessEnd() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSegment
-
Get the loudness level at the end of the segment.
- getLoudnessMax() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSegment
-
Get the peak loudness value within the segment.
- getLoudnessMaxTime() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSegment
-
Get the offset within the segment of the point of maximum loudness.
- getLoudnessStart() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSegment
-
Get the loudness level at the start of the segment.
- getMeasure() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection
-
Get the measure of the audio analysis section object.
- getMeasure() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSegment
-
Get the measure of the audio analysis segment object.
- getMessage() - Method in class com.wrapper.spotify.model_objects.special.FeaturedPlaylists
-
Get the message which is displayed on the front page of the "browse" tab in the Spotify client.
- getMessage() - Method in class com.wrapper.spotify.model_objects.specification.Error
-
Get the error message (description of the cause) of the
Error object.
- getMeta() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysis
-
Get the metadata of the analyzer software for the track.
- getMethod() - Method in class com.wrapper.spotify.HttpDeleteBody
-
- getMode() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection
-
Get the modality of the section.
- getMode() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the modality of the track.
- getMode() - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures
-
Get the modality of the track.
- getModeConfidence() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection
-
Get the modality confidence of the section.
- getModeConfidence() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the modality confidence of the track.
- getName() - Method in class com.wrapper.spotify.model_objects.miscellaneous.Device
-
Get the name of the device.
- getName() - Method in class com.wrapper.spotify.model_objects.specification.Album
-
Get the name of the album.
- getName() - Method in class com.wrapper.spotify.model_objects.specification.AlbumSimplified
-
Get the name of the album.
- getName() - Method in class com.wrapper.spotify.model_objects.specification.Artist
-
Get the name of the artist.
- getName() - Method in class com.wrapper.spotify.model_objects.specification.ArtistSimplified
-
Get the name of the artist.
- getName() - Method in class com.wrapper.spotify.model_objects.specification.Category
-
Get the name of the category.
- getName() - Method in class com.wrapper.spotify.model_objects.specification.Playlist
-
Get the name of a playlist.
- getName() - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified
-
Get the name of a playlist.
- getName() - Method in class com.wrapper.spotify.model_objects.specification.Track
-
Get the name of the track.
- getName() - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified
-
Get the name of a track.
- getNext() - Method in class com.wrapper.spotify.model_objects.specification.Paging
-
Get the URL to the next page of items.
- getNext() - Method in class com.wrapper.spotify.model_objects.specification.PagingCursorbased
-
Get the URL to the next page of items.
- getNumSamples() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the number of samples in the track.
- getOffset() - Method in class com.wrapper.spotify.model_objects.specification.Paging
-
Get the offset of the items returned (as set in the query or by default).
- getOffsetSeconds() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the offset seconds.
- getOwner() - Method in class com.wrapper.spotify.model_objects.specification.Playlist
-
Get the owners user object of a playlist.
- getOwner() - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified
-
Get the owners user object of a playlist.
- getPitches() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSegment
-
Get the pitches of the segment.
- getPlatform() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisMeta
-
Get the platform, on which the audio analysis was created.
- getPlayedAt() - Method in class com.wrapper.spotify.model_objects.specification.PlayHistory
-
Get the date and time the track was played.
- getPlaylist(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Get a playlist.
- getPlaylist(String, String) - Method in class com.wrapper.spotify.SpotifyApi
-
- getPlaylistCoverImage(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Get the image used to represent a specific playlist.
- getPlaylistCoverImage(String, String) - Method in class com.wrapper.spotify.SpotifyApi
-
- GetPlaylistCoverImageRequest - Class in com.wrapper.spotify.requests.data.playlists
-
Get the current image associated with a specific playlist.
- GetPlaylistCoverImageRequest.Builder - Class in com.wrapper.spotify.requests.data.playlists
-
- GetPlaylistRequest - Class in com.wrapper.spotify.requests.data.playlists
-
Get a playlist owned by a Spotify user.
- GetPlaylistRequest.Builder - Class in com.wrapper.spotify.requests.data.playlists
-
- getPlaylists() - Method in class com.wrapper.spotify.model_objects.special.FeaturedPlaylists
-
Get the page of featured playlists.
- getPlaylists() - Method in class com.wrapper.spotify.model_objects.special.SearchResult
-
Get the playlist objects contained in the search result object.
- getPlaylistsTracks(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Get a playlists tracks.
- getPlaylistsTracks(String, String) - Method in class com.wrapper.spotify.SpotifyApi
-
- GetPlaylistsTracksRequest - Class in com.wrapper.spotify.requests.data.playlists
-
Get full details of the tracks of a playlist owned by a Spotify user.
- GetPlaylistsTracksRequest.Builder - Class in com.wrapper.spotify.requests.data.playlists
-
- getPopularity() - Method in class com.wrapper.spotify.model_objects.specification.Album
-
Get the popularity of the album in a range between 0 and 100.
- getPopularity() - Method in class com.wrapper.spotify.model_objects.specification.Artist
-
Get the popularity of the artist in a range between 0 and 100.
- getPopularity() - Method in class com.wrapper.spotify.model_objects.specification.Track
-
Get the popularity of the track.
- getPort() - Method in class com.wrapper.spotify.SpotifyApi
-
Get the port used for API calls.
- getPositions() - Method in class com.wrapper.spotify.model_objects.special.PlaylistTrackPosition
-
Get the position, where the track should be added in the playlist.
- getPrecision() - Method in enum com.wrapper.spotify.enums.ReleaseDatePrecision
-
Get the release date precision as a string.
- getPreviewUrl() - Method in class com.wrapper.spotify.model_objects.specification.Track
-
Get a link to a 30 second preview (MP3 format) of the track.
- getPreviewUrl() - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified
-
Get a link to a 30 second preview (MP3 format) of the track.
- getPrevious() - Method in class com.wrapper.spotify.model_objects.specification.Paging
-
Get the URL to the previous page of items.
- getProduct() - Method in class com.wrapper.spotify.model_objects.specification.User
-
Get the product type of the users account.
- getProgress_ms() - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlaying
-
Get the progress of the current played track.
- getProgress_ms() - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
-
Get the progress of the currently playing track.
- getProxy() - Method in class com.wrapper.spotify.SpotifyHttpManager
-
- getProxyCredentials() - Method in class com.wrapper.spotify.SpotifyHttpManager
-
- getProxyPassword() - Method in class com.wrapper.spotify.SpotifyApi
-
Get the proxy password used for API calls.
- getProxyPort() - Method in class com.wrapper.spotify.SpotifyApi
-
Get the proxy port used for API calls.
- getProxyUrl() - Method in class com.wrapper.spotify.SpotifyApi
-
Get the proxy URL used for API calls.
- getProxyUsername() - Method in class com.wrapper.spotify.SpotifyApi
-
Get the proxy username used for API calls.
- getReason() - Method in class com.wrapper.spotify.model_objects.miscellaneous.Restrictions
-
Get the reason why the track is not available.
- getRecommendations() - Method in class com.wrapper.spotify.SpotifyApi
-
Create a playlist-style listening experience based on seed artists, tracks and genres.
- GetRecommendationsRequest - Class in com.wrapper.spotify.requests.data.browse
-
Create a playlist-style listening experience based on seed artists, tracks and genres.
- GetRecommendationsRequest.Builder - Class in com.wrapper.spotify.requests.data.browse
-
- getRedirectURI() - Method in class com.wrapper.spotify.SpotifyApi
-
Get the redirect URI of the application specified in this API object.
- getRefreshToken() - Method in class com.wrapper.spotify.model_objects.credentials.AuthorizationCodeCredentials
-
Get the refresh token.
- getRefreshToken() - Method in class com.wrapper.spotify.SpotifyApi
-
Get the refresh token specified in the API object.
- getReleaseDate() - Method in class com.wrapper.spotify.model_objects.specification.Album
-
Get the release date of the album with the highest precision available.
- getReleaseDatePrecision() - Method in class com.wrapper.spotify.model_objects.specification.Album
-
Get the precision of the albums release date.
- getRepeat_state() - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
-
Get the repeat state of the device.
- getRestrictions() - Method in class com.wrapper.spotify.model_objects.specification.Track
-
Get the restrictions of the track.
- getRetryAfter() - Method in exception com.wrapper.spotify.exceptions.detailed.TooManyRequestsException
-
- getRhythmString() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the rhythm string of the track.
- getRhythmVersion() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the version of the rhythm string.
- getSampleMd5() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the sample MD5.
- getScheme() - Method in class com.wrapper.spotify.SpotifyApi
-
Get the scheme used for API calls.
- getScope() - Method in class com.wrapper.spotify.model_objects.credentials.AuthorizationCodeCredentials
-
Get the
Scopes specified in the authorization
code credentials request.
- getSections() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysis
-
Get the set of section markers, in seconds.
- getSeeds() - Method in class com.wrapper.spotify.model_objects.specification.Recommendations
-
Get the recommendation seeds from the recommendations object.
- getSegments() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysis
-
Get the set of sound entities (typically under a second) each relatively uniform in timbre and harmony.
- getSeveralAlbums(String...) - Method in class com.wrapper.spotify.SpotifyApi
-
Get multiple albums.
- GetSeveralAlbumsRequest - Class in com.wrapper.spotify.requests.data.albums
-
Get Spotify catalog information for multiple albums identified by their Spotify IDs.
- GetSeveralAlbumsRequest.Builder - Class in com.wrapper.spotify.requests.data.albums
-
- getSeveralArtists(String...) - Method in class com.wrapper.spotify.SpotifyApi
-
Get multiple artists.
- GetSeveralArtistsRequest - Class in com.wrapper.spotify.requests.data.artists
-
Get Spotify catalog information for several artists based on their Spotify IDs.
- GetSeveralArtistsRequest.Builder - Class in com.wrapper.spotify.requests.data.artists
-
- getSeveralTracks(String...) - Method in class com.wrapper.spotify.SpotifyApi
-
Get multiple tracks.
- GetSeveralTracksRequest - Class in com.wrapper.spotify.requests.data.tracks
-
Get Spotify catalog information for multiple tracks based on their Spotify IDs.
- GetSeveralTracksRequest.Builder - Class in com.wrapper.spotify.requests.data.tracks
-
- getShuffle_state() - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
-
Get the shuffle state of the device.
- getSnapshotId() - Method in class com.wrapper.spotify.model_objects.special.SnapshotResult
-
Get the snapshot ID.
- getSnapshotId() - Method in class com.wrapper.spotify.model_objects.specification.Playlist
-
Get the snapshot ID, the version identifier for the current playlist.
- getSnapshotId() - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified
-
Get the snapshot ID, the version identifier for the current playlist.
- getSocketTimeout() - Method in class com.wrapper.spotify.SpotifyHttpManager
-
- getSpeechiness() - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures
-
Get the speechiness of the track as a value between 0.0 and 1.0.
- getStart() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisMeasure
-
Get the start point of the measurement, eg.
- getStartOfFadeOut() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the start of the fade out in seconds.
- getStatus() - Method in class com.wrapper.spotify.model_objects.specification.Error
-
- getStatusCode() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisMeta
-
Get the exit status code of the Analyzer software.
- getSynchString() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the synch string of the track.
- getSynchVersion() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the version of the synch string.
- getTatums() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysis
-
Get the list of tatum markers, in seconds.
- getTempo() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection
-
Get the (estimated) tempo of the section in beats per minute.
- getTempo() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the estimated tempo of the track in beats per minute.
- getTempo() - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures
-
Get the estimated tempo of the track in beats per minute.
- getTempoConfidence() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection
-
Get the tempo confidence of the section.
- getTempoConfidence() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the tempo confidence of the track.
- getText() - Method in class com.wrapper.spotify.model_objects.specification.Copyright
-
Get the copyright text of the
Album.
- getTimbre() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSegment
-
Get the timbre of the segment.
- getTimeSignature() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection
-
Get the estimated overall time signature of the section.
- getTimeSignature() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the estimated overall time signature of the track.
- getTimeSignature() - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures
-
Get the estimated overall time signature of the track.
- getTimeSignatureConfidence() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection
-
Get the time signature confidence of the section.
- getTimeSignatureConfidence() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the time signature confidence of the track.
- getTimestamp() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisMeta
-
Get the timestamp when the audio analysis object has been created by the Analyzer software.
- getTimestamp() - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlaying
-
Get the timestamp when the recieved data was fetched.
- getTimestamp() - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
-
Get the Unix timestamp in milliseconds when the time was fetched.
- getTokenType() - Method in class com.wrapper.spotify.model_objects.credentials.AuthorizationCodeCredentials
-
Get the type of an access token, which will alway be "Bearer".
- getTokenType() - Method in class com.wrapper.spotify.model_objects.credentials.ClientCredentials
-
Get the type of an access token, which will alway be "Bearer".
- getTotal() - Method in class com.wrapper.spotify.model_objects.miscellaneous.PlaylistTracksInformation
-
Get the total amount of tracks in the playlist.
- getTotal() - Method in class com.wrapper.spotify.model_objects.specification.Followers
-
Get the total number of followers.
- getTotal() - Method in class com.wrapper.spotify.model_objects.specification.Paging
-
Get the total number of items available to return.
- getTotal() - Method in class com.wrapper.spotify.model_objects.specification.PagingCursorbased
-
Get the total number of items available to return.
- getTrack() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysis
-
Get the track data of the audio analysis object.
- getTrack() - Method in class com.wrapper.spotify.model_objects.specification.PlayHistory
-
Get the track the user listened to.
- getTrack() - Method in class com.wrapper.spotify.model_objects.specification.PlaylistTrack
-
Get a full track object from this playlist track object.
- getTrack() - Method in class com.wrapper.spotify.model_objects.specification.SavedTrack
-
Get information about the track from a saved track object.
- getTrack(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Get a track.
- getTrackHref() - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures
-
Get the Spotify Web API endpoint URL of the track.
- getTrackNumber() - Method in class com.wrapper.spotify.model_objects.specification.Track
-
Get the track number of the track.
- getTrackNumber() - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified
-
Get the track number of the track.
- GetTrackRequest - Class in com.wrapper.spotify.requests.data.tracks
-
Get Spotify catalog information for a single track identified by its unique Spotify ID.
- GetTrackRequest.Builder - Class in com.wrapper.spotify.requests.data.tracks
-
- getTracks() - Method in class com.wrapper.spotify.model_objects.special.SearchResult
-
Get the track objects contained in the search result object.
- getTracks() - Method in class com.wrapper.spotify.model_objects.specification.Album
-
Get a page of tracks of the album.
- getTracks() - Method in class com.wrapper.spotify.model_objects.specification.Playlist
-
Get information about the tracks of the playlist.
- getTracks() - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified
-
Get information about the tracks of the playlist.
- getTracks() - Method in class com.wrapper.spotify.model_objects.specification.Recommendations
-
Get the (simplified) tracks from the recommendations object.
- getType() - Method in enum com.wrapper.spotify.enums.AlbumType
-
Get the album type as a string.
- getType() - Method in enum com.wrapper.spotify.enums.CopyrightType
-
- getType() - Method in enum com.wrapper.spotify.enums.Modality
-
- getType() - Method in enum com.wrapper.spotify.enums.ModelObjectType
-
Get the model object type as a string.
- getType() - Method in enum com.wrapper.spotify.enums.ProductType
-
Get the Spotify product type as a string.
- getType() - Method in class com.wrapper.spotify.model_objects.miscellaneous.Device
-
Get the type of the device.
- getType() - Method in class com.wrapper.spotify.model_objects.specification.Album
-
Get the model object type.
- getType() - Method in class com.wrapper.spotify.model_objects.specification.AlbumSimplified
-
Get the model object type.
- getType() - Method in class com.wrapper.spotify.model_objects.specification.Artist
-
Get the model object type.
- getType() - Method in class com.wrapper.spotify.model_objects.specification.ArtistSimplified
-
Get the model object type.
- getType() - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures
-
Get the model object type.
- getType() - Method in class com.wrapper.spotify.model_objects.specification.Context
-
Get the model object type of the context.
- getType() - Method in class com.wrapper.spotify.model_objects.specification.Copyright
-
- getType() - Method in class com.wrapper.spotify.model_objects.specification.Playlist
-
Get the model object type.
- getType() - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified
-
Get the model object type.
- getType() - Method in class com.wrapper.spotify.model_objects.specification.RecommendationsSeed
-
Get the entity type of this seed.
- getType() - Method in class com.wrapper.spotify.model_objects.specification.Track
-
Get the model object type, which should be a "track" in this case.
- getType() - Method in class com.wrapper.spotify.model_objects.specification.TrackLink
-
Get the model object type, which should be a "track" in this case.
- getType() - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified
-
Get the model object type, which should be a "track" in this case.
- getType() - Method in class com.wrapper.spotify.model_objects.specification.User
-
Get the model object type.
- getUri() - Method in class com.wrapper.spotify.model_objects.special.PlaylistTrackPosition
-
- getUri() - Method in class com.wrapper.spotify.model_objects.specification.Album
-
Get the Spotify URI of the album.
- getUri() - Method in class com.wrapper.spotify.model_objects.specification.AlbumSimplified
-
Get the Spotify URI of the album.
- getUri() - Method in class com.wrapper.spotify.model_objects.specification.Artist
-
Get the Spotify URI of the artist.
- getUri() - Method in class com.wrapper.spotify.model_objects.specification.ArtistSimplified
-
Get the Spotify URI of the artist.
- getUri() - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures
-
- getUri() - Method in class com.wrapper.spotify.model_objects.specification.Context
-
- getUri() - Method in class com.wrapper.spotify.model_objects.specification.Playlist
-
- getUri() - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified
-
- getUri() - Method in class com.wrapper.spotify.model_objects.specification.Track
-
Get the Spotify track URI.
- getUri() - Method in class com.wrapper.spotify.model_objects.specification.TrackLink
-
- getUri() - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified
-
Get the Spotify track URI.
- getUri() - Method in class com.wrapper.spotify.model_objects.specification.User
-
- getUri() - Method in class com.wrapper.spotify.requests.AbstractRequest
-
- getUri() - Method in interface com.wrapper.spotify.requests.IRequest
-
- getUrl() - Method in class com.wrapper.spotify.model_objects.specification.Image
-
Get the source URL of the image.
- getUsersAvailableDevices() - Method in class com.wrapper.spotify.SpotifyApi
-
Get information about an users available devices.
- GetUsersAvailableDevicesRequest - Class in com.wrapper.spotify.requests.data.player
-
Get information about a user’s available devices.
- GetUsersAvailableDevicesRequest.Builder - Class in com.wrapper.spotify.requests.data.player
-
- getUsersCurrentlyPlayingTrack() - Method in class com.wrapper.spotify.SpotifyApi
-
Get the object currently being played on the users Spotify account.
- GetUsersCurrentlyPlayingTrackRequest - Class in com.wrapper.spotify.requests.data.player
-
Get the object currently being played on the user’s Spotify account.
- GetUsersCurrentlyPlayingTrackRequest.Builder - Class in com.wrapper.spotify.requests.data.player
-
- getUsersFollowedArtists(ModelObjectType) - Method in class com.wrapper.spotify.SpotifyApi
-
Get the current user’s followed artists.
- GetUsersFollowedArtistsRequest - Class in com.wrapper.spotify.requests.data.follow
-
Get the current user’s followed artists.
- GetUsersFollowedArtistsRequest.Builder - Class in com.wrapper.spotify.requests.data.follow
-
- getUsersProfile(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Get public profile information about a Spotify user.
- GetUsersProfileRequest - Class in com.wrapper.spotify.requests.data.users_profile
-
Get public profile information about a Spotify user.
- GetUsersProfileRequest.Builder - Class in com.wrapper.spotify.requests.data.users_profile
-
- getUsersSavedTracks() - Method in class com.wrapper.spotify.SpotifyApi
-
Get an users "Your Music" tracks.
- GetUsersSavedTracksRequest - Class in com.wrapper.spotify.requests.data.library
-
Get a list of the songs saved in the current Spotify user’s "Your Music" library.
- GetUsersSavedTracksRequest.Builder - Class in com.wrapper.spotify.requests.data.library
-
- getUsersTopArtists() - Method in class com.wrapper.spotify.SpotifyApi
-
Get the current users top artists based on calculated affinity.
- getUsersTopArtistsAndTracks(ModelObjectType) - Method in class com.wrapper.spotify.SpotifyApi
-
Get the current users top artists or tracks based on calculated affinity.
- GetUsersTopArtistsAndTracksRequest<T extends IArtistTrackModelObject> - Class in com.wrapper.spotify.requests.data.personalization
-
This class only exists for theoretical purposes.
- GetUsersTopArtistsAndTracksRequest.Builder<T extends IArtistTrackModelObject> - Class in com.wrapper.spotify.requests.data.personalization
-
- GetUsersTopArtistsRequest - Class in com.wrapper.spotify.requests.data.personalization.simplified
-
Get the current user’s top artists based on calculated affinity.
- GetUsersTopArtistsRequest.Builder - Class in com.wrapper.spotify.requests.data.personalization.simplified
-
- getUsersTopTracks() - Method in class com.wrapper.spotify.SpotifyApi
-
Get the current users top tracks based on calculated affinity.
- GetUsersTopTracksRequest - Class in com.wrapper.spotify.requests.data.personalization.simplified
-
Get the current user’s top tracks based on calculated affinity.
- GetUsersTopTracksRequest.Builder - Class in com.wrapper.spotify.requests.data.personalization.simplified
-
- getValence() - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures
-
Get the valence of the track as a value between 0.0 and 1.0.
A track with a high valence sounds more positive (happy, cheerful, euphoric) like the track with a low valence.
- getVolume_percent() - Method in class com.wrapper.spotify.model_objects.miscellaneous.Device
-
Get the current volume of the device in percent.
- getWidth() - Method in class com.wrapper.spotify.model_objects.specification.Image
-
Get the width of the image in pixels.
- getWindowSeconds() - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack
-
Get the window seconds.
- grant_type(String) - Method in class com.wrapper.spotify.requests.authorization.authorization_code.AuthorizationCodeRefreshRequest.Builder
-
The grant type setter.
- grant_type(String) - Method in class com.wrapper.spotify.requests.authorization.authorization_code.AuthorizationCodeRequest.Builder
-
The grant type setter.
- grant_type(String) - Method in class com.wrapper.spotify.requests.authorization.client_credentials.ClientCredentialsRequest.Builder
-
The grant type setter.
- saveAlbumsForCurrentUser(JsonArray) - Method in class com.wrapper.spotify.SpotifyApi
-
Save albums in the users "Your Music" library.
- saveAlbumsForCurrentUser(String...) - Method in class com.wrapper.spotify.SpotifyApi
-
Save albums in the users "Your Music" library.
- SaveAlbumsForCurrentUserRequest - Class in com.wrapper.spotify.requests.data.library
-
Save one or more albums to the current user’s "Your Music" library.
- SaveAlbumsForCurrentUserRequest.Builder - Class in com.wrapper.spotify.requests.data.library
-
- SavedAlbum - Class in com.wrapper.spotify.model_objects.specification
-
- SavedAlbum.Builder - Class in com.wrapper.spotify.model_objects.specification
-
- SavedAlbum.JsonUtil - Class in com.wrapper.spotify.model_objects.specification
-
- SavedTrack - Class in com.wrapper.spotify.model_objects.specification
-
- SavedTrack.Builder - Class in com.wrapper.spotify.model_objects.specification
-
- SavedTrack.JsonUtil - Class in com.wrapper.spotify.model_objects.specification
-
- saveTracksForUser(JsonArray) - Method in class com.wrapper.spotify.SpotifyApi
-
Save tracks in the users "Your Music" library.
- saveTracksForUser(String...) - Method in class com.wrapper.spotify.SpotifyApi
-
Save tracks in the users "Your Music" library.
- SaveTracksForUserRequest - Class in com.wrapper.spotify.requests.data.library
-
Save one or more tracks to the current user’s "Your Music" library.
- SaveTracksForUserRequest.Builder - Class in com.wrapper.spotify.requests.data.library
-
- scope(String) - Method in class com.wrapper.spotify.requests.authorization.authorization_code.AuthorizationCodeUriRequest.Builder
-
The scope setter.
- searchAlbums(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Get Spotify catalog information about albums that match a keyword string.
- SearchAlbumsRequest - Class in com.wrapper.spotify.requests.data.search.simplified
-
Get Spotify catalog information about albums that match a keyword string.
- SearchAlbumsRequest.Builder - Class in com.wrapper.spotify.requests.data.search.simplified
-
- searchArtists(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Get Spotify catalog information about artists that match a keyword string.
- SearchArtistsRequest - Class in com.wrapper.spotify.requests.data.search.simplified
-
Get Spotify catalog information about artists that match a keyword string.
- SearchArtistsRequest.Builder - Class in com.wrapper.spotify.requests.data.search.simplified
-
- searchItem(String, String) - Method in class com.wrapper.spotify.SpotifyApi
-
Get Spotify catalog information about artists, albums, tracks or playlists that match a keyword string.
- SearchItemRequest - Class in com.wrapper.spotify.requests.data.search
-
Get Spotify catalog information about artists, albums, tracks or playlists that match a keyword string.
- SearchItemRequest.Builder - Class in com.wrapper.spotify.requests.data.search
-
- searchPlaylists(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Get Spotify catalog information about playlists that match a keyword string.
- SearchPlaylistsRequest - Class in com.wrapper.spotify.requests.data.search.simplified
-
Get Spotify catalog information about playlists that match a keyword string.
- SearchPlaylistsRequest.Builder - Class in com.wrapper.spotify.requests.data.search.simplified
-
- SearchResult - Class in com.wrapper.spotify.model_objects.special
-
- SearchResult.Builder - Class in com.wrapper.spotify.model_objects.special
-
- SearchResult.JsonUtil - Class in com.wrapper.spotify.model_objects.special
-
- searchTracks(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Get Spotify catalog information about tracks that match a keyword string.
- SearchTracksRequest - Class in com.wrapper.spotify.requests.data.search.simplified
-
Get Spotify catalog information about tracks that match a keyword string.
- SearchTracksRequest.Builder - Class in com.wrapper.spotify.requests.data.search.simplified
-
- seed_artists(String) - Method in class com.wrapper.spotify.requests.data.browse.GetRecommendationsRequest.Builder
-
The seed artists setter.
- seed_genres(String) - Method in class com.wrapper.spotify.requests.data.browse.GetRecommendationsRequest.Builder
-
The seed genres setter.
- seed_tracks(String) - Method in class com.wrapper.spotify.requests.data.browse.GetRecommendationsRequest.Builder
-
The seed tracks setter.
- seekToPositionInCurrentlyPlayingTrack(int) - Method in class com.wrapper.spotify.SpotifyApi
-
Seeks to the given position in the users currently playing track.
- SeekToPositionInCurrentlyPlayingTrackRequest - Class in com.wrapper.spotify.requests.data.player
-
Seeks to the given position in the user’s currently playing track.
- SeekToPositionInCurrentlyPlayingTrackRequest.Builder - Class in com.wrapper.spotify.requests.data.player
-
- ServiceUnavailableException - Exception in com.wrapper.spotify.exceptions.detailed
-
The server is currently unable to handle the request due to a temporary condition which will be alleviated after some
delay.
- ServiceUnavailableException() - Constructor for exception com.wrapper.spotify.exceptions.detailed.ServiceUnavailableException
-
- ServiceUnavailableException(String) - Constructor for exception com.wrapper.spotify.exceptions.detailed.ServiceUnavailableException
-
- ServiceUnavailableException(String, Throwable) - Constructor for exception com.wrapper.spotify.exceptions.detailed.ServiceUnavailableException
-
- setAccessToken(String) - Method in class com.wrapper.spotify.model_objects.credentials.AuthorizationCodeCredentials.Builder
-
The access token setter.
- setAccessToken(String) - Method in class com.wrapper.spotify.model_objects.credentials.ClientCredentials.Builder
-
The access token setter.
- setAccessToken(String) - Method in class com.wrapper.spotify.SpotifyApi.Builder
-
The access token setter.
- setAccessToken(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Set the access token of the API object.
- setAcousticness(Float) - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures.Builder
-
Set the acousticness of the audio features object to be built.
- setAddedAt(Date) - Method in class com.wrapper.spotify.model_objects.specification.PlaylistTrack.Builder
-
Set the "added at" date of the playlist track to be built.
- setAddedAt(Date) - Method in class com.wrapper.spotify.model_objects.specification.SavedAlbum.Builder
-
Set the "added at" date of the saved album to be built.
- setAddedAt(Date) - Method in class com.wrapper.spotify.model_objects.specification.SavedTrack.Builder
-
Set the "added at" date of the saved track to be built.
- setAddedBy(User) - Method in class com.wrapper.spotify.model_objects.specification.PlaylistTrack.Builder
-
Set the user who added the track to the playlist.
- setAfter(String) - Method in class com.wrapper.spotify.model_objects.specification.Cursor.Builder
-
The after key setter.
- setAfterFilteringSize(Integer) - Method in class com.wrapper.spotify.model_objects.specification.RecommendationsSeed.Builder
-
The after filtering size setter.
- setAfterRelinkingSize(Integer) - Method in class com.wrapper.spotify.model_objects.specification.RecommendationsSeed.Builder
-
The after relinking size setter.
- setAlbum(Album) - Method in class com.wrapper.spotify.model_objects.specification.SavedAlbum.Builder
-
Set the full album object of the saved album to be built.
- setAlbum(AlbumSimplified) - Method in class com.wrapper.spotify.model_objects.specification.Track.Builder
-
Set the album of the track to be built.
- setAlbums(Paging<AlbumSimplified>) - Method in class com.wrapper.spotify.model_objects.special.SearchResult.Builder
-
The albums setter.
- setAlbumType(AlbumType) - Method in class com.wrapper.spotify.model_objects.specification.Album.Builder
-
Set the type of the album to be built.
- setAlbumType(AlbumType) - Method in class com.wrapper.spotify.model_objects.specification.AlbumSimplified.Builder
-
Set the type of the album to be built.
- setAnalysisChannels(Integer) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The analysis channels setter.
- setAnalysisSampleRate(Long) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The analysis sample rate setter.
- setAnalysisTime(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisMeta.Builder
-
The analysis time setter.
- setAnalysisUrl(String) - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures.Builder
-
Set the Spotify Web API audio analysis endpoint URL of the audio features object to be built.
- setAnalyzerVersion(String) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisMeta.Builder
-
The Analyzer software version setter.
- setArtists(ArtistSimplified...) - Method in class com.wrapper.spotify.model_objects.specification.Album.Builder
-
Set the artists of the album to be built.
- setArtists(ArtistSimplified...) - Method in class com.wrapper.spotify.model_objects.specification.AlbumSimplified.Builder
-
Set the artists of the album to be built.
- setArtists(ArtistSimplified...) - Method in class com.wrapper.spotify.model_objects.specification.Track.Builder
-
Set the artists of the track to be built.
- setArtists(ArtistSimplified...) - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified.Builder
-
Set the artists of the track to be built.
- setArtists(Paging<Artist>) - Method in class com.wrapper.spotify.model_objects.special.SearchResult.Builder
-
The artists setter.
- setAvailableMarkets(CountryCode...) - Method in class com.wrapper.spotify.model_objects.specification.Album.Builder
-
Set the available markets of the album to be built.
- setAvailableMarkets(CountryCode...) - Method in class com.wrapper.spotify.model_objects.specification.AlbumSimplified.Builder
-
Set the available markets of the album to be built.
- setAvailableMarkets(CountryCode...) - Method in class com.wrapper.spotify.model_objects.specification.Track.Builder
-
Set the available markets of the track to be built.
- setAvailableMarkets(CountryCode...) - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified.Builder
-
Set the available markets of the track to be built.
- setBars(AudioAnalysisMeasure[]) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysis.Builder
-
Track bars setter.
- setBeats(AudioAnalysisMeasure[]) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysis.Builder
-
The track beats setter.
- setBirthdate(String) - Method in class com.wrapper.spotify.model_objects.specification.User.Builder
-
Set the birthday of the user object to be built.
- setBody(HttpEntity) - Method in class com.wrapper.spotify.requests.AbstractRequest.Builder
-
- setBody(HttpEntity) - Method in interface com.wrapper.spotify.requests.IRequest.Builder
-
- setBodyParameter(String, T) - Method in interface com.wrapper.spotify.requests.IRequest.Builder
-
- setBodyParameter(String, X) - Method in class com.wrapper.spotify.requests.AbstractRequest.Builder
-
- setCacheMaxEntries(Integer) - Method in class com.wrapper.spotify.SpotifyHttpManager.Builder
-
- setCacheMaxObjectSize(Integer) - Method in class com.wrapper.spotify.SpotifyHttpManager.Builder
-
- setClientId(String) - Method in class com.wrapper.spotify.SpotifyApi.Builder
-
The client ID setter.
- setClientSecret(String) - Method in class com.wrapper.spotify.SpotifyApi.Builder
-
The client secret setter.
- setCodeString(String) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The code string setter.
- setCodeVersion(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The code string version setter.
- setCollaborative(Boolean) - Method in class com.wrapper.spotify.model_objects.specification.Playlist.Builder
-
Set whether the playlist to be built is collaborative or not.
- setCollaborative(Boolean) - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified.Builder
-
Set whether the playlist to be built is collaborative or not.
- setConfidence(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisMeasure.Builder
-
The confidence setter.
- setConnectionRequestTimeout(Integer) - Method in class com.wrapper.spotify.SpotifyHttpManager.Builder
-
- setConnectTimeout(Integer) - Method in class com.wrapper.spotify.SpotifyHttpManager.Builder
-
- setContentType(ContentType) - Method in class com.wrapper.spotify.requests.AbstractRequest.Builder
-
- setContentType(ContentType) - Method in interface com.wrapper.spotify.requests.IRequest.Builder
-
- setContext(Context) - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlaying.Builder
-
The playing context setter.
- setContext(Context) - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
-
The playing context setter.
- setContext(Context) - Method in class com.wrapper.spotify.model_objects.specification.PlayHistory.Builder
-
The context setter.
- setCopyrights(Copyright...) - Method in class com.wrapper.spotify.model_objects.specification.Album.Builder
-
Set the copyrights of the album to be built.
- setCountry(CountryCode) - Method in class com.wrapper.spotify.model_objects.specification.User.Builder
-
Set the home country of the user object to be built.
- setCursors(Cursor...) - Method in class com.wrapper.spotify.model_objects.specification.PagingCursorbased.Builder
-
The cursor setter.
- setDanceability(Float) - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures.Builder
-
Set the danceability of the audio features object to be built.
- setDefaults(IHttpManager, String, String, Integer) - Method in class com.wrapper.spotify.requests.AbstractRequest.Builder
-
- setDefaults(IHttpManager, String, String, Integer) - Method in interface com.wrapper.spotify.requests.IRequest.Builder
-
- setDescription(String) - Method in class com.wrapper.spotify.model_objects.specification.Playlist.Builder
-
Set the description of the playlist to be built.
- setDetailedStatus(String) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisMeta.Builder
-
The detailed status setter.
- setDevice(Device) - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
-
The active device setter.
- setDiscNumber(Integer) - Method in class com.wrapper.spotify.model_objects.specification.Track.Builder
-
Set the disc numer of the track to be built.
- setDiscNumber(Integer) - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified.Builder
-
Set the disc numer of the track to be built.
- setDisplayName(String) - Method in class com.wrapper.spotify.model_objects.specification.User.Builder
-
Set the display name of the user to be built.
- setDuration(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisMeasure.Builder
-
The duration setter.
- setDuration(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The track duration setter.
- setDurationMs(Integer) - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures.Builder
-
Set the duration in milliseconds of the audio features object to be built.
- setDurationMs(Integer) - Method in class com.wrapper.spotify.model_objects.specification.Track.Builder
-
Set the duration in milliseconds of the track to be built.
- setDurationMs(Integer) - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified.Builder
-
Set the duration in milliseconds of the track to be built.
- setEchoprintString(String) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The echoprint string setter.
- setEchoprintVersion(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The echoprint string version setter.
- setEmail(String) - Method in class com.wrapper.spotify.model_objects.specification.User.Builder
-
Set the email address of the user to be built.
- setEndOfFadeIn(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The end of fade in introduction setter.
- setEnergy(Float) - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures.Builder
-
Set the energy of the audio features object to be built.
- setError(String) - Method in class com.wrapper.spotify.model_objects.credentials.error.AuthenticationError.Builder
-
The error setter.
- setError_description(String) - Method in class com.wrapper.spotify.model_objects.credentials.error.AuthenticationError.Builder
-
The error description setter.
- setExpiresIn(Integer) - Method in class com.wrapper.spotify.model_objects.credentials.AuthorizationCodeCredentials.Builder
-
The expiration time setter.
- setExpiresIn(Integer) - Method in class com.wrapper.spotify.model_objects.credentials.ClientCredentials.Builder
-
The expiration time setter.
- setExplicit(Boolean) - Method in class com.wrapper.spotify.model_objects.specification.Track.Builder
-
Set whether the track to be built is explicit or not.
- setExplicit(Boolean) - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified.Builder
-
Set whether the track to be built is explicit or not.
- setExternalIds(ExternalId) - Method in class com.wrapper.spotify.model_objects.specification.Album.Builder
-
Set the external IDs of the album to be built.
- setExternalIds(ExternalId) - Method in class com.wrapper.spotify.model_objects.specification.Track.Builder
-
Set the external IDs of the track to be built.
- setExternalIds(Map<String, String>) - Method in class com.wrapper.spotify.model_objects.specification.ExternalId.Builder
-
External IDs setter.
- setExternalUrls(ExternalUrl) - Method in class com.wrapper.spotify.model_objects.specification.Album.Builder
-
Set external URLs of the album to be built.
- setExternalUrls(ExternalUrl) - Method in class com.wrapper.spotify.model_objects.specification.AlbumSimplified.Builder
-
Set external URLs of the album to be built.
- setExternalUrls(ExternalUrl) - Method in class com.wrapper.spotify.model_objects.specification.Artist.Builder
-
Set external URLs of the artist to be built.
- setExternalUrls(ExternalUrl) - Method in class com.wrapper.spotify.model_objects.specification.ArtistSimplified.Builder
-
Set external URLs of the artist to be built.
- setExternalUrls(ExternalUrl) - Method in class com.wrapper.spotify.model_objects.specification.Context.Builder
-
The external URLs setter.
- setExternalUrls(ExternalUrl) - Method in class com.wrapper.spotify.model_objects.specification.Playlist.Builder
-
Set the external URLs of the playlist to be built.
- setExternalUrls(ExternalUrl) - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified.Builder
-
Set the external URLs of the playlist to be built.
- setExternalUrls(ExternalUrl) - Method in class com.wrapper.spotify.model_objects.specification.Track.Builder
-
Set external URLs of the track to be built.
- setExternalUrls(ExternalUrl) - Method in class com.wrapper.spotify.model_objects.specification.TrackLink.Builder
-
Set external URLs of the track to be built.
- setExternalUrls(ExternalUrl) - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified.Builder
-
Set external URLs of the track to be built.
- setExternalUrls(ExternalUrl) - Method in class com.wrapper.spotify.model_objects.specification.User.Builder
-
Set external urls of the user to be built.
- setExternalUrls(Map<String, String>) - Method in class com.wrapper.spotify.model_objects.specification.ExternalUrl.Builder
-
The external URLs setter.
- setFollowers(Followers) - Method in class com.wrapper.spotify.model_objects.specification.Artist.Builder
-
Set the followers object of the artist to be built.
- setFollowers(Followers) - Method in class com.wrapper.spotify.model_objects.specification.Playlist.Builder
-
Set information about the followers of the playlist to be built.
- setFollowers(Followers) - Method in class com.wrapper.spotify.model_objects.specification.User.Builder
-
Set the followers object of the user to be built.
- setGenres(String...) - Method in class com.wrapper.spotify.model_objects.specification.Album.Builder
-
Set the genres of the album to be built.
- setGenres(String...) - Method in class com.wrapper.spotify.model_objects.specification.Artist.Builder
-
Set the genres of the artist to be built.
- setHeader(String, T) - Method in interface com.wrapper.spotify.requests.IRequest.Builder
-
- setHeader(String, X) - Method in class com.wrapper.spotify.requests.AbstractRequest.Builder
-
- setHeight(Integer) - Method in class com.wrapper.spotify.model_objects.specification.Image.Builder
-
The height setter.
- setHost(String) - Method in class com.wrapper.spotify.requests.AbstractRequest.Builder
-
- setHost(String) - Method in interface com.wrapper.spotify.requests.IRequest.Builder
-
- setHost(String) - Method in class com.wrapper.spotify.SpotifyApi.Builder
-
The Spotify API host setter.
- setHref(String) - Method in class com.wrapper.spotify.model_objects.miscellaneous.PlaylistTracksInformation.Builder
-
Set href of Spotify Web API endpoint of the playlist tracks information object to be built.
- setHref(String) - Method in class com.wrapper.spotify.model_objects.specification.Album.Builder
-
Set href of Spotify Web API endpoint of the album to be built.
- setHref(String) - Method in class com.wrapper.spotify.model_objects.specification.AlbumSimplified.Builder
-
Set href of Spotify Web API endpoint of the album to be built.
- setHref(String) - Method in class com.wrapper.spotify.model_objects.specification.Artist.Builder
-
Set href of Spotify Web API endpoint of the artist to be built.
- setHref(String) - Method in class com.wrapper.spotify.model_objects.specification.ArtistSimplified.Builder
-
Set href of Spotify Web API endpoint of the artist to be built.
- setHref(String) - Method in class com.wrapper.spotify.model_objects.specification.Category.Builder
-
The category href setter.
- setHref(String) - Method in class com.wrapper.spotify.model_objects.specification.Context.Builder
-
The context href setter.
- setHref(String) - Method in class com.wrapper.spotify.model_objects.specification.Followers.Builder
-
The href setter.
- setHref(String) - Method in class com.wrapper.spotify.model_objects.specification.Paging.Builder
-
The href setter.
- setHref(String) - Method in class com.wrapper.spotify.model_objects.specification.PagingCursorbased.Builder
-
The href setter.
- setHref(String) - Method in class com.wrapper.spotify.model_objects.specification.Playlist.Builder
-
Set the link to the Spotify Web API endpoint providing full details of the playlist.
- setHref(String) - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified.Builder
-
Set the link to the Spotify Web API endpoint providing full details of the playlist.
- setHref(String) - Method in class com.wrapper.spotify.model_objects.specification.RecommendationsSeed.Builder
-
The href setter.
- setHref(String) - Method in class com.wrapper.spotify.model_objects.specification.Track.Builder
-
Set href of Spotify Web API endpoint of the track to be built.
- setHref(String) - Method in class com.wrapper.spotify.model_objects.specification.TrackLink.Builder
-
Set href of Spotify Web API endpoint of the track to be built.
- setHref(String) - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified.Builder
-
Set href of Spotify Web API endpoint of the track to be built.
- setHref(String) - Method in class com.wrapper.spotify.model_objects.specification.User.Builder
-
Set href of Spotify api endpoint of the user to be built.
- setHttpManager(IHttpManager) - Method in class com.wrapper.spotify.requests.AbstractRequest.Builder
-
- setHttpManager(IHttpManager) - Method in interface com.wrapper.spotify.requests.IRequest.Builder
-
- setHttpManager(IHttpManager) - Method in class com.wrapper.spotify.SpotifyApi.Builder
-
The HttpManager setter.
- setIcons(Image...) - Method in class com.wrapper.spotify.model_objects.specification.Category.Builder
-
The category icon setter.
- setId(String) - Method in class com.wrapper.spotify.model_objects.miscellaneous.Device.Builder
-
The device ID setter.
- setId(String) - Method in class com.wrapper.spotify.model_objects.specification.Album.Builder
-
Set album ID of the album to be built.
- setId(String) - Method in class com.wrapper.spotify.model_objects.specification.AlbumSimplified.Builder
-
Set album ID of the album to be built.
- setId(String) - Method in class com.wrapper.spotify.model_objects.specification.Artist.Builder
-
Set artist ID of the artist to be built.
- setId(String) - Method in class com.wrapper.spotify.model_objects.specification.ArtistSimplified.Builder
-
Set artist ID of the artist to be built.
- setId(String) - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures.Builder
-
Set the Spotify track ID of the audio features object to be built.
- setId(String) - Method in class com.wrapper.spotify.model_objects.specification.Category.Builder
-
The category ID setter.
- setId(String) - Method in class com.wrapper.spotify.model_objects.specification.Playlist.Builder
-
Set the Spotify ID for the playlist to be built.
- setId(String) - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified.Builder
-
Set the Spotify ID for the playlist to be built.
- setId(String) - Method in class com.wrapper.spotify.model_objects.specification.RecommendationsSeed.Builder
-
The ID setter.
- setId(String) - Method in class com.wrapper.spotify.model_objects.specification.Track.Builder
-
Set track ID of the track to be built.
- setId(String) - Method in class com.wrapper.spotify.model_objects.specification.TrackLink.Builder
-
Set the Spotify ID of the track to be built.
- setId(String) - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified.Builder
-
Set track ID of the track to be built.
- setId(String) - Method in class com.wrapper.spotify.model_objects.specification.User.Builder
-
Set user ID of the user to be built.
- setImages(Image...) - Method in class com.wrapper.spotify.model_objects.specification.Album.Builder
-
Set the cover art in different sizes of the album to be built.
- setImages(Image...) - Method in class com.wrapper.spotify.model_objects.specification.AlbumSimplified.Builder
-
Set the cover art in different sizes of the album to be built.
- setImages(Image...) - Method in class com.wrapper.spotify.model_objects.specification.Artist.Builder
-
Set the images of the artist to be built, like the header image.
- setImages(Image...) - Method in class com.wrapper.spotify.model_objects.specification.Playlist.Builder
-
Set the cover image of the playlist to be built.
- setImages(Image...) - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified.Builder
-
Set the cover image of the playlist to be built.
- setImages(Image...) - Method in class com.wrapper.spotify.model_objects.specification.User.Builder
-
Set the profile image of the user to be built.
- setInitialPoolSize(Integer) - Method in class com.wrapper.spotify.model_objects.specification.RecommendationsSeed.Builder
-
The initial pool size setter.
- setInputProcess(String) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisMeta.Builder
-
The input process setter.
- setInstrumentalness(Float) - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures.Builder
-
Set the instrumentalness of the audio features object to be built.
- setIs_active(Boolean) - Method in class com.wrapper.spotify.model_objects.miscellaneous.Device.Builder
-
The active device state setter.
- setIs_playing(Boolean) - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlaying.Builder
-
The playing state setter.
- setIs_playing(Boolean) - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
-
The playing state setter.
- setIs_restricted(Boolean) - Method in class com.wrapper.spotify.model_objects.miscellaneous.Device.Builder
-
The device restriction state setter.
- setIsLocal(Boolean) - Method in class com.wrapper.spotify.model_objects.specification.PlaylistTrack.Builder
-
Set whether the track to be built is local or not.
- setIsPlayable(Boolean) - Method in class com.wrapper.spotify.model_objects.specification.Track.Builder
-
Set whether the track to be built is playable in your market region or not.
- setIsPlayable(Boolean) - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified.Builder
-
Set whether the track to be built is playable in your market region or not.
- setItem(Track) - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlaying.Builder
-
The currently playing track setter.
- setItem(Track) - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
-
The currently playing track setter.
- setItems(T[]) - Method in class com.wrapper.spotify.model_objects.specification.Paging.Builder
-
The items setter.
- setItems(T[]) - Method in class com.wrapper.spotify.model_objects.specification.PagingCursorbased.Builder
-
The items setter.
- setKey(Integer) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
-
The key setter.
- setKey(Integer) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The track key setter.
- setKey(Integer) - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures.Builder
-
Set the key of the audio features object to be built.
- setKeyConfidence(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
-
The key confidence setter.
- setKeyConfidence(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The key confidence setter.
- setLabel(String) - Method in class com.wrapper.spotify.model_objects.specification.Album.Builder
-
Set the label of the album to be built.
- setLimit(Integer) - Method in class com.wrapper.spotify.model_objects.specification.Paging.Builder
-
The request limit setter.
- setLimit(Integer) - Method in class com.wrapper.spotify.model_objects.specification.PagingCursorbased.Builder
-
The request limit setter.
- setLinkedFrom(TrackLink) - Method in class com.wrapper.spotify.model_objects.specification.Track.Builder
-
Set the track link object of the track to be built.
- setLinkedFrom(TrackLink) - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified.Builder
-
Set the track link object of the track to be built.
- setLiveness(Float) - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures.Builder
-
Set the liveness of the audio features object to be built.
- setLoudness(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
-
The loudness setter.
- setLoudness(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The average loudness setter.
- setLoudness(Float) - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures.Builder
-
Set the loudness of the audio features object to be built.
- setLoudnessEnd(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSegment.Builder
-
The end loudness setter.
- setLoudnessMax(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSegment.Builder
-
The max loudness setter.
- setLoudnessMaxTime(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSegment.Builder
-
The max loudness time setter.
- setLoudnessStart(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSegment.Builder
-
The start loudness setter.
- setMeasure(AudioAnalysisMeasure) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
-
The measure setter.
- setMeasure(AudioAnalysisMeasure) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSegment.Builder
-
The measure setter.
- setMessage(String) - Method in class com.wrapper.spotify.model_objects.special.FeaturedPlaylists.Builder
-
Set the message, which normally would be displayed on the front page of the "browse" tab.
- setMessage(String) - Method in class com.wrapper.spotify.model_objects.specification.Error.Builder
-
The error message setter.
- setMeta(AudioAnalysisMeta) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysis.Builder
-
The anaylzer metadata setter.
- setMode(Modality) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
-
The mode setter.
- setMode(Modality) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The track modality setter.
- setMode(Modality) - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures.Builder
-
Set the mode of the audio features object to be built.
- setModeConfidence(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
-
The mode confidence setter.
- setModeConfidence(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The modality confidence setter.
- setName(String) - Method in class com.wrapper.spotify.model_objects.miscellaneous.Device.Builder
-
The device name setter.
- setName(String) - Method in class com.wrapper.spotify.model_objects.specification.Album.Builder
-
Set the name of the album to be built.
- setName(String) - Method in class com.wrapper.spotify.model_objects.specification.AlbumSimplified.Builder
-
Set the name of the album to be built.
- setName(String) - Method in class com.wrapper.spotify.model_objects.specification.Artist.Builder
-
Set the name of the artist to be built.
- setName(String) - Method in class com.wrapper.spotify.model_objects.specification.ArtistSimplified.Builder
-
Set the name of the artist to be built.
- setName(String) - Method in class com.wrapper.spotify.model_objects.specification.Category.Builder
-
The category name setter.
- setName(String) - Method in class com.wrapper.spotify.model_objects.specification.Playlist.Builder
-
Set the name of the playlist to be built.
- setName(String) - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified.Builder
-
Set the name of the playlist to be built.
- setName(String) - Method in class com.wrapper.spotify.model_objects.specification.Track.Builder
-
Set the name of the track to be built.
- setName(String) - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified.Builder
-
Set the name of the track to be built.
- setNext(String) - Method in class com.wrapper.spotify.model_objects.specification.Paging.Builder
-
The next URL setter.
- setNext(String) - Method in class com.wrapper.spotify.model_objects.specification.PagingCursorbased.Builder
-
The next URL setter.
- setNumSamples(Long) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The sample number setter.
- setOffset(Integer) - Method in class com.wrapper.spotify.model_objects.specification.Paging.Builder
-
The offset setter.
- setOffsetSeconds(Integer) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The offset seconds setter.
- setOwner(User) - Method in class com.wrapper.spotify.model_objects.specification.Playlist.Builder
-
Set the owner of the playlist to be built.
- setOwner(User) - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified.Builder
-
Set the owner of the playlist to be built.
- setPath(String) - Method in class com.wrapper.spotify.requests.AbstractRequest.Builder
-
- setPath(String) - Method in interface com.wrapper.spotify.requests.IRequest.Builder
-
- setPathParameter(String, String) - Method in class com.wrapper.spotify.requests.AbstractRequest.Builder
-
- setPathParameter(String, String) - Method in interface com.wrapper.spotify.requests.IRequest.Builder
-
- setPitches(float[]) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSegment.Builder
-
The pitches setter.
- setPlatform(String) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisMeta.Builder
-
The platform setter.
- setPlayedAt(Date) - Method in class com.wrapper.spotify.model_objects.specification.PlayHistory.Builder
-
The played at date setter.
- setPlaylists(Paging<PlaylistSimplified>) - Method in class com.wrapper.spotify.model_objects.special.FeaturedPlaylists.Builder
-
Set a page of playlists contained in the featured playlists object to be built.
- setPlaylists(Paging<PlaylistSimplified>) - Method in class com.wrapper.spotify.model_objects.special.SearchResult.Builder
-
The playlists setter.
- setPopularity(Integer) - Method in class com.wrapper.spotify.model_objects.specification.Album.Builder
-
Set the popularity of the album to be built.
- setPopularity(Integer) - Method in class com.wrapper.spotify.model_objects.specification.Artist.Builder
-
Set the popularity of the artist to be built.
- setPopularity(Integer) - Method in class com.wrapper.spotify.model_objects.specification.Track.Builder
-
Set the popularity of the track to be built.
- setPort(Integer) - Method in class com.wrapper.spotify.requests.AbstractRequest.Builder
-
- setPort(Integer) - Method in interface com.wrapper.spotify.requests.IRequest.Builder
-
- setPort(Integer) - Method in class com.wrapper.spotify.SpotifyApi.Builder
-
The Spotify API port setter.
- setPositions(int...) - Method in class com.wrapper.spotify.model_objects.special.PlaylistTrackPosition.Builder
-
- setPreviewUrl(String) - Method in class com.wrapper.spotify.model_objects.specification.Track.Builder
-
Set the preview URL of the track to be built.
- setPreviewUrl(String) - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified.Builder
-
Set the preview URL of the track to be built.
- setPrevious(String) - Method in class com.wrapper.spotify.model_objects.specification.Paging.Builder
-
The previous URL setter.
- setProduct(ProductType) - Method in class com.wrapper.spotify.model_objects.specification.User.Builder
-
Set the product type of the user to be built.
- setProgress_ms(Integer) - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlaying.Builder
-
The current track progress setter.
- setProgress_ms(Integer) - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
-
The track progress setter.
- setProxy(HttpHost) - Method in class com.wrapper.spotify.SpotifyHttpManager.Builder
-
- setProxyCredentials(UsernamePasswordCredentials) - Method in class com.wrapper.spotify.SpotifyHttpManager.Builder
-
- setProxyPassword(Integer) - Method in class com.wrapper.spotify.SpotifyApi.Builder
-
The proxy password setter.
- setProxyPort(Integer) - Method in class com.wrapper.spotify.SpotifyApi.Builder
-
The proxy port setter.
- setProxyUrl(String) - Method in class com.wrapper.spotify.SpotifyApi.Builder
-
The proxy URL setter.
- setProxyUsername(Integer) - Method in class com.wrapper.spotify.SpotifyApi.Builder
-
The proxy username setter.
- setPublicAccess(Boolean) - Method in class com.wrapper.spotify.model_objects.specification.Playlist.Builder
-
Set whether the playlist to be built is available in public or not.
- setPublicAccess(Boolean) - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified.Builder
-
Set whether the playlist to be built is available in public or not.
- setQueryParameter(String, T) - Method in interface com.wrapper.spotify.requests.IRequest.Builder
-
- setQueryParameter(String, X) - Method in class com.wrapper.spotify.requests.AbstractRequest.Builder
-
- setReason(String) - Method in class com.wrapper.spotify.model_objects.miscellaneous.Restrictions.Builder
-
The restriction reason setter.
- setRedirectUri(URI) - Method in class com.wrapper.spotify.SpotifyApi.Builder
-
The redirect URI setter.
- setRefreshToken(String) - Method in class com.wrapper.spotify.model_objects.credentials.AuthorizationCodeCredentials.Builder
-
The refresh token setter.
- setRefreshToken(String) - Method in class com.wrapper.spotify.SpotifyApi.Builder
-
The refresh token setter.
- setRefreshToken(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Set the refresh token of the API object.
- setReleaseDate(String) - Method in class com.wrapper.spotify.model_objects.specification.Album.Builder
-
Set the release date of the album to be built.
- setReleaseDatePrecision(ReleaseDatePrecision) - Method in class com.wrapper.spotify.model_objects.specification.Album.Builder
-
Set the release date precision of the album to be built.
- setRepeat_state(String) - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
-
The repeat state setter.
- setRepeatModeOnUsersPlayback(String) - Method in class com.wrapper.spotify.SpotifyApi
-
Set the repeat mode for the users playback.
- SetRepeatModeOnUsersPlaybackRequest - Class in com.wrapper.spotify.requests.data.player
-
Set the repeat mode for the user’s playback.
- SetRepeatModeOnUsersPlaybackRequest.Builder - Class in com.wrapper.spotify.requests.data.player
-
- setRestrictions(Restrictions) - Method in class com.wrapper.spotify.model_objects.specification.Track.Builder
-
Set the restrictions object of the track to be built.
- setRetryAfter(int) - Method in exception com.wrapper.spotify.exceptions.detailed.TooManyRequestsException
-
- setRhythmString(String) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The rhythm string setter.
- setRhythmVersion(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The rhythm string version setter.
- setSampleMd5(String) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The sample MD5 setter.
- setScheme(String) - Method in class com.wrapper.spotify.requests.AbstractRequest.Builder
-
- setScheme(String) - Method in interface com.wrapper.spotify.requests.IRequest.Builder
-
- setScheme(String) - Method in class com.wrapper.spotify.SpotifyApi.Builder
-
The scheme setter.
- setScope(String) - Method in class com.wrapper.spotify.model_objects.credentials.AuthorizationCodeCredentials.Builder
-
The scopes setter.
- setSections(AudioAnalysisSection[]) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysis.Builder
-
The track sections setter.
- setSeeds(RecommendationsSeed...) - Method in class com.wrapper.spotify.model_objects.specification.Recommendations.Builder
-
The recommendation seeds setter.
- setSegments(AudioAnalysisSegment[]) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysis.Builder
-
The track segments setter.
- setShuffle_state(Boolean) - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
-
The shuffle state setter.
- setSnapshotId(String) - Method in class com.wrapper.spotify.model_objects.special.SnapshotResult.Builder
-
- setSnapshotId(String) - Method in class com.wrapper.spotify.model_objects.specification.Playlist.Builder
-
Set the version identifier for the playlist to be built.
- setSnapshotId(String) - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified.Builder
-
Set the version identifier for the playlist to be built.
- setSocketTimeout(Integer) - Method in class com.wrapper.spotify.SpotifyHttpManager.Builder
-
- setSpeechiness(Float) - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures.Builder
-
Set the speechiness of the audio features object to be built.
- setStart(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisMeasure.Builder
-
The start point setter.
- setStartOfFadeOut(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The start of fade out setter.
- setStatus(Integer) - Method in class com.wrapper.spotify.model_objects.specification.Error.Builder
-
- setStatusCode(Integer) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisMeta.Builder
-
The status code setter.
- setSynchString(String) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The synch string setter.
- setSynchVersion(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The synch string version setter.
- setTatums(AudioAnalysisMeasure[]) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysis.Builder
-
The track tatums setter.
- setTempo(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
-
The tempo setter.
- setTempo(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The estimated tempo setter.
- setTempo(Float) - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures.Builder
-
Set the tempo of the audio features object to be built.
- setTempoConfidence(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
-
The tempo confidence setter.
- setTempoConfidence(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The tempo confidence setter.
- setText(String) - Method in class com.wrapper.spotify.model_objects.specification.Copyright.Builder
-
The copyright text setter.
- setTimbre(float[]) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSegment.Builder
-
The timbre setter.
- setTimeSignature(Integer) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
-
The time signature setter.
- setTimeSignature(Integer) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The time signature setter.
- setTimeSignature(Integer) - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures.Builder
-
Set the time signature of the audio features object to be built.
- setTimeSignatureConfidence(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
-
The time signature confidence setter.
- setTimeSignatureConfidence(Float) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The time signature confidence setter.
- setTimestamp(Long) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisMeta.Builder
-
The timestamp setter.
- setTimestamp(Long) - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlaying.Builder
-
The timestamp setter.
- setTimestamp(Long) - Method in class com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
-
The timestamp setter.
- setTokenType(String) - Method in class com.wrapper.spotify.model_objects.credentials.AuthorizationCodeCredentials.Builder
-
The access token type setter.
- setTokenType(String) - Method in class com.wrapper.spotify.model_objects.credentials.ClientCredentials.Builder
-
The access token type setter.
- setTotal(Integer) - Method in class com.wrapper.spotify.model_objects.miscellaneous.PlaylistTracksInformation.Builder
-
Set the total amount of tracks in the playlist.
- setTotal(Integer) - Method in class com.wrapper.spotify.model_objects.specification.Followers.Builder
-
The follower count setter.
- setTotal(Integer) - Method in class com.wrapper.spotify.model_objects.specification.Paging.Builder
-
The total amount setter.
- setTotal(Integer) - Method in class com.wrapper.spotify.model_objects.specification.PagingCursorbased.Builder
-
The total amount setter.
- setTrack(AudioAnalysisTrack) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysis.Builder
-
The track data setter.
- setTrack(Track) - Method in class com.wrapper.spotify.model_objects.specification.PlaylistTrack.Builder
-
Set the full track object of the playlist track to be built.
- setTrack(Track) - Method in class com.wrapper.spotify.model_objects.specification.SavedTrack.Builder
-
Set the full track object of the saved track to be built.
- setTrack(TrackSimplified) - Method in class com.wrapper.spotify.model_objects.specification.PlayHistory.Builder
-
The track setter.
- setTrackHref(String) - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures.Builder
-
Set the track href to the Spotify Web API endpoint of the audio features object to be built.
- setTrackNumber(Integer) - Method in class com.wrapper.spotify.model_objects.specification.Track.Builder
-
Set the track number of the track to be built.
- setTrackNumber(Integer) - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified.Builder
-
Set the track number of the track to be built.
- setTracks(PlaylistTracksInformation) - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified.Builder
-
Set some track infromation of the playlist to be built.
- setTracks(Paging<PlaylistTrack>) - Method in class com.wrapper.spotify.model_objects.specification.Playlist.Builder
-
Set the tracks of the playlist to be built.
- setTracks(Paging<Track>) - Method in class com.wrapper.spotify.model_objects.special.SearchResult.Builder
-
The tracks setter.
- setTracks(Paging<TrackSimplified>) - Method in class com.wrapper.spotify.model_objects.specification.Album.Builder
-
Set the tracks of the album to be built.
- setTracks(TrackSimplified...) - Method in class com.wrapper.spotify.model_objects.specification.Recommendations.Builder
-
The recommendated tracks setter.
- setType(CopyrightType) - Method in class com.wrapper.spotify.model_objects.specification.Copyright.Builder
-
The copyright type setter.
- setType(ModelObjectType) - Method in class com.wrapper.spotify.model_objects.specification.Album.Builder
-
Set the type of the model object.
- setType(ModelObjectType) - Method in class com.wrapper.spotify.model_objects.specification.AlbumSimplified.Builder
-
Set the type of the model object.
- setType(ModelObjectType) - Method in class com.wrapper.spotify.model_objects.specification.Artist.Builder
-
Set the type of the model object.
- setType(ModelObjectType) - Method in class com.wrapper.spotify.model_objects.specification.ArtistSimplified.Builder
-
Set the type of the model object.
- setType(ModelObjectType) - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures.Builder
-
Set the type of the model object.
- setType(ModelObjectType) - Method in class com.wrapper.spotify.model_objects.specification.Context.Builder
-
The model object type setter.
- setType(ModelObjectType) - Method in class com.wrapper.spotify.model_objects.specification.Playlist.Builder
-
Set the type of the model object.
- setType(ModelObjectType) - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified.Builder
-
Set the type of the model object.
- setType(ModelObjectType) - Method in class com.wrapper.spotify.model_objects.specification.RecommendationsSeed.Builder
-
The model object type setter.
- setType(ModelObjectType) - Method in class com.wrapper.spotify.model_objects.specification.Track.Builder
-
Set the type of the model object.
- setType(ModelObjectType) - Method in class com.wrapper.spotify.model_objects.specification.TrackLink.Builder
-
Set the type of the model object.
- setType(ModelObjectType) - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified.Builder
-
Set the type of the model object.
- setType(ModelObjectType) - Method in class com.wrapper.spotify.model_objects.specification.User.Builder
-
Set the type of the model object.
- setType(String) - Method in class com.wrapper.spotify.model_objects.miscellaneous.Device.Builder
-
The device type setter.
- setUri(String) - Method in class com.wrapper.spotify.model_objects.special.PlaylistTrackPosition.Builder
-
- setUri(String) - Method in class com.wrapper.spotify.model_objects.specification.Album.Builder
-
Set the Spotify album URI of the album to be built.
- setUri(String) - Method in class com.wrapper.spotify.model_objects.specification.AlbumSimplified.Builder
-
Set the Spotify album URI of the album to be built.
- setUri(String) - Method in class com.wrapper.spotify.model_objects.specification.Artist.Builder
-
Set the Spotify artist URI of the artist to be built.
- setUri(String) - Method in class com.wrapper.spotify.model_objects.specification.ArtistSimplified.Builder
-
Set the Spotify artist URI of the artist to be built.
- setUri(String) - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures.Builder
-
Set the
Spotify URI
of the audio feature objects track to be built.
- setUri(String) - Method in class com.wrapper.spotify.model_objects.specification.Context.Builder
-
The Spotify URI setter.
- setUri(String) - Method in class com.wrapper.spotify.model_objects.specification.Playlist.Builder
-
- setUri(String) - Method in class com.wrapper.spotify.model_objects.specification.PlaylistSimplified.Builder
-
- setUri(String) - Method in class com.wrapper.spotify.model_objects.specification.Track.Builder
-
Set Spotify URI of the track to be built.
- setUri(String) - Method in class com.wrapper.spotify.model_objects.specification.TrackLink.Builder
-
Set the Spotify URI of the track to be built.
- setUri(String) - Method in class com.wrapper.spotify.model_objects.specification.TrackSimplified.Builder
-
Set Spotify URI of the track to be built.
- setUri(String) - Method in class com.wrapper.spotify.model_objects.specification.User.Builder
-
Set the Spotify URI of the user to be built.
- setUrl(String) - Method in class com.wrapper.spotify.model_objects.specification.Image.Builder
-
The source URL setter.
- setValence(Float) - Method in class com.wrapper.spotify.model_objects.specification.AudioFeatures.Builder
-
Set the valence of the audio features object to be built.
- setVolume_percent(Integer) - Method in class com.wrapper.spotify.model_objects.miscellaneous.Device.Builder
-
The device volume setter.
- setVolumeForUsersPlayback(int) - Method in class com.wrapper.spotify.SpotifyApi
-
Set the volume for the users current playback device.
- SetVolumeForUsersPlaybackRequest - Class in com.wrapper.spotify.requests.data.player
-
Set the volume for the user’s current playback device.
- SetVolumeForUsersPlaybackRequest.Builder - Class in com.wrapper.spotify.requests.data.player
-
- setWidth(Integer) - Method in class com.wrapper.spotify.model_objects.specification.Image.Builder
-
The width setter.
- setWindowSeconds(Integer) - Method in class com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
-
The window seconds setter.
- show_dialog(boolean) - Method in class com.wrapper.spotify.requests.authorization.authorization_code.AuthorizationCodeUriRequest.Builder
-
The show dialog setter.
- SINGLE - com.wrapper.spotify.enums.AlbumType
-
- skipUsersPlaybackToNextTrack() - Method in class com.wrapper.spotify.SpotifyApi
-
Skips to next track in the users queue.
- SkipUsersPlaybackToNextTrackRequest - Class in com.wrapper.spotify.requests.data.player
-
Skips to next track in the user’s queue.
- SkipUsersPlaybackToNextTrackRequest.Builder - Class in com.wrapper.spotify.requests.data.player
-
- skipUsersPlaybackToPreviousTrack() - Method in class com.wrapper.spotify.SpotifyApi
-
Skips to previous track in the users queue.
- SkipUsersPlaybackToPreviousTrackRequest - Class in com.wrapper.spotify.requests.data.player
-
Skips to previous track in the user’s queue.
- SkipUsersPlaybackToPreviousTrackRequest.Builder - Class in com.wrapper.spotify.requests.data.player
-
- snapshot_id(String) - Method in class com.wrapper.spotify.requests.data.playlists.ReorderPlaylistsTracksRequest.Builder
-
The playlist snapshot ID setter.
- snapshotId - Variable in class com.wrapper.spotify.model_objects.special.SnapshotResult.Builder
-
- snapshotId(String) - Method in class com.wrapper.spotify.requests.data.playlists.RemoveTracksFromPlaylistRequest.Builder
-
The playlist snapshot ID setter.
- SnapshotResult - Class in com.wrapper.spotify.model_objects.special
-
Retrieve information about Snapshot Result objects by building instances from this class.
- SnapshotResult.Builder - Class in com.wrapper.spotify.model_objects.special
-
- SnapshotResult.JsonUtil - Class in com.wrapper.spotify.model_objects.special
-
- SpotifyApi - Class in com.wrapper.spotify
-
Instances of the SpotifyApi class provide access to the Spotify Web API.
- SpotifyApi.Builder - Class in com.wrapper.spotify
-
- SpotifyApiThreading - Class in com.wrapper.spotify
-
- SpotifyApiThreading() - Constructor for class com.wrapper.spotify.SpotifyApiThreading
-
- SpotifyHttpManager - Class in com.wrapper.spotify
-
- SpotifyHttpManager(SpotifyHttpManager.Builder) - Constructor for class com.wrapper.spotify.SpotifyHttpManager
-
Construct a new SpotifyHttpManager instance.
- SpotifyHttpManager.Builder - Class in com.wrapper.spotify
-
- SpotifyWebApiException - Exception in com.wrapper.spotify.exceptions
-
An exception happened, eg.
- SpotifyWebApiException() - Constructor for exception com.wrapper.spotify.exceptions.SpotifyWebApiException
-
- SpotifyWebApiException(String) - Constructor for exception com.wrapper.spotify.exceptions.SpotifyWebApiException
-
- SpotifyWebApiException(String, Throwable) - Constructor for exception com.wrapper.spotify.exceptions.SpotifyWebApiException
-
- startResumeUsersPlayback() - Method in class com.wrapper.spotify.SpotifyApi
-
Start a new context or resume current playback on the users active device.
- StartResumeUsersPlaybackRequest - Class in com.wrapper.spotify.requests.data.player
-
Start a new context or resume current playback on the user’s active device.
- StartResumeUsersPlaybackRequest.Builder - Class in com.wrapper.spotify.requests.data.player
-
- state(Boolean) - Method in class com.wrapper.spotify.requests.data.player.ToggleShuffleForUsersPlaybackRequest.Builder
-
The toggle state setter.
- state(String) - Method in class com.wrapper.spotify.requests.authorization.authorization_code.AuthorizationCodeUriRequest.Builder
-
The state setter.
- state(String) - Method in class com.wrapper.spotify.requests.data.player.SetRepeatModeOnUsersPlaybackRequest.Builder
-
The repeat state setter.