Index

A B C D E F G H I J K L M N O P Q R S T U V Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractAuthorizationRequest<T> - Class in se.michaelthelin.spotify.requests.authorization
 
AbstractAuthorizationRequest(AbstractAuthorizationRequest.Builder<T, ?>) - Constructor for class se.michaelthelin.spotify.requests.authorization.AbstractAuthorizationRequest
 
AbstractAuthorizationRequest.Builder<T,BT> - Class in se.michaelthelin.spotify.requests.authorization
 
AbstractDataPagingCursorbasedRequest<T> - Class in se.michaelthelin.spotify.requests.data
 
AbstractDataPagingCursorbasedRequest(AbstractDataRequest.Builder<T, ?>) - Constructor for class se.michaelthelin.spotify.requests.data.AbstractDataPagingCursorbasedRequest
 
AbstractDataPagingCursorbasedRequest.Builder<T,A,BT> - Class in se.michaelthelin.spotify.requests.data
 
AbstractDataPagingRequest<T> - Class in se.michaelthelin.spotify.requests.data
 
AbstractDataPagingRequest(AbstractDataRequest.Builder<T, ?>) - Constructor for class se.michaelthelin.spotify.requests.data.AbstractDataPagingRequest
 
AbstractDataPagingRequest.Builder<T,BT> - Class in se.michaelthelin.spotify.requests.data
 
AbstractDataRequest<T> - Class in se.michaelthelin.spotify.requests.data
 
AbstractDataRequest(AbstractDataRequest.Builder<T, ?>) - Constructor for class se.michaelthelin.spotify.requests.data.AbstractDataRequest
 
AbstractDataRequest.Builder<T,BT> - Class in se.michaelthelin.spotify.requests.data
 
AbstractModelObject - Class in se.michaelthelin.spotify.model_objects
This abstract class (and its wrapping classes) is used as a sort of template for other model object classes and includes multiple generic methods.
AbstractModelObject(AbstractModelObject.Builder) - Constructor for class se.michaelthelin.spotify.model_objects.AbstractModelObject
This constructor initializes the time zone.
AbstractModelObject.Builder - Class in se.michaelthelin.spotify.model_objects
Each model object needs to implement its own builder class.
AbstractModelObject.JsonUtil<T> - Class in se.michaelthelin.spotify.model_objects
Each model object needs to implement its own JsonUtil class.
AbstractRequest<T> - Class in se.michaelthelin.spotify.requests
 
AbstractRequest(AbstractRequest.Builder<T, ?>) - Constructor for class se.michaelthelin.spotify.requests.AbstractRequest
 
AbstractRequest.Builder<T,BT> - Class in se.michaelthelin.spotify.requests
 
Action - Enum Class in se.michaelthelin.spotify.enums
An enumeration of all possible Action types.
Actions - Class in se.michaelthelin.spotify.model_objects.special
Retrieve information about Actions objects by building instances from this class.
Actions(Actions.Builder) - Constructor for class se.michaelthelin.spotify.model_objects.special.Actions
 
Actions.Builder - Class in se.michaelthelin.spotify.model_objects.special
Builder class for building Actions instances.
Actions.JsonUtil - Class in se.michaelthelin.spotify.model_objects.special
JsonUtil class for building Actions instances.
AD - Enum constant in enum class se.michaelthelin.spotify.enums.CurrentlyPlayingType
 
addItemsToPlaylist(String, JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
Add items to a playlist.
addItemsToPlaylist(String, String[]) - Method in class se.michaelthelin.spotify.SpotifyApi
Add items to a playlist.
AddItemsToPlaylistRequest - Class in se.michaelthelin.spotify.requests.data.playlists
Add one or more items to a user’s playlist.
AddItemsToPlaylistRequest.Builder - Class in se.michaelthelin.spotify.requests.data.playlists
Builder class for building an AddItemsToPlaylistRequest.
addItemToUsersPlaybackQueue(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Add a track or an episode to the end of the user's current playback queue.
AddItemToUsersPlaybackQueueRequest - Class in se.michaelthelin.spotify.requests.data.player
Add a track or an episode to the end of the user's current playback queue.
AddItemToUsersPlaybackQueueRequest.Builder - Class in se.michaelthelin.spotify.requests.data.player
Builder class for building a AddItemToUsersPlaybackQueueRequest.
additionalTypes(String) - Method in class se.michaelthelin.spotify.requests.data.player.GetInformationAboutUsersCurrentPlaybackRequest.Builder
The additional types setter.
additionalTypes(String) - Method in class se.michaelthelin.spotify.requests.data.player.GetUsersCurrentlyPlayingTrackRequest.Builder
The additional types setter.
additionalTypes(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistRequest.Builder
The additional types setter.
additionalTypes(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistsItemsRequest.Builder
The additional types setter.
after(A) - Method in interface se.michaelthelin.spotify.requests.data.IPagingCursorbasedRequestBuilder
 
after(String) - Method in class se.michaelthelin.spotify.requests.data.follow.GetUsersFollowedArtistsRequest.Builder
The after value setter.
after(Date) - Method in class se.michaelthelin.spotify.requests.data.player.GetCurrentUsersRecentlyPlayedTracksRequest.Builder
The after date setter.
Album - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Album objects by building instances from this class.
ALBUM - Enum constant in enum class se.michaelthelin.spotify.enums.AlbumGroup
 
ALBUM - Enum constant in enum class se.michaelthelin.spotify.enums.AlbumType
 
ALBUM - Enum constant in enum class se.michaelthelin.spotify.enums.ModelObjectType
 
album_type(String) - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsAlbumsRequest.Builder
The album type filter setter.
Album.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building Album instances.
Album.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building Album instances.
AlbumGroup - Enum Class in se.michaelthelin.spotify.enums
Compare to [AlbumType] this field represents relationship between the artist and the album.
AlbumSimplified - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about simplified Album objects by building instances from this class.
AlbumSimplified.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building AlbumSimplified instances.
AlbumSimplified.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building AlbumSimplified instances.
AlbumSimplifiedSpecial - Class in se.michaelthelin.spotify.model_objects.special
Retrieve information about simplified Album objects by building instances from this class.
AlbumSimplifiedSpecial.Builder - Class in se.michaelthelin.spotify.model_objects.special
Builder class for building AlbumSimplifiedSpecial instances.
AlbumSimplifiedSpecial.JsonUtil - Class in se.michaelthelin.spotify.model_objects.special
JsonUtil class for building AlbumSimplifiedSpecial instances.
AlbumType - Enum Class in se.michaelthelin.spotify.enums
An enumeration of all possible album types.
APP_REMOTE_CONTROL - Enum constant in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 
APPEARS_ON - Enum constant in enum class se.michaelthelin.spotify.enums.AlbumGroup
 
Artist - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Artist objects by building instances from this class.
ARTIST - Enum constant in enum class se.michaelthelin.spotify.enums.ModelObjectType
 
Artist.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building Artist instances.
Artist.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building Artist instances.
ArtistSimplified - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about simplified Artist objects by building instances from this class.
ArtistSimplified.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building ArtistSimplified instances.
ArtistSimplified.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building ArtistSimplified instances.
AUDIO_FEATURES - Enum constant in enum class se.michaelthelin.spotify.enums.ModelObjectType
 
AudioAnalysis - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Retrieve information about Audio Analysis objects by building instances from this class.
AudioAnalysis.Builder - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Builder class for building AudioAnalysis instances.
AudioAnalysis.JsonUtil - Class in se.michaelthelin.spotify.model_objects.miscellaneous
JsonUtil class for building AudioAnalysis instances.
AudioAnalysisMeasure - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Retrieve information about Audio Analysis Measure objects by building instances from this class.
AudioAnalysisMeasure.Builder - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Builder class for building AudioAnalysisMeasure instances.
AudioAnalysisMeasure.JsonUtil - Class in se.michaelthelin.spotify.model_objects.miscellaneous
JsonUtil class for building AudioAnalysisMeasure instances.
AudioAnalysisMeta - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Retrieve information about Audio Analysis Metadata objects by creating instances from this class.
AudioAnalysisMeta.Builder - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Builder class for building AudioAnalysisMeta instances.
AudioAnalysisMeta.JsonUtil - Class in se.michaelthelin.spotify.model_objects.miscellaneous
JsonUtil class for building AudioAnalysisMeta instances.
AudioAnalysisSection - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Retrieve information about Audio Analysis Section objects by creating instances from this class.
AudioAnalysisSection.Builder - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Builder class for building AudioAnalysisSection instances.
AudioAnalysisSection.JsonUtil - Class in se.michaelthelin.spotify.model_objects.miscellaneous
JsonUtil class for building AudioAnalysisSection instances.
AudioAnalysisSegment - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Retrieve information about Audio Analysis Segments by creating instances from this class.
AudioAnalysisSegment.Builder - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Builder class for building AudioAnalysisSegment instances.
AudioAnalysisSegment.JsonUtil - Class in se.michaelthelin.spotify.model_objects.miscellaneous
JsonUtil class for building AudioAnalysisSegment instances.
AudioAnalysisTrack - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Retrieve information about Audio Analysis Track objects by creating instances from this class.
AudioAnalysisTrack.Builder - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Builder class for building AudioAnalysisTrack instances.
AudioAnalysisTrack.JsonUtil - Class in se.michaelthelin.spotify.model_objects.miscellaneous
JsonUtil class for building AudioAnalysisTrack instances.
AudioFeatures - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Audio Feature objects by building instances from this class.
AudioFeatures.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building AudioFeatures instances.
AudioFeatures.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building AudioFeatures instances.
AuthenticationError - Class in se.michaelthelin.spotify.model_objects.credentials.error
Retrieve information about Authorization Error objects by building instances from this class.
AuthenticationError.Builder - Class in se.michaelthelin.spotify.model_objects.credentials.error
Builder class for building AuthenticationError instances.
AuthenticationError.JsonUtil - Class in se.michaelthelin.spotify.model_objects.credentials.error
JsonUtil class for building AuthenticationError instances.
authorizationCode(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Returns a builder that can be used to build requests for authorization code grants.
authorizationCode(String, String, String, URI) - Method in class se.michaelthelin.spotify.SpotifyApi
Returns a builder that can be used to build requests for authorization code grants.
AuthorizationCodeCredentials - Class in se.michaelthelin.spotify.model_objects.credentials
Retrieve information about Authorization Code Credentials by building instances from this class.
AuthorizationCodeCredentials.Builder - Class in se.michaelthelin.spotify.model_objects.credentials
Builder class for building AuthorizationCodeCredentials instances.
AuthorizationCodeCredentials.JsonUtil - Class in se.michaelthelin.spotify.model_objects.credentials
JsonUtil class for building AuthorizationCodeCredentials instances.
authorizationCodePKCE(String, String) - Method in class se.michaelthelin.spotify.SpotifyApi
Returns a builder that can be used to build requests for authorization code grants using the Proof Key for Code Exchange (PKCE) flow.
authorizationCodePKCE(String, String, String, URI) - Method in class se.michaelthelin.spotify.SpotifyApi
Returns a builder that can be used to build requests for authorization code grants using the Proof Key for Code Exchange (PKCE) flow.
authorizationCodePKCERefresh() - Method in class se.michaelthelin.spotify.SpotifyApi
Refresh the access token by using the authorization code flow with Proof Key for Code Exchange (PKCE).
authorizationCodePKCERefresh(String, String) - Method in class se.michaelthelin.spotify.SpotifyApi
Refresh the access token by using the authorization code flow with Proof Key for Code Exchange (PKCE).
AuthorizationCodePKCERefreshRequest - Class in se.michaelthelin.spotify.requests.authorization.authorization_code.pkce
Refresh your access token by creating an Authorization Code Refresh request.
AuthorizationCodePKCERefreshRequest.Builder - Class in se.michaelthelin.spotify.requests.authorization.authorization_code.pkce
Builder class for building an AuthorizationCodePKCERefreshRequest.
AuthorizationCodePKCERequest - Class in se.michaelthelin.spotify.requests.authorization.authorization_code.pkce
Request an access token by exchanging the authorization code for an access token with an Authorization Code request.
AuthorizationCodePKCERequest.Builder - Class in se.michaelthelin.spotify.requests.authorization.authorization_code.pkce
 
authorizationCodePKCEUri(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Retrieve an URL where the user can give the application permissions using the Proof Key for Code Exchange (PKCE) flow.
authorizationCodePKCEUri(String, String, URI) - Method in class se.michaelthelin.spotify.SpotifyApi
Retrieve an URL where the user can give the application permissions using the Proof Key for Code Exchange (PKCE) flow.
authorizationCodeRefresh() - Method in class se.michaelthelin.spotify.SpotifyApi
Refresh the access token by using authorization code grant.
authorizationCodeRefresh(String, String, String) - Method in class se.michaelthelin.spotify.SpotifyApi
Refresh the access token by using authorization code grant.
AuthorizationCodeRefreshRequest - Class in se.michaelthelin.spotify.requests.authorization.authorization_code
Refresh your access token by creating an Authorization Code Refresh request.
AuthorizationCodeRefreshRequest.Builder - Class in se.michaelthelin.spotify.requests.authorization.authorization_code
Builder class for building an AuthorizationCodeRefreshRequest.
AuthorizationCodeRequest - Class in se.michaelthelin.spotify.requests.authorization.authorization_code
Request an access token and refresh token by creating an Authorization Code request.
AuthorizationCodeRequest.Builder - Class in se.michaelthelin.spotify.requests.authorization.authorization_code
Builder class for building an AuthorizationCodeRequest.
authorizationCodeUri() - Method in class se.michaelthelin.spotify.SpotifyApi
Retrieve an URL where the user can give the application permissions.
authorizationCodeUri(String, URI) - Method in class se.michaelthelin.spotify.SpotifyApi
Retrieve an URL where the user can give the application permissions.
AuthorizationCodeUriRequest - Class in se.michaelthelin.spotify.requests.authorization.authorization_code
Request an authorization code by creating an Authorization Code URI request.
AuthorizationCodeUriRequest.Builder - Class in se.michaelthelin.spotify.requests.authorization.authorization_code
Builder class for building an AuthorizationCodeUriRequest.
AuthorizationScope - Enum Class in se.michaelthelin.spotify.enums
An enumeration of all possible authorization scopes.

B

BadGatewayException - Exception Class in se.michaelthelin.spotify.exceptions.detailed
The server was acting as a gateway or proxy and received an invalid response from the upstream server.
BadGatewayException() - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.BadGatewayException
 
BadGatewayException(String) - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.BadGatewayException
 
BadGatewayException(String, Throwable) - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.BadGatewayException
 
BadRequestException - Exception Class in se.michaelthelin.spotify.exceptions.detailed
The request could not be understood by the server due to malformed syntax.
BadRequestException() - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.BadRequestException
 
BadRequestException(String) - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.BadRequestException
 
Base64 - Class in se.michaelthelin.spotify
Source: EmilHernvall/Base64.java Due to Java version support issues with DataTypeConverter (<=1.7) class and Base64 (>=1.8) class.
Base64() - Constructor for class se.michaelthelin.spotify.Base64
 
BASIC_DESKTOP - Enum constant in enum class se.michaelthelin.spotify.enums.ProductType
 
before(Date) - Method in class se.michaelthelin.spotify.requests.data.player.GetCurrentUsersRecentlyPlayedTracksRequest.Builder
The before date setter.
bodyParametersToJson(List<NameValuePair>) - Method in class se.michaelthelin.spotify.requests.AbstractRequest
 
build() - Method in class se.michaelthelin.spotify.model_objects.credentials.AuthorizationCodeCredentials.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.credentials.ClientCredentials.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.credentials.error.AuthenticationError.Builder
 
build() - Method in interface se.michaelthelin.spotify.model_objects.IModelObject.Builder
Build a model object with the information set in the builder object.
build() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeasure.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.PlaylistTracksInformation.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Restrictions.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.SavedEpisode.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.special.Actions.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.special.FeaturedPlaylists.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.special.PlaybackQueue.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.special.PlaylistTrackPosition.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.special.SnapshotResult.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.Artist.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.ArtistSimplified.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.Category.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.Context.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.Copyright.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.Cursor.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.Disallows.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.Error.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.ExternalId.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.ExternalUrl.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.Followers.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.Image.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.Paging.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.PagingCursorbased.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.PlayHistory.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistTrack.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.Recommendations.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.RecommendationsSeed.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.ResumePoint.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.SavedAlbum.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.SavedShow.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.SavedTrack.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackLink.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified.Builder
 
build() - Method in class se.michaelthelin.spotify.model_objects.specification.User.Builder
 
build() - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeRefreshRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeUriRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.pkce.AuthorizationCodePKCERefreshRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.pkce.AuthorizationCodePKCERequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.authorization.client_credentials.ClientCredentialsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.albums.GetAlbumRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.albums.GetAlbumsTracksRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.albums.GetSeveralAlbumsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsAlbumsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsRelatedArtistsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsTopTracksRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.artists.GetSeveralArtistsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.browse.GetCategoryRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.browse.GetCategorysPlaylistsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfCategoriesRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfFeaturedPlaylistsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfNewReleasesRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.browse.miscellaneous.GetAvailableGenreSeedsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.episodes.GetEpisodeRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.episodes.GetSeveralEpisodesRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.follow.CheckCurrentUserFollowsArtistsOrUsersRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.follow.CheckUsersFollowPlaylistRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.follow.FollowArtistsOrUsersRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.follow.FollowPlaylistRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.follow.GetUsersFollowedArtistsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.follow.legacy.FollowPlaylistRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.follow.legacy.UnfollowPlaylistRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.follow.UnfollowArtistsOrUsersRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.follow.UnfollowPlaylistRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.library.CheckUsersSavedAlbumsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.library.CheckUsersSavedEpisodesRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.library.CheckUsersSavedShowsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.library.CheckUsersSavedTracksRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.library.GetCurrentUsersSavedAlbumsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.library.GetUsersSavedEpisodesRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.library.GetUsersSavedShowsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.library.GetUsersSavedTracksRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveAlbumsForCurrentUserRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedEpisodesRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedShowsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedTracksRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.library.SaveAlbumsForCurrentUserRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.library.SaveEpisodesForCurrentUserRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.library.SaveShowsForCurrentUserRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.library.SaveTracksForUserRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.personalization.GetUsersTopArtistsAndTracksRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.personalization.simplified.GetUsersTopArtistsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.personalization.simplified.GetUsersTopTracksRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.player.AddItemToUsersPlaybackQueueRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.player.GetCurrentUsersRecentlyPlayedTracksRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.player.GetInformationAboutUsersCurrentPlaybackRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.player.GetTheUsersQueueRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.player.GetUsersAvailableDevicesRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.player.GetUsersCurrentlyPlayingTrackRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.player.PauseUsersPlaybackRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.player.SeekToPositionInCurrentlyPlayingTrackRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.player.SetRepeatModeOnUsersPlaybackRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.player.SetVolumeForUsersPlaybackRequest.Builder
The build method.
build() - Method in class se.michaelthelin.spotify.requests.data.player.SkipUsersPlaybackToNextTrackRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.player.SkipUsersPlaybackToPreviousTrackRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.player.StartResumeUsersPlaybackRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.player.ToggleShuffleForUsersPlaybackRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.player.TransferUsersPlaybackRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.playlists.AddItemsToPlaylistRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.playlists.ChangePlaylistsDetailsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.playlists.CreatePlaylistRequest.Builder
the request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetListOfCurrentUsersPlaylistsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetListOfUsersPlaylistsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistCoverImageRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistsItemsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.playlists.RemoveItemsFromPlaylistRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.playlists.ReorderPlaylistsItemsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.playlists.ReplacePlaylistsItemsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.playlists.UploadCustomPlaylistCoverImageRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.search.SearchItemRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchAlbumsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchArtistsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchEpisodesRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchPlaylistsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchShowsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchTracksRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.special.SearchAlbumsSpecialRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.shows.GetSeveralShowsRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.shows.GetShowRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.shows.GetShowsEpisodesRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.tracks.GetAudioAnalysisForTrackRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.tracks.GetAudioFeaturesForSeveralTracksRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.tracks.GetAudioFeaturesForTrackRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.tracks.GetSeveralTracksRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.tracks.GetTrackRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.users_profile.GetCurrentUsersProfileRequest.Builder
The request build method.
build() - Method in class se.michaelthelin.spotify.requests.data.users_profile.GetUsersProfileRequest.Builder
The request build method.
build() - Method in interface se.michaelthelin.spotify.requests.IRequest.Builder
 
build() - Method in class se.michaelthelin.spotify.SpotifyApi.Builder
Build a SpotifyApi instance with the information given to the builder.
build() - Method in class se.michaelthelin.spotify.SpotifyHttpManager.Builder
 
builder() - Method in class se.michaelthelin.spotify.model_objects.credentials.AuthorizationCodeCredentials
 
builder() - Method in class se.michaelthelin.spotify.model_objects.credentials.ClientCredentials
 
builder() - Method in class se.michaelthelin.spotify.model_objects.credentials.error.AuthenticationError
 
builder() - Method in interface se.michaelthelin.spotify.model_objects.IModelObject
Create a builder for building an instance of a model object.
builder() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis
 
builder() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeasure
 
builder() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta
 
builder() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection
 
builder() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment
 
builder() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
 
builder() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying
 
builder() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
 
builder() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device
 
builder() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.PlaylistTracksInformation
 
builder() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Restrictions
 
builder() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.SavedEpisode
 
builder() - Method in class se.michaelthelin.spotify.model_objects.special.Actions
 
builder() - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial
 
builder() - Method in class se.michaelthelin.spotify.model_objects.special.FeaturedPlaylists
 
builder() - Method in class se.michaelthelin.spotify.model_objects.special.PlaybackQueue
 
builder() - Method in class se.michaelthelin.spotify.model_objects.special.PlaylistTrackPosition
 
builder() - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult
 
builder() - Method in class se.michaelthelin.spotify.model_objects.special.SnapshotResult
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.Artist
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.ArtistSimplified
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.Category
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.Context
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.Copyright
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.Cursor
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.Disallows
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.Error
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.ExternalId
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.ExternalUrl
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.Followers
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.Image
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.Paging
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.PagingCursorbased
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.PlayHistory
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistTrack
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.Recommendations
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.RecommendationsSeed
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.ResumePoint
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.SavedAlbum
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.SavedShow
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.SavedTrack
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackLink
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
 
builder() - Method in class se.michaelthelin.spotify.model_objects.specification.User
 
builder() - Static method in class se.michaelthelin.spotify.SpotifyApi
Create a builder for building a new Spotify API instance.
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.AbstractModelObject.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.credentials.AuthorizationCodeCredentials.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.credentials.ClientCredentials.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.credentials.error.AuthenticationError.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeasure.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.Device.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.PlaylistTracksInformation.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.Restrictions.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.SavedEpisode.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.special.Actions.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.special.FeaturedPlaylists.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.special.PlaybackQueue.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.special.PlaylistTrackPosition.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.special.SnapshotResult.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Album.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Artist.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.ArtistSimplified.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Category.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Context.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Copyright.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Cursor.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Disallows.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Error.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.ExternalId.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.ExternalUrl.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Followers.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Image.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Paging.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.PagingCursorbased.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.PlayHistory.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Playlist.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.PlaylistTrack.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Recommendations.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.RecommendationsSeed.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.ResumePoint.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.SavedAlbum.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.SavedShow.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.SavedTrack.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Show.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Track.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.TrackLink.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.TrackSimplified.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.model_objects.specification.User.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.requests.AbstractRequest.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeUriRequest.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.requests.authorization.authorization_code.pkce.AuthorizationCodePKCERefreshRequest.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.requests.authorization.authorization_code.pkce.AuthorizationCodePKCERequest.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.SpotifyApi.Builder
 
Builder() - Constructor for class se.michaelthelin.spotify.SpotifyHttpManager.Builder
 
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.AbstractDataPagingCursorbasedRequest.Builder
 
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.AbstractDataPagingRequest.Builder
 
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.AbstractDataRequest.Builder
 
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.albums.GetAlbumRequest.Builder
Create a new GetAlbumRequest.Builder instance.
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.albums.GetAlbumsTracksRequest.Builder
Create a new GetAlbumsTracksRequest.Builder instance.
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.albums.GetSeveralAlbumsRequest.Builder
Create a new GetSeveralAlbumsRequest.Builder instance.
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.artists.GetArtistRequest.Builder
Create a new GetArtistRequest.Builder instance.
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.artists.GetArtistsAlbumsRequest.Builder
Create a new GetArtistsAlbumsRequest.Builder instance.
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.artists.GetArtistsRelatedArtistsRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.artists.GetArtistsTopTracksRequest.Builder
Create a new GetArtistsTopTracksRequest.Builder instance.
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.artists.GetSeveralArtistsRequest.Builder
Create a new GetSeveralArtistsRequest.Builder instance.
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.browse.GetCategoryRequest.Builder
Create a new GetCategoryRequest.Builder instance.
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.browse.GetCategorysPlaylistsRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.browse.GetListOfCategoriesRequest.Builder
Create a new GetListOfCategoriesRequest.Builder instance.
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.browse.GetListOfFeaturedPlaylistsRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.browse.GetListOfNewReleasesRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
Create a new GetRecommendationsRequest.Builder instance.
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.browse.miscellaneous.GetAvailableGenreSeedsRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.episodes.GetEpisodeRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.episodes.GetSeveralEpisodesRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.follow.CheckCurrentUserFollowsArtistsOrUsersRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.follow.CheckUsersFollowPlaylistRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.follow.FollowArtistsOrUsersRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.follow.FollowPlaylistRequest.Builder
Create a new FollowPlaylistRequest instance.
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.follow.GetUsersFollowedArtistsRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.follow.legacy.FollowPlaylistRequest.Builder
Create a new FollowPlaylistRequest instance.
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.follow.legacy.UnfollowPlaylistRequest.Builder
Create a new UnfollowPlaylistRequest.Builder instance.
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.follow.UnfollowArtistsOrUsersRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.follow.UnfollowPlaylistRequest.Builder
Create a new UnfollowPlaylistRequest.Builder instance.
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.library.CheckUsersSavedAlbumsRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.library.CheckUsersSavedEpisodesRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.library.CheckUsersSavedShowsRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.library.CheckUsersSavedTracksRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.library.GetCurrentUsersSavedAlbumsRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.library.GetUsersSavedEpisodesRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.library.GetUsersSavedShowsRequest.Builder
Create a new GetUsersSavedShowsRequest.Builder instance.
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.library.GetUsersSavedTracksRequest.Builder
Create a new GetUsersSavedTracksRequest.Builder instance.
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.library.RemoveAlbumsForCurrentUserRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedEpisodesRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedShowsRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedTracksRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.library.SaveAlbumsForCurrentUserRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.library.SaveEpisodesForCurrentUserRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.library.SaveShowsForCurrentUserRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.library.SaveTracksForUserRequest.Builder
Create a new SaveTracksForUserRequest.Builder instance.
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.personalization.GetUsersTopArtistsAndTracksRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.personalization.simplified.GetUsersTopArtistsRequest.Builder
Create a new GetUsersTopArtistsRequest.Builder instance.
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.personalization.simplified.GetUsersTopTracksRequest.Builder
Create a new GetUsersTopTracksRequest.Builder instance.
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.player.AddItemToUsersPlaybackQueueRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.player.GetCurrentUsersRecentlyPlayedTracksRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.player.GetInformationAboutUsersCurrentPlaybackRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.player.GetTheUsersQueueRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.player.GetUsersAvailableDevicesRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.player.GetUsersCurrentlyPlayingTrackRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.player.PauseUsersPlaybackRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.player.SeekToPositionInCurrentlyPlayingTrackRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.player.SetRepeatModeOnUsersPlaybackRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.player.SetVolumeForUsersPlaybackRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.player.SkipUsersPlaybackToNextTrackRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.player.SkipUsersPlaybackToPreviousTrackRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.player.StartResumeUsersPlaybackRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.player.ToggleShuffleForUsersPlaybackRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.player.TransferUsersPlaybackRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.playlists.AddItemsToPlaylistRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.playlists.ChangePlaylistsDetailsRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.playlists.CreatePlaylistRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.playlists.GetListOfCurrentUsersPlaylistsRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.playlists.GetListOfUsersPlaylistsRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistCoverImageRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistsItemsRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.playlists.RemoveItemsFromPlaylistRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.playlists.ReorderPlaylistsItemsRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.playlists.ReplacePlaylistsItemsRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.playlists.UploadCustomPlaylistCoverImageRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.search.SearchItemRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.search.simplified.SearchAlbumsRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.search.simplified.SearchArtistsRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.search.simplified.SearchEpisodesRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.search.simplified.SearchPlaylistsRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.search.simplified.SearchShowsRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.search.simplified.SearchTracksRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.search.simplified.special.SearchAlbumsSpecialRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.shows.GetSeveralShowsRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.shows.GetShowRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.shows.GetShowsEpisodesRequest.Builder
Create a new GetShowsEpisodesRequest.Builder instance.
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.tracks.GetAudioAnalysisForTrackRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.tracks.GetAudioFeaturesForSeveralTracksRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.tracks.GetAudioFeaturesForTrackRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.tracks.GetSeveralTracksRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.tracks.GetTrackRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.users_profile.GetCurrentUsersProfileRequest.Builder
Builder(String) - Constructor for class se.michaelthelin.spotify.requests.data.users_profile.GetUsersProfileRequest.Builder
Builder(String, String) - Constructor for class se.michaelthelin.spotify.requests.authorization.AbstractAuthorizationRequest.Builder
 
Builder(String, String) - Constructor for class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeRefreshRequest.Builder
 
Builder(String, String) - Constructor for class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeRequest.Builder
 
Builder(String, String) - Constructor for class se.michaelthelin.spotify.requests.authorization.client_credentials.ClientCredentialsRequest.Builder
 

C

C - Enum constant in enum class se.michaelthelin.spotify.enums.CopyrightType
 
Category - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Category objects by building instances from this class.
category_id(String) - Method in class se.michaelthelin.spotify.requests.data.browse.GetCategoryRequest.Builder
The category ID setter.
category_id(String) - Method in class se.michaelthelin.spotify.requests.data.browse.GetCategorysPlaylistsRequest.Builder
The categroy ID setter.
Category.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building Category instances.
Category.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building Category instances.
changePlaylistsDetails(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Update a playlists properties.
ChangePlaylistsDetailsRequest - Class in se.michaelthelin.spotify.requests.data.playlists
Change a playlist’s name and public/private state.
ChangePlaylistsDetailsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.playlists
Builder class for building a ChangePlaylistsDetailsRequest.
checkCurrentUserFollowsArtistsOrUsers(ModelObjectType, String[]) - Method in class se.michaelthelin.spotify.SpotifyApi
Check to see if the current user is following one or more artists or other Spotify users.
CheckCurrentUserFollowsArtistsOrUsersRequest - Class in se.michaelthelin.spotify.requests.data.follow
Check to see if the current user is following one or more artists or other Spotify users.
CheckCurrentUserFollowsArtistsOrUsersRequest.Builder - Class in se.michaelthelin.spotify.requests.data.follow
Builder class for building a CheckCurrentUserFollowsArtistsOrUsersRequest.
checkUsersFollowPlaylist(String, String[]) - Method in class se.michaelthelin.spotify.SpotifyApi
Check to see if one or more Spotify users are following a specified playlist.
checkUsersFollowPlaylist(String, String, String[]) - Method in class se.michaelthelin.spotify.SpotifyApi
Deprecated.
since the endpoint no longer needs the owner_id param. Use SpotifyApi.checkUsersFollowPlaylist(String, String[]) instead.
CheckUsersFollowPlaylistRequest - Class in se.michaelthelin.spotify.requests.data.follow
Check to see if one or more Spotify users are following a specified playlist.
CheckUsersFollowPlaylistRequest.Builder - Class in se.michaelthelin.spotify.requests.data.follow
Builder class for building a CheckUsersFollowPlaylistRequest.
checkUsersSavedAlbums(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
Check if an album is saved in the user's "Your Music" library.
CheckUsersSavedAlbumsRequest - Class in se.michaelthelin.spotify.requests.data.library
Check if one or more albums is already saved in the current Spotify user’s "Your Music" library.
CheckUsersSavedAlbumsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
Builder class for building a CheckUsersSavedAlbumsRequest.
checkUsersSavedEpisodes(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
Check if one or more episodes is already saved in the current Spotify user's 'Your Episodes' library.
CheckUsersSavedEpisodesRequest - Class in se.michaelthelin.spotify.requests.data.library
Check if one or more episodes is already saved in the current Spotify user's 'Your Episodes' library.
CheckUsersSavedEpisodesRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
Builder class for building a CheckUsersSavedEpisodesRequest.
checkUsersSavedShows(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
Check if a show is saved in the users "Your Music" library.
CheckUsersSavedShowsRequest - Class in se.michaelthelin.spotify.requests.data.library
Check if one or more shows is already saved in the current Spotify user’s library.
CheckUsersSavedShowsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
Builder class for building a CheckUsersSavedShowsRequest.
checkUsersSavedTracks(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
Check if a track is saved in the user's "Your Music" library.
CheckUsersSavedTracksRequest - Class in se.michaelthelin.spotify.requests.data.library
Check if one or more tracks is already saved in the current Spotify user’s "Your Music" library.
CheckUsersSavedTracksRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
Builder class for building a CheckUsersSavedTracksRequest.
client_id(String) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeUriRequest.Builder
The client ID setter.
client_id(String) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.pkce.AuthorizationCodePKCERefreshRequest.Builder
The client ID setter.
client_id(String) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.pkce.AuthorizationCodePKCERequest.Builder
The client ID setter.
clientCredentials() - Method in class se.michaelthelin.spotify.SpotifyApi
Returns a builder that can be used to build requests for client credential grants.
ClientCredentials - Class in se.michaelthelin.spotify.model_objects.credentials
Retrieve information about Client Credentials by building instances from this class.
ClientCredentials.Builder - Class in se.michaelthelin.spotify.model_objects.credentials
Builder class for building ClientCredentials instances.
ClientCredentials.JsonUtil - Class in se.michaelthelin.spotify.model_objects.credentials
JsonUtil class for building ClientCredentials instances.
ClientCredentialsRequest - Class in se.michaelthelin.spotify.requests.authorization.client_credentials
Request an access token by creating a Client Credentials request.
ClientCredentialsRequest(ClientCredentialsRequest.Builder) - Constructor for class se.michaelthelin.spotify.requests.authorization.client_credentials.ClientCredentialsRequest
 
ClientCredentialsRequest.Builder - Class in se.michaelthelin.spotify.requests.authorization.client_credentials
Builder class for building a ClientCredentialsRequest.
code(String) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeRequest.Builder
The authorization code setter.
code(String) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.pkce.AuthorizationCodePKCERequest.Builder
The authorization code setter.
code_challenge(String) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeUriRequest.Builder
The code challenge setter.
code_challenge_method(String) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeUriRequest.Builder
The code challenge method setter.
code_verifier(String) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.pkce.AuthorizationCodePKCERequest.Builder
The code verifier setter.
collaborative(Boolean) - Method in class se.michaelthelin.spotify.requests.data.playlists.ChangePlaylistsDetailsRequest.Builder
The collaborative state setter.
collaborative(Boolean) - Method in class se.michaelthelin.spotify.requests.data.playlists.CreatePlaylistRequest.Builder
The collaborative state setter.
COMPILATION - Enum constant in enum class se.michaelthelin.spotify.enums.AlbumGroup
 
COMPILATION - Enum constant in enum class se.michaelthelin.spotify.enums.AlbumType
 
concat(String[], char) - Static method in class se.michaelthelin.spotify.SpotifyApi
String concatenation helper method.
Context - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Context objects by building instances from this class.
context_uri(String) - Method in class se.michaelthelin.spotify.requests.data.player.StartResumeUsersPlaybackRequest.Builder
The context URI setter.
Context.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building Context instances.
Context.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building Context instances.
Copyright - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Copyright objects by building instances from this class.
Copyright.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building Copyright instances.
Copyright.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building Copyright instances.
CopyrightType - Enum Class in se.michaelthelin.spotify.enums
An enumeration of all possible Copyright types.
country(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsTopTracksRequest.Builder
The country code setter.
country(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.browse.GetCategoryRequest.Builder
The country code setter.
country(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.browse.GetCategorysPlaylistsRequest.Builder
The country code setter.
country(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfCategoriesRequest.Builder
The country code setter.
country(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfFeaturedPlaylistsRequest.Builder
The country code setter.
country(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfNewReleasesRequest.Builder
The country code setter.
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.credentials.AuthorizationCodeCredentials.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.credentials.ClientCredentials.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.credentials.error.AuthenticationError.JsonUtil
 
createModelObject(JsonObject) - Method in interface se.michaelthelin.spotify.model_objects.IModelObject.IJsonUtil
Build a model object with the information given in a json object.
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeasure.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.PlaylistTracksInformation.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Restrictions.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.SavedEpisode.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.special.Actions.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.special.FeaturedPlaylists.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.special.PlaybackQueue.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.special.PlaylistTrackPosition.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.special.SnapshotResult.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.Artist.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.ArtistSimplified.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.Category.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.Context.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.Copyright.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.Cursor.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.Disallows.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.Error.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.ExternalId.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.ExternalUrl.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.Followers.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.Image.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.Paging.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.PagingCursorbased.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.PlayHistory.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistTrack.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.Recommendations.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.RecommendationsSeed.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.ResumePoint.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.SavedAlbum.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.SavedShow.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.SavedTrack.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackLink.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified.JsonUtil
 
createModelObject(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.specification.User.JsonUtil
 
createModelObject(String) - Method in class se.michaelthelin.spotify.model_objects.AbstractModelObject.JsonUtil
Build a model object with the information given in a json string.
createModelObject(String) - Method in interface se.michaelthelin.spotify.model_objects.IModelObject.IJsonUtil
Build a model object with the information given in a json string.
createModelObjectArray(JsonArray) - Method in class se.michaelthelin.spotify.model_objects.AbstractModelObject.JsonUtil
Create an array of model objects out of a json array object.
createModelObjectArray(JsonArray) - Method in interface se.michaelthelin.spotify.model_objects.IModelObject.IJsonUtil
Create an array of model objects out of a json array object.
createModelObjectArray(JsonArray, Class<X>) - Method in class se.michaelthelin.spotify.model_objects.AbstractModelObject.JsonUtil
Create an array of model objects out of a json array object and a Class object.
createModelObjectArray(JsonArray, Class<X>) - Method in interface se.michaelthelin.spotify.model_objects.IModelObject.IJsonUtil
Create an array of model objects out of a json array object and a Class object.
createModelObjectArray(String) - Method in class se.michaelthelin.spotify.model_objects.AbstractModelObject.JsonUtil
Create an array of model objects out of a json string.
createModelObjectArray(String) - Method in interface se.michaelthelin.spotify.model_objects.IModelObject.IJsonUtil
Create an array of model objects out of a json string.
createModelObjectArray(String, String) - Method in class se.michaelthelin.spotify.model_objects.AbstractModelObject.JsonUtil
Create an array of model objects out of a json array, which is contained in a json object.
createModelObjectArray(String, String) - Method in interface se.michaelthelin.spotify.model_objects.IModelObject.IJsonUtil
Create an array of model objects out of a json array, which is contained in a json object.
createModelObjectPaging(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.AbstractModelObject.JsonUtil
Create a paging of model objects out of a json object.
createModelObjectPaging(JsonObject) - Method in interface se.michaelthelin.spotify.model_objects.IModelObject.IJsonUtil
Create a paging of model objects out of a json object.
createModelObjectPaging(String) - Method in class se.michaelthelin.spotify.model_objects.AbstractModelObject.JsonUtil
Create a paging of model objects out of a json string.
createModelObjectPaging(String) - Method in interface se.michaelthelin.spotify.model_objects.IModelObject.IJsonUtil
Create a paging of model objects out of a json string.
createModelObjectPaging(String, String) - Method in class se.michaelthelin.spotify.model_objects.AbstractModelObject.JsonUtil
Create a paging of model objects out of a json array, which is contained in a json object.
createModelObjectPaging(String, String) - Method in interface se.michaelthelin.spotify.model_objects.IModelObject.IJsonUtil
Create a paging of model objects out of a json array, which is contained in a json object.
createModelObjectPagingCursorbased(JsonObject) - Method in class se.michaelthelin.spotify.model_objects.AbstractModelObject.JsonUtil
Create a cursor-based paging of model objects out of a json object.
createModelObjectPagingCursorbased(JsonObject) - Method in interface se.michaelthelin.spotify.model_objects.IModelObject.IJsonUtil
Create a cursor-based paging of model objects out of a json object.
createModelObjectPagingCursorbased(String) - Method in class se.michaelthelin.spotify.model_objects.AbstractModelObject.JsonUtil
Create a cursor-based paging of model objects out of a json string.
createModelObjectPagingCursorbased(String) - Method in interface se.michaelthelin.spotify.model_objects.IModelObject.IJsonUtil
Create a cursor-based paging of model objects out of a json string.
createModelObjectPagingCursorbased(String, String) - Method in class se.michaelthelin.spotify.model_objects.AbstractModelObject.JsonUtil
Create a cursor-based paging of model objects out of a json array, which is contained in a json object.
createModelObjectPagingCursorbased(String, String) - Method in interface se.michaelthelin.spotify.model_objects.IModelObject.IJsonUtil
Create a cursor-based paging of model objects out of a json array, which is contained in a json object.
createPlaylist(String, String) - Method in class se.michaelthelin.spotify.SpotifyApi
Create a playlist.
createPlaylistItem(JsonObject) - Static method in class se.michaelthelin.spotify.model_objects.utils.PlaylistItemFactory
 
CreatePlaylistRequest - Class in se.michaelthelin.spotify.requests.data.playlists
Create a playlist for a Spotify user.
CreatePlaylistRequest.Builder - Class in se.michaelthelin.spotify.requests.data.playlists
Builder class for building a CreatePlaylistRequest.
CurrentlyPlaying - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Retrieve information about Currently Playing objects by creating instances from this class.
CurrentlyPlaying.Builder - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Builder class for building CurrentlyPlaying instances.
CurrentlyPlaying.JsonUtil - Class in se.michaelthelin.spotify.model_objects.miscellaneous
JsonUtil class for building CurrentlyPlaying instances.
CurrentlyPlayingContext - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Retrieve information about Currently Playing Context objects by creating instances from this class.
CurrentlyPlayingContext.Builder - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Builder class for building CurrentlyPlayingContext instances.
CurrentlyPlayingContext.JsonUtil - Class in se.michaelthelin.spotify.model_objects.miscellaneous
JsonUtil class for building CurrentlyPlayingContext instances.
CurrentlyPlayingType - Enum Class in se.michaelthelin.spotify.enums
An enumeration of all possible currently playing types.
Cursor - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Cursor objects by building instances from this class.
Cursor.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building Cursor instances.
Cursor.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building Cursor instances.

D

DAY - Enum constant in enum class se.michaelthelin.spotify.enums.ReleaseDatePrecision
 
DAYPASS - Enum constant in enum class se.michaelthelin.spotify.enums.ProductType
 
decode(String) - Static method in class se.michaelthelin.spotify.Base64
 
DEFAULT_AUTHENTICATION_HOST - Static variable in class se.michaelthelin.spotify.SpotifyApi
The default authentication host of Spotify API calls.
DEFAULT_AUTHENTICATION_PORT - Static variable in class se.michaelthelin.spotify.SpotifyApi
The default authentication port of Spotify API calls.
DEFAULT_AUTHENTICATION_SCHEME - Static variable in class se.michaelthelin.spotify.SpotifyApi
The default authentication http scheme of Spotify API calls.
DEFAULT_HOST - Static variable in class se.michaelthelin.spotify.SpotifyApi
The default host of Spotify API calls.
DEFAULT_HTTP_MANAGER - Static variable in class se.michaelthelin.spotify.SpotifyApi
A HttpManager configured with default settings.
DEFAULT_PORT - Static variable in class se.michaelthelin.spotify.SpotifyApi
The default port of Spotify API calls.
DEFAULT_SCHEME - Static variable in class se.michaelthelin.spotify.SpotifyApi
The default http scheme of Spotify API calls.
delete(URI, Header[], HttpEntity) - Method in interface se.michaelthelin.spotify.IHttpManager
Perform an HTTP DELETE request to the specified URL.
delete(URI, Header[], HttpEntity) - Method in class se.michaelthelin.spotify.SpotifyHttpManager
 
deleteJson() - Method in class se.michaelthelin.spotify.requests.AbstractRequest
 
deleteJson() - Method in interface se.michaelthelin.spotify.requests.IRequest
 
description(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.ChangePlaylistsDetailsRequest.Builder
The playlist description setter.
description(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.CreatePlaylistRequest.Builder
The playlist description setter.
Device - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Retrieve information about Device objects by creating instances from this class.
device_id(String) - Method in class se.michaelthelin.spotify.requests.data.player.AddItemToUsersPlaybackQueueRequest.Builder
The device ID setter.
device_id(String) - Method in class se.michaelthelin.spotify.requests.data.player.PauseUsersPlaybackRequest.Builder
The device ID setter.
device_id(String) - Method in class se.michaelthelin.spotify.requests.data.player.SeekToPositionInCurrentlyPlayingTrackRequest.Builder
The device ID setter.
device_id(String) - Method in class se.michaelthelin.spotify.requests.data.player.SetRepeatModeOnUsersPlaybackRequest.Builder
The device ID setter.
device_id(String) - Method in class se.michaelthelin.spotify.requests.data.player.SetVolumeForUsersPlaybackRequest.Builder
The device ID setter.
device_id(String) - Method in class se.michaelthelin.spotify.requests.data.player.SkipUsersPlaybackToNextTrackRequest.Builder
The device ID setter.
device_id(String) - Method in class se.michaelthelin.spotify.requests.data.player.SkipUsersPlaybackToPreviousTrackRequest.Builder
The device ID setter.
device_id(String) - Method in class se.michaelthelin.spotify.requests.data.player.StartResumeUsersPlaybackRequest.Builder
The device ID setter.
device_id(String) - Method in class se.michaelthelin.spotify.requests.data.player.ToggleShuffleForUsersPlaybackRequest.Builder
The device ID setter.
device_ids(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.player.TransferUsersPlaybackRequest.Builder
The device ID setter.
Device.Builder - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Builder class for building Device instances.
Device.JsonUtil - Class in se.michaelthelin.spotify.model_objects.miscellaneous
JsonUtil class for building Device instances.
Disallows - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Disallows objects by building instances from this class.
Disallows(Disallows.Builder) - Constructor for class se.michaelthelin.spotify.model_objects.specification.Disallows
 
Disallows.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building Disallows instances.
Disallows.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building Disallows instances.

E

encode(byte[]) - Static method in class se.michaelthelin.spotify.Base64
 
Episode - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about episode objects by building instances from this class.
EPISODE - Enum constant in enum class se.michaelthelin.spotify.enums.CurrentlyPlayingType
 
EPISODE - Enum constant in enum class se.michaelthelin.spotify.enums.ModelObjectType
 
Episode.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building Episode instances.
Episode.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building Episode instances.
EpisodeSimplified - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about simplified Episode objects by building instances from this class.
EpisodeSimplified.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building EpisodeSimplified instances.
EpisodeSimplified.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building EpisodeSimplified instances.
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.credentials.AuthorizationCodeCredentials
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.credentials.ClientCredentials
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.credentials.error.AuthenticationError
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.special.PlaylistTrackPosition
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.specification.Album
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.specification.Artist
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.specification.ArtistSimplified
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.specification.Category
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.specification.Context
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.specification.Show
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.specification.Track
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
 
equals(Object) - Method in class se.michaelthelin.spotify.model_objects.specification.User
 
Error - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Error objects by building instances from this class.
Error.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building Error instances.
Error.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building Error instances.
execute() - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeRefreshRequest
execute() - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeRequest
execute() - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeUriRequest
Request an authorization URI.
execute() - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.pkce.AuthorizationCodePKCERefreshRequest
execute() - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.pkce.AuthorizationCodePKCERequest
execute() - Method in class se.michaelthelin.spotify.requests.authorization.client_credentials.ClientCredentialsRequest
Request an access token.
execute() - Method in class se.michaelthelin.spotify.requests.data.albums.GetAlbumRequest
Get an Album synchronously.
execute() - Method in class se.michaelthelin.spotify.requests.data.albums.GetAlbumsTracksRequest
Get the tracks from the album.
execute() - Method in class se.michaelthelin.spotify.requests.data.albums.GetSeveralAlbumsRequest
Get multiple albums.
execute() - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistRequest
Get an Artist.
execute() - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsAlbumsRequest
Get the AlbumSimplified objects.
execute() - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsRelatedArtistsRequest
Get the related Artist objects.
execute() - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsTopTracksRequest
Get the top Track objects.
execute() - Method in class se.michaelthelin.spotify.requests.data.artists.GetSeveralArtistsRequest
Get several Artist objects.
execute() - Method in class se.michaelthelin.spotify.requests.data.browse.GetCategoryRequest
Get a Category.
execute() - Method in class se.michaelthelin.spotify.requests.data.browse.GetCategorysPlaylistsRequest
Get multiple PlaylistSimplified objects.
execute() - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfCategoriesRequest
Get a paging of Category objects.
execute() - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfFeaturedPlaylistsRequest
Get FeaturedPlaylists synchronously.
execute() - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfNewReleasesRequest
Get a paging of new AlbumSimplified releases.
execute() - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest
execute() - Method in class se.michaelthelin.spotify.requests.data.browse.miscellaneous.GetAvailableGenreSeedsRequest
Get all available genre seeds.
execute() - Method in class se.michaelthelin.spotify.requests.data.episodes.GetEpisodeRequest
Get an episode
execute() - Method in class se.michaelthelin.spotify.requests.data.episodes.GetSeveralEpisodesRequest
Get several episodes.
execute() - Method in class se.michaelthelin.spotify.requests.data.follow.CheckCurrentUserFollowsArtistsOrUsersRequest
Check whether the user is following one or more users or artist or not.
execute() - Method in class se.michaelthelin.spotify.requests.data.follow.CheckUsersFollowPlaylistRequest
Check whether a user is following a playlist or not.
execute() - Method in class se.michaelthelin.spotify.requests.data.follow.FollowArtistsOrUsersRequest
Follow an artist or user.
execute() - Method in class se.michaelthelin.spotify.requests.data.follow.FollowPlaylistRequest
Follow a playlist.
execute() - Method in class se.michaelthelin.spotify.requests.data.follow.GetUsersFollowedArtistsRequest
Get a list of artists the user is following.
execute() - Method in class se.michaelthelin.spotify.requests.data.follow.legacy.FollowPlaylistRequest
Follow a playlist.
execute() - Method in class se.michaelthelin.spotify.requests.data.follow.legacy.UnfollowPlaylistRequest
Unfollow a playlist.
execute() - Method in class se.michaelthelin.spotify.requests.data.follow.UnfollowArtistsOrUsersRequest
Unfollow an artist or user.
execute() - Method in class se.michaelthelin.spotify.requests.data.follow.UnfollowPlaylistRequest
Unfollow a playlist.
execute() - Method in class se.michaelthelin.spotify.requests.data.library.CheckUsersSavedAlbumsRequest
Check whether an album is present in the current user's "Your Music" library.
execute() - Method in class se.michaelthelin.spotify.requests.data.library.CheckUsersSavedEpisodesRequest
Check if one or more episodes is already saved in the current Spotify user's 'Your Episodes' library.
execute() - Method in class se.michaelthelin.spotify.requests.data.library.CheckUsersSavedShowsRequest
Check whether a show is present in the current user's "Your Music" library.
execute() - Method in class se.michaelthelin.spotify.requests.data.library.CheckUsersSavedTracksRequest
Check whether an track is present in the current user's "Your Music" library.
execute() - Method in class se.michaelthelin.spotify.requests.data.library.GetCurrentUsersSavedAlbumsRequest
Get the saved albums of the current user.
execute() - Method in class se.michaelthelin.spotify.requests.data.library.GetUsersSavedEpisodesRequest
Get a list of the current user’s saved episodes.
execute() - Method in class se.michaelthelin.spotify.requests.data.library.GetUsersSavedShowsRequest
Get a list of the current user’s saved shows.
execute() - Method in class se.michaelthelin.spotify.requests.data.library.GetUsersSavedTracksRequest
Get the songs from the current users "Your Music" library.
execute() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveAlbumsForCurrentUserRequest
Remove one or more albums from the current user’s ‘Your Music’ library.
execute() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedEpisodesRequest
Remove one or more episodes from current Spotify user’s library.
execute() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedShowsRequest
Delete one or more shows from current Spotify user’s library.
execute() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedTracksRequest
Remove one or more tracks from the current user’s ‘Your Music’ library.
execute() - Method in class se.michaelthelin.spotify.requests.data.library.SaveAlbumsForCurrentUserRequest
Save an album to the "Your Music" library.
execute() - Method in class se.michaelthelin.spotify.requests.data.library.SaveEpisodesForCurrentUserRequest
Save one or more episodes.
execute() - Method in class se.michaelthelin.spotify.requests.data.library.SaveShowsForCurrentUserRequest
Save one or more shows.
execute() - Method in class se.michaelthelin.spotify.requests.data.library.SaveTracksForUserRequest
Save one or more tracks.
execute() - Method in class se.michaelthelin.spotify.requests.data.personalization.GetUsersTopArtistsAndTracksRequest
Get the top artists and tracks.
execute() - Method in class se.michaelthelin.spotify.requests.data.personalization.simplified.GetUsersTopArtistsRequest
Get an user's top artists.
execute() - Method in class se.michaelthelin.spotify.requests.data.personalization.simplified.GetUsersTopTracksRequest
Get an user's top tracks.
execute() - Method in class se.michaelthelin.spotify.requests.data.player.AddItemToUsersPlaybackQueueRequest
Add an item to the user's playback queue.
execute() - Method in class se.michaelthelin.spotify.requests.data.player.GetCurrentUsersRecentlyPlayedTracksRequest
Get an user's recently played tracks.
execute() - Method in class se.michaelthelin.spotify.requests.data.player.GetInformationAboutUsersCurrentPlaybackRequest
Get information about a user's playback.
execute() - Method in class se.michaelthelin.spotify.requests.data.player.GetTheUsersQueueRequest
Get the user's current playback queue.
execute() - Method in class se.michaelthelin.spotify.requests.data.player.GetUsersAvailableDevicesRequest
Get an user's available devices.
execute() - Method in class se.michaelthelin.spotify.requests.data.player.GetUsersCurrentlyPlayingTrackRequest
Get an user's currently playing track.
execute() - Method in class se.michaelthelin.spotify.requests.data.player.PauseUsersPlaybackRequest
Pause an user's playback.
execute() - Method in class se.michaelthelin.spotify.requests.data.player.SeekToPositionInCurrentlyPlayingTrackRequest
Seek to a position in the user's currently playing track.
execute() - Method in class se.michaelthelin.spotify.requests.data.player.SetRepeatModeOnUsersPlaybackRequest
Set the repeat mode on a user's playback.
execute() - Method in class se.michaelthelin.spotify.requests.data.player.SetVolumeForUsersPlaybackRequest
Set the volume for the user’s current playback device.
execute() - Method in class se.michaelthelin.spotify.requests.data.player.SkipUsersPlaybackToNextTrackRequest
Skip to the next track in the user’s queue.
execute() - Method in class se.michaelthelin.spotify.requests.data.player.SkipUsersPlaybackToPreviousTrackRequest
Skip to the previous track in the user’s queue.
execute() - Method in class se.michaelthelin.spotify.requests.data.player.StartResumeUsersPlaybackRequest
Start or resume a playback.
execute() - Method in class se.michaelthelin.spotify.requests.data.player.ToggleShuffleForUsersPlaybackRequest
Toggle the shuffle state of an user's playback.
execute() - Method in class se.michaelthelin.spotify.requests.data.player.TransferUsersPlaybackRequest
Transfer playback to a new device.
execute() - Method in class se.michaelthelin.spotify.requests.data.playlists.AddItemsToPlaylistRequest
Add items to playlist.
execute() - Method in class se.michaelthelin.spotify.requests.data.playlists.ChangePlaylistsDetailsRequest
Change a playlist's details.
execute() - Method in class se.michaelthelin.spotify.requests.data.playlists.CreatePlaylistRequest
Create a new playlist.
execute() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetListOfCurrentUsersPlaylistsRequest
Get a list of the current user's playlists.
execute() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetListOfUsersPlaylistsRequest
Get an user's playlists.
execute() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistCoverImageRequest
Get the cover image of a playlist.
execute() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistRequest
Get a playlist.
execute() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistsItemsRequest
Get a playlist's items.
execute() - Method in class se.michaelthelin.spotify.requests.data.playlists.RemoveItemsFromPlaylistRequest
Remove items from a playlist.
execute() - Method in class se.michaelthelin.spotify.requests.data.playlists.ReorderPlaylistsItemsRequest
Reorder the items in a playlist.
execute() - Method in class se.michaelthelin.spotify.requests.data.playlists.ReplacePlaylistsItemsRequest
Replace items in a playlist.
execute() - Method in class se.michaelthelin.spotify.requests.data.playlists.UploadCustomPlaylistCoverImageRequest
Upload a new playlist image.
execute() - Method in class se.michaelthelin.spotify.requests.data.search.SearchItemRequest
Search for an item.
execute() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchAlbumsRequest
Search for albums.
execute() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchArtistsRequest
Search for artists.
execute() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchEpisodesRequest
Search for episodes.
execute() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchPlaylistsRequest
Search for playlists.
execute() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchShowsRequest
Search for shows.
execute() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchTracksRequest
Search for tracks.
execute() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.special.SearchAlbumsSpecialRequest
Search for albums.
execute() - Method in class se.michaelthelin.spotify.requests.data.shows.GetSeveralShowsRequest
Get several shows.
execute() - Method in class se.michaelthelin.spotify.requests.data.shows.GetShowRequest
Get a show.
execute() - Method in class se.michaelthelin.spotify.requests.data.shows.GetShowsEpisodesRequest
Get episodes of a show.
execute() - Method in class se.michaelthelin.spotify.requests.data.tracks.GetAudioAnalysisForTrackRequest
Get an audio analysis for a track.
execute() - Method in class se.michaelthelin.spotify.requests.data.tracks.GetAudioFeaturesForSeveralTracksRequest
Get audio features for several tracks.
execute() - Method in class se.michaelthelin.spotify.requests.data.tracks.GetAudioFeaturesForTrackRequest
Get audio features for a track.
execute() - Method in class se.michaelthelin.spotify.requests.data.tracks.GetSeveralTracksRequest
Get several tracks.
execute() - Method in class se.michaelthelin.spotify.requests.data.tracks.GetTrackRequest
Get a track.
execute() - Method in class se.michaelthelin.spotify.requests.data.users_profile.GetCurrentUsersProfileRequest
Get the profile of the current user.
execute() - Method in class se.michaelthelin.spotify.requests.data.users_profile.GetUsersProfileRequest
Get the profile of a current user.
execute() - Method in interface se.michaelthelin.spotify.requests.IRequest
 
executeAsync() - Method in class se.michaelthelin.spotify.requests.AbstractRequest
Get something asynchronously.
executeAsync() - Method in interface se.michaelthelin.spotify.requests.IRequest
 
executeAsync(Callable<T>) - Static method in class se.michaelthelin.spotify.SpotifyApiThreading
 
ExternalId - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about External ID objects by building instances from this class.
ExternalId.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building ExternalId instances.
ExternalId.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building ExternalId instances.
ExternalUrl - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about External URL objects by building instances from this class.
ExternalUrl.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building ExternalUrl instances.
ExternalUrl.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building ExternalUrl instances.

F

FeaturedPlaylists - Class in se.michaelthelin.spotify.model_objects.special
Retrieve information about Featured Playlist objects by building instances from this class.
FeaturedPlaylists.Builder - Class in se.michaelthelin.spotify.model_objects.special
Builder class for building FeaturedPlaylists instances.
FeaturedPlaylists.JsonUtil - Class in se.michaelthelin.spotify.model_objects.special
JsonUtil class for building FeaturedPlaylists instances.
fields(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistRequest.Builder
The fields filter setter.
fields(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistsItemsRequest.Builder
The fields filter setter.
followArtistsOrUsers(ModelObjectType, JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
Add the current user as a follower of one or more artists or other Spotify users.
followArtistsOrUsers(ModelObjectType, String[]) - Method in class se.michaelthelin.spotify.SpotifyApi
Add the current user as a follower of one or more artists or other Spotify users.
FollowArtistsOrUsersRequest - Class in se.michaelthelin.spotify.requests.data.follow
Add the current user as a follower of one or more artists or other Spotify users.
FollowArtistsOrUsersRequest.Builder - Class in se.michaelthelin.spotify.requests.data.follow
Builder class for building a FollowArtistsOrUsersRequest.
Followers - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Follower objects by building instances from this class.
Followers.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building Followers instances.
Followers.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building Followers instances.
followPlaylist(String, boolean) - Method in class se.michaelthelin.spotify.SpotifyApi
Add the current user as a follower of a playlist.
followPlaylist(String, String, boolean) - Method in class se.michaelthelin.spotify.SpotifyApi
Add the current user as a follower of a playlist.
FollowPlaylistRequest - Class in se.michaelthelin.spotify.requests.data.follow
Add the current user as a follower of a playlist.
FollowPlaylistRequest - Class in se.michaelthelin.spotify.requests.data.follow.legacy
Add the current user as a follower of a playlist.
FollowPlaylistRequest.Builder - Class in se.michaelthelin.spotify.requests.data.follow
Builder class for building a FollowPlaylistRequest.
FollowPlaylistRequest.Builder - Class in se.michaelthelin.spotify.requests.data.follow.legacy
Builder class for building a FollowPlaylistRequest.
ForbiddenException - Exception Class in se.michaelthelin.spotify.exceptions.detailed
The server understood the request, but is refusing to fulfill it.
ForbiddenException() - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.ForbiddenException
 
ForbiddenException(String) - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.ForbiddenException
 
ForbiddenException(String, Throwable) - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.ForbiddenException
 
formatDefaultDate(Date) - Static method in class se.michaelthelin.spotify.SpotifyApi
Formats a date, using the default spotify format.
FREE - Enum constant in enum class se.michaelthelin.spotify.enums.ProductType
 

G

GENRE - Enum constant in enum class se.michaelthelin.spotify.enums.ModelObjectType
 
get(String) - Method in class se.michaelthelin.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 se.michaelthelin.spotify.IHttpManager
Perform an HTTP GET request to the specified URL.
get(URI, Header[]) - Method in class se.michaelthelin.spotify.SpotifyHttpManager
 
getAccessToken() - Method in class se.michaelthelin.spotify.model_objects.credentials.AuthorizationCodeCredentials
Get the access token.
getAccessToken() - Method in class se.michaelthelin.spotify.model_objects.credentials.ClientCredentials
Get the access token.
getAccessToken() - Method in class se.michaelthelin.spotify.SpotifyApi
Get the access token specified in the API object, which is used for API calls.
getAcousticness() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
Get the acousticness of the track as a value between 0.0 and 1.0.
getActions() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying
Get which playback actions are available within the current context.
getActions() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
Get which playback actions are available within the current context.
getAddedAt() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.SavedEpisode
Get the date, when the episode has been saved.
getAddedAt() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistTrack
Get the date, when the track or episode has been added to its playlist.
getAddedAt() - Method in class se.michaelthelin.spotify.model_objects.specification.SavedAlbum
Get the date, when the album has been saved.
getAddedAt() - Method in class se.michaelthelin.spotify.model_objects.specification.SavedShow
Get the date, when the show has been saved.
getAddedAt() - Method in class se.michaelthelin.spotify.model_objects.specification.SavedTrack
Get the date, when the track has been saved.
getAddedBy() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistTrack
Get the user, who added the track or episode to its playlist.
getAfter() - Method in class se.michaelthelin.spotify.model_objects.specification.Cursor
Get the key of this Cursor to find the next set of items in a cursor-based paging object.
getAfterFilteringSize() - Method in class se.michaelthelin.spotify.model_objects.specification.RecommendationsSeed
Get the number of tracks available after min_* and max_* filters have been applied.
getAfterRelinkingSize() - Method in class se.michaelthelin.spotify.model_objects.specification.RecommendationsSeed
Get the number of tracks available after relinking for regional availability.
getAlbum() - Method in class se.michaelthelin.spotify.model_objects.specification.SavedAlbum
Get information about the album from a saved album object.
getAlbum() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
Get the album on which the track appears.
getAlbum(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Returns an album with the ID given below.
getAlbumGroup() - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
Get the Spotify Album Group of the album.
GetAlbumRequest - Class in se.michaelthelin.spotify.requests.data.albums
Get Spotify catalog information for a single album.
GetAlbumRequest.Builder - Class in se.michaelthelin.spotify.requests.data.albums
A builder class for a GetAlbumRequest.
getAlbums() - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult
Get the album objects contained in the search result object.
getAlbumsTracks(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Returns the tracks of the album with the ID given below.
GetAlbumsTracksRequest - Class in se.michaelthelin.spotify.requests.data.albums
Get Spotify catalog information about an album's tracks.
GetAlbumsTracksRequest.Builder - Class in se.michaelthelin.spotify.requests.data.albums
Builder class for building a GetAlbumsTracksRequest.
getAlbumType() - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial
Get the type of the album.
getAlbumType() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
Get the type of the album.
getAlbumType() - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
Get the type of the album.
getAnalysisChannels() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the analysis channels.
getAnalysisSampleRate() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the sample rate in which the audio analysis was performed.
getAnalysisTime() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta
Get the duration of the audio analysis, eg.
getAnalysisUrl() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
Get the Spotify Web API endpoint URL for a full audio analysis.
getAnalyzerVersion() - Method in class se.michaelthelin.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 se.michaelthelin.spotify.SpotifyApi
Get an artist.
GetArtistRequest - Class in se.michaelthelin.spotify.requests.data.artists
Get Spotify catalog information for a single artist identified by their unique Spotify ID.
GetArtistRequest.Builder - Class in se.michaelthelin.spotify.requests.data.artists
Builder class for building a GetArtistRequest.
getArtists() - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial
Get the artists of the album.
getArtists() - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult
Get the artist objects contained in the search result object.
getArtists() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
Get the artists of the album.
getArtists() - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
Get the artists of the album.
getArtists() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
Get the artists who performed the track.
getArtists() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
Get the artists who performed the track.
getArtistsAlbums(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get the albums of a specific artist.
GetArtistsAlbumsRequest - Class in se.michaelthelin.spotify.requests.data.artists
Get Spotify catalog information about an artist’s albums.
GetArtistsAlbumsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.artists
Builder class for building a GetArtistsAlbumsRequest.
getArtistsRelatedArtists(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get artists related/similar to an artist.
GetArtistsRelatedArtistsRequest - Class in se.michaelthelin.spotify.requests.data.artists
Get Spotify catalog information about artists similar to a given artist.
GetArtistsRelatedArtistsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.artists
Builder class for building a GetArtistsRelatedArtistsRequest.
getArtistsTopTracks(String, CountryCode) - Method in class se.michaelthelin.spotify.SpotifyApi
Get the top tracks of an artist in a specific country.
GetArtistsTopTracksRequest - Class in se.michaelthelin.spotify.requests.data.artists
Get Spotify catalog information about an artist’s top tracks by country.
GetArtistsTopTracksRequest.Builder - Class in se.michaelthelin.spotify.requests.data.artists
Builder class for building a GetArtistsTopTracksRequest.
getAudioAnalysisForTrack(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get a detailed audio analysis for a single track identified by its unique Spotify ID.
GetAudioAnalysisForTrackRequest - Class in se.michaelthelin.spotify.requests.data.tracks
Get a detailed audio analysis for a single track identified by its unique Spotify ID.
GetAudioAnalysisForTrackRequest.Builder - Class in se.michaelthelin.spotify.requests.data.tracks
Builder class for building a GetAudioAnalysisForTrackRequest.
getAudioFeaturesForSeveralTracks(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
Get audio features for multiple tracks based on their Spotify IDs.
GetAudioFeaturesForSeveralTracksRequest - Class in se.michaelthelin.spotify.requests.data.tracks
Get audio features for multiple tracks based on their Spotify IDs.
GetAudioFeaturesForSeveralTracksRequest.Builder - Class in se.michaelthelin.spotify.requests.data.tracks
Builder class for building a GetAudioFeaturesForSeveralTracksRequest.
getAudioFeaturesForTrack(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get audio features for a track based on its Spotify ID.
GetAudioFeaturesForTrackRequest - Class in se.michaelthelin.spotify.requests.data.tracks
Get audio feature information for a single track identified by its unique Spotify ID.
GetAudioFeaturesForTrackRequest.Builder - Class in se.michaelthelin.spotify.requests.data.tracks
Builder class for building a GetAudioFeaturesForTrackRequest.
getAudioPreviewUrl() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
Get a URL to a 30 second preview (MP3 format) of the episode.
getAudioPreviewUrl() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
Get a URL to a 30 second preview (MP3 format) of the episode.
getAvailableGenreSeeds() - Method in class se.michaelthelin.spotify.SpotifyApi
Retrieve a list of available genres seed parameter values for recommendations.
GetAvailableGenreSeedsRequest - Class in se.michaelthelin.spotify.requests.data.browse.miscellaneous
Retrieve a list of available genres seed parameter values for recommendations.
GetAvailableGenreSeedsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.browse.miscellaneous
Builder class for building a GetAvailableGenreSeedsRequest.Builder.
getAvailableMarkets() - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial
Get the country codes of all countries, in which the album is available.
getAvailableMarkets() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
Get the country codes of all countries, in which the album is available.
getAvailableMarkets() - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
Get the country codes of all countries, in which the album is available.
getAvailableMarkets() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
Get a list of the countries in which the show can be played.
getAvailableMarkets() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
Get a list of the countries in which the show can be played.
getAvailableMarkets() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
Get the country codes of all countries, in which the track is available.
getAvailableMarkets() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
Get the country codes of all countries, in which the track is available.
getBars() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis
Get the list of bar markers, in seconds.
getBeats() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis
Get the list of beat markers, in seconds.
getBirthdate() - Method in class se.michaelthelin.spotify.model_objects.specification.User
Get the users birthdate.
getBody() - Method in class se.michaelthelin.spotify.requests.AbstractRequest
 
getBody() - Method in interface se.michaelthelin.spotify.requests.IRequest
 
getBodyParameters() - Method in class se.michaelthelin.spotify.requests.AbstractRequest
 
getBodyParameters() - Method in interface se.michaelthelin.spotify.requests.IRequest
 
getCacheMaxEntries() - Method in class se.michaelthelin.spotify.SpotifyHttpManager
 
getCacheMaxObjectSize() - Method in class se.michaelthelin.spotify.SpotifyHttpManager
 
getCategory(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get a category.
GetCategoryRequest - Class in se.michaelthelin.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 se.michaelthelin.spotify.requests.data.browse
Builder class for building a GetCategoryRequest.
getCategorysPlaylists(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get the playlists from a specific category.
GetCategorysPlaylistsRequest - Class in se.michaelthelin.spotify.requests.data.browse
Get a list of Spotify playlists tagged with a particular category.
GetCategorysPlaylistsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.browse
Builder class for building a GetCategorysPlaylistsRequest.
getClientId() - Method in class se.michaelthelin.spotify.SpotifyApi
Get the application client ID specified in this API object.
getClientSecret() - Method in class se.michaelthelin.spotify.SpotifyApi
Get the application client secret specified in this API object.
getCodeString() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the code string of the track.
getCodeVersion() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the version of the code string.
getConfidence() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeasure
Get the confidence value of the measurement.
getConnectionRequestTimeout() - Method in class se.michaelthelin.spotify.SpotifyHttpManager
 
getConnectTimeout() - Method in class se.michaelthelin.spotify.SpotifyHttpManager
 
getContentType() - Method in class se.michaelthelin.spotify.requests.AbstractRequest
 
getContentType() - Method in interface se.michaelthelin.spotify.requests.IRequest
 
getContext() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying
Get the context the item was played from.
getContext() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
Get the context from where the currently playing item is played from.
getContext() - Method in class se.michaelthelin.spotify.model_objects.specification.PlayHistory
Get the context the track was played from.
getCopyrights() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
Get all copyright texts of the album.
getCopyrights() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
Get the copyright statements of the show.
getCopyrights() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
Get the copyright statements of the show.
getCountry() - Method in class se.michaelthelin.spotify.model_objects.specification.User
Get the country code of the users set home country.
getCurrentlyPlaying() - Method in class se.michaelthelin.spotify.model_objects.special.PlaybackQueue
Get the user's currently playing item.
getCurrentlyPlayingType() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying
Get the type of the currently playing item.
getCurrentlyPlayingType() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
Get the type of the currently playing item.
getCurrentUsersProfile() - Method in class se.michaelthelin.spotify.SpotifyApi
Get detailed profile information about the current user (including the current user’s username).
GetCurrentUsersProfileRequest - Class in se.michaelthelin.spotify.requests.data.users_profile
Get detailed profile information about the current user (including the current user’s username).
GetCurrentUsersProfileRequest.Builder - Class in se.michaelthelin.spotify.requests.data.users_profile
Builder class for building a GetCurrentUsersProfileRequest.
getCurrentUsersRecentlyPlayedTracks() - Method in class se.michaelthelin.spotify.SpotifyApi
Get tracks from the current user's recently played tracks.
GetCurrentUsersRecentlyPlayedTracksRequest - Class in se.michaelthelin.spotify.requests.data.player
Get tracks from the current user’s recently played tracks.
GetCurrentUsersRecentlyPlayedTracksRequest.Builder - Class in se.michaelthelin.spotify.requests.data.player
Builder class for building a GetCurrentUsersRecentlyPlayedTracksRequest.
getCurrentUsersSavedAlbums() - Method in class se.michaelthelin.spotify.SpotifyApi
Get a list of the albums saved in the current Spotify user’s "Your Music" library.
GetCurrentUsersSavedAlbumsRequest - Class in se.michaelthelin.spotify.requests.data.library
Get a list of the albums saved in the current Spotify user’s "Your Music" library.
GetCurrentUsersSavedAlbumsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
Builder class for building a GetCurrentUsersSavedAlbumsRequest.
getCursors() - Method in class se.michaelthelin.spotify.model_objects.specification.PagingCursorbased
Get the cursors used to find the next set of items.
getDanceability() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
Get the danceability of the track as a value between 0.0 and 1.0.
getDescription() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
Get a description of the episode.
getDescription() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
Get a description of the episode.
getDescription() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
Get the description of the playlist.
getDescription() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
Get a description of the show.
getDescription() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
Get a description of the show.
getDetailedStatus() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta
Get the detailed status of the Analyzer software after creating the audio analysis.
getDevice() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
Get the currently active device.
getDisallowedActions() - Method in class se.michaelthelin.spotify.model_objects.specification.Disallows
Get a set of disallowed actions.
getDisallows() - Method in class se.michaelthelin.spotify.model_objects.special.Actions
Get the Disallows object.
getDiscNumber() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
Get the disc number of the track in its album.
getDiscNumber() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
Get the disc number of the track in its album.
getDisplayName() - Method in class se.michaelthelin.spotify.model_objects.specification.User
Get the users display name if available.
getDuration() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeasure
Get the duration of the measurement in seconds.
getDuration() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the duration of the track in seconds.
getDurationMs() - Method in interface se.michaelthelin.spotify.model_objects.IPlaylistItem
Get the duration of this playlist item in milliseconds.
getDurationMs() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
Get the duration of the track in milliseconds.
getDurationMs() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
Get the duration of the episode in milliseconds.
getDurationMs() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
Get the duration of the episode in milliseconds.
getDurationMs() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
Get the duration of the track in milliseconds.
getDurationMs() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
Get the duration of the track in milliseconds.
getEchoprintString() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the echoprint string of the track.
getEchoprintVersion() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the version of the echoprint string.
getEmail() - Method in class se.michaelthelin.spotify.model_objects.specification.User
Get the users email address.
getEndOfFadeIn() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the end of fade in introduction of the track.
getEnergy() - Method in class se.michaelthelin.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.
getEpisode() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.SavedEpisode
Get information about the episode from a saved episode object.
getEpisode(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get an episode.
GetEpisodeRequest - Class in se.michaelthelin.spotify.requests.data.episodes
Get Spotify catalog information for a single episode identified by its unique Spotify ID.
GetEpisodeRequest.Builder - Class in se.michaelthelin.spotify.requests.data.episodes
Builder class for building a GetEpisodeRequest.
getEpisodes() - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult
Get the episode objects contained in the search result object.
getEpisodes() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
Get a list of the show’s episodes.
getError() - Method in class se.michaelthelin.spotify.model_objects.credentials.error.AuthenticationError
Get the high level description of the error as specified in RFC 6749 Section 5.2.
getError_description() - Method in class se.michaelthelin.spotify.model_objects.credentials.error.AuthenticationError
Get the more detailed description of the error as specified in RFC 6749 Section 4.1.2.1.
getExpiresIn() - Method in class se.michaelthelin.spotify.model_objects.credentials.AuthorizationCodeCredentials
Get the time period (in seconds) for which the access token is valid.
getExpiresIn() - Method in class se.michaelthelin.spotify.model_objects.credentials.ClientCredentials
Get the time period (in seconds) for which the access token is valid.
getExplicit() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
Check whether the episode is explicit or not.
getExplicit() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
Check whether the episode is explicit or not.
getExplicit() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
Check whether the show is explicit or not.
getExplicit() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
Check whether the show is explicit or not.
getExternalIds() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
Get the external IDs of the album.
getExternalIds() - Method in class se.michaelthelin.spotify.model_objects.specification.ExternalId
Get the external IDs from this External ID object.
getExternalIds() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
Get the external IDs of the track.
Example: isrc -> "International Standard Recording Code".
getExternallyHosted() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
Check whether the episode is hosted outside of Spotify's CDN.
getExternallyHosted() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
Check whether the episode is hosted outside of Spotify's CDN.
getExternallyHosted() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
Check whether the show is hosted outside of Spotify's CDN.
getExternallyHosted() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
Check whether the show is hosted outside of Spotify's CDN.
getExternalUrls() - Method in interface se.michaelthelin.spotify.model_objects.IPlaylistItem
Get the external URLs of the playlist item.
Example: Spotify-URL.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial
Get the external URLs of the album.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
Get the external URLs of the album.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
Get the external URLs of the album.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.Artist
Get the external URLs of the artist.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.ArtistSimplified
Get the external URLs of the artist.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.Context
Get the external URLs of the context.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
Get the external URLs of the episode.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
Get the external URLs of the episode.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.ExternalUrl
Get the external URLs from this External URL object.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
Get the external URLs of the playlist.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
Get the external URLs of the playlist.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
Get the external URLs of the show.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
Get the external URLs of the show.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
Get the external URLs of the track.
Example: Spotify-URL.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackLink
Get the external URLs of the track.
Example: Spotify-URL.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
Get the external URLs of the track.
Example: Spotify-URL.
getExternalUrls() - Method in class se.michaelthelin.spotify.model_objects.specification.User
Get the external URLs of the user.
getFollowers() - Method in class se.michaelthelin.spotify.model_objects.specification.Artist
Get information about the followers of the artist.
getFollowers() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
Get information about the followers of the playlist.
getFollowers() - Method in class se.michaelthelin.spotify.model_objects.specification.User
Get information about the followers of the user.
getFullyPlayed() - Method in class se.michaelthelin.spotify.model_objects.specification.ResumePoint
Check whether the episode has been fully played by the user.
getGenres() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
Get a list of all genres of the album.
getGenres() - Method in class se.michaelthelin.spotify.model_objects.specification.Artist
Get a list of all genres of the artist.
getGroup() - Method in enum class se.michaelthelin.spotify.enums.AlbumGroup
Get the album group as a string.
getHeaders() - Method in class se.michaelthelin.spotify.requests.AbstractRequest
 
getHeaders() - Method in interface se.michaelthelin.spotify.requests.IRequest
 
getHeight() - Method in class se.michaelthelin.spotify.model_objects.specification.Image
Get the height of the image in pixels.
getHost() - Method in class se.michaelthelin.spotify.SpotifyApi
Get the API host used for API calls.
getHref() - Method in interface se.michaelthelin.spotify.model_objects.IPlaylistItem
Get the full Spotify Web API endpoint URL of the playlist item.
getHref() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.PlaylistTracksInformation
Get the Spotify Web API endpoint URL of the playlist tracks object.
getHref() - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial
Get the full Spotify Web API endpoint URL of the album.
getHref() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
Get the full Spotify Web API endpoint URL of the album.
getHref() - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
Get the full Spotify Web API endpoint URL of the album.
getHref() - Method in class se.michaelthelin.spotify.model_objects.specification.Artist
Get the full Spotify Web API endpoint URL of the artist.
getHref() - Method in class se.michaelthelin.spotify.model_objects.specification.ArtistSimplified
Get the full Spotify Web API endpoint URL of the artist.
getHref() - Method in class se.michaelthelin.spotify.model_objects.specification.Category
Get the Spotify Web API endpoint URL of the category.
getHref() - Method in class se.michaelthelin.spotify.model_objects.specification.Context
Get a link to the Spotify Web API endpoint providing full details of the track.
getHref() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
Get the full Spotify Web API endpoint URL of the episode.
getHref() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
Get the full Spotify Web API endpoint URL of the episode.
getHref() - Method in class se.michaelthelin.spotify.model_objects.specification.Followers
Get a link to the Web API endpoint providing full details of the followers object.
getHref() - Method in class se.michaelthelin.spotify.model_objects.specification.Paging
Get a link to the Web API endpoint returning the full result of the request.
getHref() - Method in class se.michaelthelin.spotify.model_objects.specification.PagingCursorbased
Get a link to the Web API endpoint returning the full result of the request.
getHref() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
Get the full Spotify API endpoint url of the playlist.
getHref() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
Get the full Spotify API endpoint url of the playlist.
getHref() - Method in class se.michaelthelin.spotify.model_objects.specification.RecommendationsSeed
Get the link to the full track or artist data for this seed.
getHref() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
Get the full Spotify Web API endpoint URL of the show.
getHref() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
Get the full Spotify Web API endpoint URL of the show.
getHref() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
Get the full Spotify Web API endpoint URL of the track.
getHref() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackLink
Get the Spotify Web API endpoint URL of the track.
getHref() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
Get the full Spotify Web API endpoint URL of the track.
getHref() - Method in class se.michaelthelin.spotify.model_objects.specification.User
Get the Spotify Web API endpoint URL of the user.
getHttpManager() - Method in class se.michaelthelin.spotify.requests.AbstractRequest
 
getHttpManager() - Method in interface se.michaelthelin.spotify.requests.IRequest
 
getHttpManager() - Method in class se.michaelthelin.spotify.SpotifyApi
Get the IHttpManager used for API calls.
getIcons() - Method in class se.michaelthelin.spotify.model_objects.specification.Category
Get the category icon in various sizes.
getId() - Method in interface se.michaelthelin.spotify.model_objects.IPlaylistItem
Get the Spotify ID of the playlist item.
getId() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device
Get the ID of the device.
getId() - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial
Get the Spotify ID of the album.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
Get the Spotify ID of the album.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
Get the Spotify ID of the album.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.Artist
Get the Spotify ID of the artist.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.ArtistSimplified
Get the Spotify ID of the artist.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
Get the Spotify ID of the track.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.Category
Get the Spotify ID of the category.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
Get the Spotify ID of the episode.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
Get the Spotify ID of the episode.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
Get the Spotify ID of a playlist.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
Get the Spotify ID of a playlist.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.RecommendationsSeed
Get the ID used to select this seed.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
Get the Spotify ID of the show.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
Get the Spotify ID of the show.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
Get the Spotify ID of the track.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackLink
Get the Spotify ID of the track.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
Get the Spotify ID of the track.
getId() - Method in class se.michaelthelin.spotify.model_objects.specification.User
Get the Spotify ID of the user.
getImages() - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial
Get the album cover art of the album in different sizes.
getImages() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
Get the album cover art of the album in different sizes.
getImages() - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
Get the album cover art of the album in different sizes.
getImages() - Method in class se.michaelthelin.spotify.model_objects.specification.Artist
Get all images of the artist (like header image) in different sizes.
getImages() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
Get the cover art for the episode in various sizes, widest first.
getImages() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
Get the cover art for the episode in various sizes, widest first.
getImages() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
Images for the playlist.
getImages() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
Images for the playlist.
getImages() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
Get the cover art for the show in various sizes, widest first.
getImages() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
Get the cover art for the show in various sizes, widest first.
getImages() - Method in class se.michaelthelin.spotify.model_objects.specification.User
Get the profile image of the user in different sizes.
getInformationAboutUsersCurrentPlayback() - Method in class se.michaelthelin.spotify.SpotifyApi
Get information about the user's current playback state, including context, track progress, and active device.
GetInformationAboutUsersCurrentPlaybackRequest - Class in se.michaelthelin.spotify.requests.data.player
Get information about the user’s current playback state, including track, track progress, and active device.
GetInformationAboutUsersCurrentPlaybackRequest.Builder - Class in se.michaelthelin.spotify.requests.data.player
getInitialPoolSize() - Method in class se.michaelthelin.spotify.model_objects.specification.RecommendationsSeed
Get the number of recommended tracks available for this seed.
getInputProcess() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta
Get the input process of the audio analysis.
getInstrumentalness() - Method in class se.michaelthelin.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 se.michaelthelin.spotify.model_objects.miscellaneous.Device
Check whether the device is the currently active device.
getIs_playing() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying
Check if something is played at the moment.
getIs_playing() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
Check whether a track or episode is playing on the device or not.
getIs_private_session() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device
Get whether the device is in a private session.
getIs_restricted() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device
Check whether the device is restricted or not.
getIsCollaborative() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
Check whether the playlist is collaborative or not.
getIsCollaborative() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
Check whether the playlist is collaborative or not.
getIsExplicit() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
Check whether the track is explicit or not.
getIsExplicit() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
Check whether the track is explicit or not.
getIsLocal() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistTrack
Check whether a playlist track is a local track or episode or not.
Local tracks can only be played on devices, where the track files are present.
getIsPlayable() - Method in class se.michaelthelin.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 se.michaelthelin.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 se.michaelthelin.spotify.model_objects.specification.Playlist
Check whether a playlist is available in public or is private.
getIsPublicAccess() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
Check whether a playlist is available in public or is private.
getItem() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying
Get the currently played track or episode.
getItem() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
Get the currently playing track or episode, if the device is playing something.
getItems() - Method in class se.michaelthelin.spotify.model_objects.specification.Paging
Get the items contained in the paging object.
getItems() - Method in class se.michaelthelin.spotify.model_objects.specification.PagingCursorbased
Get the items contained in the paging object.
getJson() - Method in class se.michaelthelin.spotify.requests.AbstractRequest
 
getJson() - Method in interface se.michaelthelin.spotify.requests.IRequest
 
getKey() - Method in enum class se.michaelthelin.spotify.enums.Action
Get the Action key as a string.
getKey() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection
Get the main key of the section.
getKey() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the estimated main key of the track.
getKey() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
Get the main key of the track.
getKeyConfidence() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection
Get the key confidence of the section.
getKeyConfidence() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the key confidence of the track.
getLabel() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
Get the label for the album.
getLanguages() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
Get a list of the languages used in the episode, identified by their ISO 639 code.
getLanguages() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
Get a list of the languages used in the episode, identified by their ISO 639 code.
getLanguages() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
Get a list of the languages used in the show, identified by their ISO 639 code.
getLanguages() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
Get a list of the languages used in the show, identified by their ISO 639 code.
getLimit() - Method in class se.michaelthelin.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 se.michaelthelin.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 se.michaelthelin.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 se.michaelthelin.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 se.michaelthelin.spotify.SpotifyApi
Get a list of categories.
GetListOfCategoriesRequest - Class in se.michaelthelin.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 se.michaelthelin.spotify.requests.data.browse
Builder class for building a GetListOfCategoriesRequest.
getListOfCurrentUsersPlaylists() - Method in class se.michaelthelin.spotify.SpotifyApi
Get a list of the playlists owned or followed by the current Spotify user.
GetListOfCurrentUsersPlaylistsRequest - Class in se.michaelthelin.spotify.requests.data.playlists
Get a list of the playlists owned or followed by the current Spotify user.
GetListOfCurrentUsersPlaylistsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.playlists
Builder class for building a GetListOfCurrentUsersPlaylistsRequest
getListOfFeaturedPlaylists() - Method in class se.michaelthelin.spotify.SpotifyApi
Get "Featured Playlists" of different countries which may match a specific language.
GetListOfFeaturedPlaylistsRequest - Class in se.michaelthelin.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 se.michaelthelin.spotify.requests.data.browse
Builder class for building a GetListOfFeaturedPlaylistsRequest.
getListOfNewReleases() - Method in class se.michaelthelin.spotify.SpotifyApi
Get the newest releases from a specific country.
GetListOfNewReleasesRequest - Class in se.michaelthelin.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 se.michaelthelin.spotify.requests.data.browse
Builder class for building a GetListOfNewReleasesRequest.
getListOfUsersPlaylists(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get an user's playlists.
GetListOfUsersPlaylistsRequest - Class in se.michaelthelin.spotify.requests.data.playlists
Get a list of the playlists owned or followed by a Spotify user.
GetListOfUsersPlaylistsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.playlists
Builder class for building a GetListOfUsersPlaylistsRequest.
getLiveness() - Method in class se.michaelthelin.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 se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection
Get the (average) loudness of the section in decibels.
getLoudness() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the average loudness of the track in decibels.
getLoudness() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
Get the average loudness of the track.
getLoudnessEnd() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment
Get the loudness level at the end of the segment.
getLoudnessMax() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment
Get the peak loudness value within the segment.
getLoudnessMaxTime() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment
Get the offset within the segment of the point of maximum loudness.
getLoudnessStart() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment
Get the loudness level at the start of the segment.
getMeasure() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection
Get the measure of the audio analysis section object.
getMeasure() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment
Get the measure of the audio analysis segment object.
getMediaType() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
Get the media type of the show.
getMediaType() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
Get the media type of the show.
getMessage() - Method in class se.michaelthelin.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 se.michaelthelin.spotify.model_objects.specification.Error
Get the error message (description of the cause) of the Error object.
getMeta() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis
Get the metadata of the analyzer software for the track.
getMode() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection
Get the modality of the section.
getMode() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the modality of the track.
getMode() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
Get the modality of the track.
getModeConfidence() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection
Get the modality confidence of the section.
getModeConfidence() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the modality confidence of the track.
getName() - Method in interface se.michaelthelin.spotify.model_objects.IPlaylistItem
Get the name of the playlist item.
getName() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device
Get the name of the device.
getName() - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial
Get the name of the album.
getName() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
Get the name of the album.
getName() - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
Get the name of the album.
getName() - Method in class se.michaelthelin.spotify.model_objects.specification.Artist
Get the name of the artist.
getName() - Method in class se.michaelthelin.spotify.model_objects.specification.ArtistSimplified
Get the name of the artist.
getName() - Method in class se.michaelthelin.spotify.model_objects.specification.Category
Get the name of the category.
getName() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
Get the name of the episode.
getName() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
Get the name of the episode.
getName() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
Get the name of a playlist.
getName() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
Get the name of a playlist.
getName() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
Get the name of the show.
getName() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
Get the name of the show.
getName() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
Get the name of the track.
getName() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
Get the name of a track.
getNext() - Method in class se.michaelthelin.spotify.model_objects.specification.Paging
Get the URL to the next page of items.
getNext() - Method in class se.michaelthelin.spotify.model_objects.specification.PagingCursorbased
Get the URL to the next page of items.
getNumSamples() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the number of samples in the track.
getOffset() - Method in class se.michaelthelin.spotify.model_objects.specification.Paging
Get the offset of the items returned (as set in the query or by default).
getOffsetSeconds() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the offset seconds.
getOwner() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
Get the owners user object of a playlist.
getOwner() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
Get the owners user object of a playlist.
getPitches() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment
Get the pitches of the segment.
getPlatform() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta
Get the platform, on which the audio analysis was created.
getPlayable() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
Check whether the episode is playable in the given market.
getPlayable() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
Check whether the episode is playable in the given market.
getPlayedAt() - Method in class se.michaelthelin.spotify.model_objects.specification.PlayHistory
Get the date and time the track was played.
getPlaylist(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get a playlist.
getPlaylistCoverImage(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get the image used to represent a specific playlist.
GetPlaylistCoverImageRequest - Class in se.michaelthelin.spotify.requests.data.playlists
Get the current image associated with a specific playlist.
GetPlaylistCoverImageRequest.Builder - Class in se.michaelthelin.spotify.requests.data.playlists
Builder class for building a GetPlaylistCoverImageRequest.
GetPlaylistRequest - Class in se.michaelthelin.spotify.requests.data.playlists
Get a playlist owned by a Spotify user.
GetPlaylistRequest.Builder - Class in se.michaelthelin.spotify.requests.data.playlists
Builder class for building a GetPlaylistRequest.
getPlaylists() - Method in class se.michaelthelin.spotify.model_objects.special.FeaturedPlaylists
Get the page of featured playlists.
getPlaylists() - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult
Get the playlist objects contained in the search result object.
getPlaylistsItems(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get a playlist's items.
GetPlaylistsItemsRequest - Class in se.michaelthelin.spotify.requests.data.playlists
Get full details of the tracks or episodes of a playlist owned by a Spotify user.
GetPlaylistsItemsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.playlists
Builder class for building a GetPlaylistsItemsRequest.
getPopularity() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
Get the popularity of the album in a range between 0 and 100.
getPopularity() - Method in class se.michaelthelin.spotify.model_objects.specification.Artist
Get the popularity of the artist in a range between 0 and 100.
getPopularity() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
Get the popularity of the track.
getPort() - Method in class se.michaelthelin.spotify.SpotifyApi
Get the port used for API calls.
getPositions() - Method in class se.michaelthelin.spotify.model_objects.special.PlaylistTrackPosition
Get the position, where the track should be added in the playlist.
getPrecision() - Method in enum class se.michaelthelin.spotify.enums.ReleaseDatePrecision
Get the release date precision as a string.
getPreviewUrl() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
Get a link to a 30 second preview (MP3 format) of the track.
getPreviewUrl() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
Get a link to a 30 second preview (MP3 format) of the track.
getPrevious() - Method in class se.michaelthelin.spotify.model_objects.specification.Paging
Get the URL to the previous page of items.
getProduct() - Method in class se.michaelthelin.spotify.model_objects.specification.User
Get the product type of the users account.
getProgress_ms() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying
Get the progress of the current played item.
getProgress_ms() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
Get the progress of the currently playing item.
getProxy() - Method in class se.michaelthelin.spotify.SpotifyHttpManager
 
getProxyCredentials() - Method in class se.michaelthelin.spotify.SpotifyHttpManager
 
getProxyPassword() - Method in class se.michaelthelin.spotify.SpotifyApi
Get the proxy password used for API calls.
getProxyPort() - Method in class se.michaelthelin.spotify.SpotifyApi
Get the proxy port used for API calls.
getProxyUrl() - Method in class se.michaelthelin.spotify.SpotifyApi
Get the proxy URL used for API calls.
getProxyUsername() - Method in class se.michaelthelin.spotify.SpotifyApi
Get the proxy username used for API calls.
getPublisher() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
Get the publisher of the show.
getPublisher() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
Get the publisher of the show.
getQueue() - Method in class se.michaelthelin.spotify.model_objects.special.PlaybackQueue
Get the list of items that make up the user's queue.
getReason() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Restrictions
Get the reason why the track is not available.
getRecommendations() - Method in class se.michaelthelin.spotify.SpotifyApi
Create a playlist-style listening experience based on seed artists, tracks and genres.
GetRecommendationsRequest - Class in se.michaelthelin.spotify.requests.data.browse
Create a playlist-style listening experience based on seed artists, tracks and genres.
GetRecommendationsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.browse
Builder class for building a GetRecommendationsRequest.
getRedirectURI() - Method in class se.michaelthelin.spotify.SpotifyApi
Get the redirect URI of the application specified in this API object.
getRefreshToken() - Method in class se.michaelthelin.spotify.model_objects.credentials.AuthorizationCodeCredentials
Get the refresh token.
getRefreshToken() - Method in class se.michaelthelin.spotify.SpotifyApi
Get the refresh token specified in the API object.
getReleaseDate() - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial
Get the release date of the album with the highest precision available.
getReleaseDate() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
Get the release date of the album with the highest precision available.
getReleaseDate() - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
Get the release date of the album with the highest precision available.
getReleaseDate() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
Get the date the episode was first released, for example "1981-12-15".
getReleaseDate() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
Get the date the episode was first released, for example "1981-12-15".
getReleaseDatePrecision() - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial
Get the precision of the albums release date.
getReleaseDatePrecision() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
Get the precision of the albums release date.
getReleaseDatePrecision() - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
Get the precision of the albums release date.
getReleaseDatePrecision() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
Get the precision with which the release date is known.
getReleaseDatePrecision() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
Get the precision with which the release date is known.
getRepeat_state() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
Get the repeat state of the device.
getRestrictions() - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
Get the Restrictions of the album.
getRestrictions() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
Get the restrictions of the track.
getResumePoint() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
Get the user’s most recent position in the episode.
getResumePoint() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
Get the user’s most recent position in the episode.
getResumePositionMs() - Method in class se.michaelthelin.spotify.model_objects.specification.ResumePoint
Get the user’s most recent position in the episode in milliseconds.
getRetryAfter() - Method in exception class se.michaelthelin.spotify.exceptions.detailed.TooManyRequestsException
 
getRetryInterval(HttpResponse, int, HttpContext) - Method in class se.michaelthelin.spotify.SpotifyHttpRequestRetryStrategy
 
getRhythmString() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the rhythm string of the track.
getRhythmVersion() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the version of the rhythm string.
getSampleMd5() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the sample MD5.
getScheme() - Method in class se.michaelthelin.spotify.SpotifyApi
Get the scheme used for API calls.
getScope() - Method in class se.michaelthelin.spotify.model_objects.credentials.AuthorizationCodeCredentials
Get the Scopes specified in the authorization code credentials request.
GetScope() - Method in enum class se.michaelthelin.spotify.enums.AuthorizationScope
Get the authorization scope as a string.
getSections() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis
Get the set of section markers, in seconds.
getSeeds() - Method in class se.michaelthelin.spotify.model_objects.specification.Recommendations
Get the recommendation seeds from the recommendations object.
getSegments() - Method in class se.michaelthelin.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 se.michaelthelin.spotify.SpotifyApi
Get multiple albums.
GetSeveralAlbumsRequest - Class in se.michaelthelin.spotify.requests.data.albums
Get Spotify catalog information for multiple albums identified by their Spotify IDs.
GetSeveralAlbumsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.albums
Builder class for building a GetSeveralAlbumsRequest.
getSeveralArtists(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
Get multiple artists.
GetSeveralArtistsRequest - Class in se.michaelthelin.spotify.requests.data.artists
Get Spotify catalog information for several artists based on their Spotify IDs.
GetSeveralArtistsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.artists
Builder class for building a GetSeveralArtistsRequest.
getSeveralEpisodes(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
Get multiple episodes.
GetSeveralEpisodesRequest - Class in se.michaelthelin.spotify.requests.data.episodes
Get Spotify catalog information for multiple episodes based on their Spotify IDs.
GetSeveralEpisodesRequest.Builder - Class in se.michaelthelin.spotify.requests.data.episodes
Builder class for building a GetSeveralEpisodesRequest.
getSeveralShows(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
Get multiple shows.
GetSeveralShowsRequest - Class in se.michaelthelin.spotify.requests.data.shows
Get Spotify catalog information for multiple shows based on their Spotify IDs.
GetSeveralShowsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.shows
Builder class for building a GetSeveralShowsRequest.
getSeveralTracks(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
Get multiple tracks.
GetSeveralTracksRequest - Class in se.michaelthelin.spotify.requests.data.tracks
Get Spotify catalog information for multiple tracks based on their Spotify IDs.
GetSeveralTracksRequest.Builder - Class in se.michaelthelin.spotify.requests.data.tracks
Builder class for building a GetSeveralTracksRequest.
getShow() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
Get the show on which the episode belongs.
getShow() - Method in class se.michaelthelin.spotify.model_objects.specification.SavedShow
Get information about the show from a saved show object.
getShow(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get a show.
getShowEpisodes(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get Spotify catalog information about an show’s episodes.
GetShowRequest - Class in se.michaelthelin.spotify.requests.data.shows
Get Spotify catalog information for a single show identified by its unique Spotify ID.
GetShowRequest.Builder - Class in se.michaelthelin.spotify.requests.data.shows
Builder class for building a GetShowRequest.
getShows() - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult
Get the show objects contained in the search result object.
GetShowsEpisodesRequest - Class in se.michaelthelin.spotify.requests.data.shows
Get Spotify catalog information about an show’s episodes.
GetShowsEpisodesRequest.Builder - Class in se.michaelthelin.spotify.requests.data.shows
Builder class for building a GetShowsEpisodesRequest.
getShuffle_state() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
Get the shuffle state of the device.
getSnapshotId() - Method in class se.michaelthelin.spotify.model_objects.special.SnapshotResult
Get the snapshot ID.
getSnapshotId() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
Get the snapshot ID, the version identifier for the current playlist.
getSnapshotId() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
Get the snapshot ID, the version identifier for the current playlist.
getSocketTimeout() - Method in class se.michaelthelin.spotify.SpotifyHttpManager
 
getSpeechiness() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
Get the speechiness of the track as a value between 0.0 and 1.0.
getStart() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeasure
Get the start point of the measurement, eg.
getStartOfFadeOut() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the start of the fade out in seconds.
getStatus() - Method in class se.michaelthelin.spotify.model_objects.specification.Error
Get the HTTP status code of the Error object.
getStatusCode() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta
Get the exit status code of the Analyzer software.
getSupports_volume() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device
Check whether the device can be used to set the volume.
getSynchString() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the synch string of the track.
getSynchVersion() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the version of the synch string.
getTatums() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis
Get the list of tatum markers, in seconds.
getTempo() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection
Get the (estimated) tempo of the section in beats per minute.
getTempo() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the estimated tempo of the track in beats per minute.
getTempo() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
Get the estimated tempo of the track in beats per minute.
getTempoConfidence() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection
Get the tempo confidence of the section.
getTempoConfidence() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the tempo confidence of the track.
getText() - Method in class se.michaelthelin.spotify.model_objects.specification.Copyright
Get the copyright text of the Album.
getTheUsersQueue() - Method in class se.michaelthelin.spotify.SpotifyApi
Receive all items from the user's current playback queue.
GetTheUsersQueueRequest - Class in se.michaelthelin.spotify.requests.data.player
Get the list of objects that make up the user's queue.
GetTheUsersQueueRequest.Builder - Class in se.michaelthelin.spotify.requests.data.player
Builder class for building a GetTheUsersQueueRequest.
getTimbre() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment
Get the timbre of the segment.
getTimeSignature() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection
Get the estimated overall time signature of the section.
getTimeSignature() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the estimated overall time signature of the track.
getTimeSignature() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
Get the estimated overall time signature of the track.
getTimeSignatureConfidence() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection
Get the time signature confidence of the section.
getTimeSignatureConfidence() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the time signature confidence of the track.
getTimestamp() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta
Get the timestamp when the audio analysis object has been created by the Analyzer software.
getTimestamp() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying
Get the timestamp when the received data was fetched.
getTimestamp() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
Get the Unix timestamp in milliseconds when the time was fetched.
getTokenType() - Method in class se.michaelthelin.spotify.model_objects.credentials.AuthorizationCodeCredentials
Get the type of an access token, which will always be "Bearer".
getTokenType() - Method in class se.michaelthelin.spotify.model_objects.credentials.ClientCredentials
Get the type of an access token, which will always be "Bearer".
getTotal() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.PlaylistTracksInformation
Get the total amount of tracks in the playlist.
getTotal() - Method in class se.michaelthelin.spotify.model_objects.specification.Followers
Get the total number of followers.
getTotal() - Method in class se.michaelthelin.spotify.model_objects.specification.Paging
Get the total number of items available to return.
getTotal() - Method in class se.michaelthelin.spotify.model_objects.specification.PagingCursorbased
Get the total number of items available to return.
getTotalTracks() - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial
Get the total tracks of the album.
getTrack() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis
Get the track data of the audio analysis object.
getTrack() - Method in class se.michaelthelin.spotify.model_objects.specification.PlayHistory
Get the track the user listened to.
getTrack() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistTrack
Get a full track or episode object from this playlist track object.
getTrack() - Method in class se.michaelthelin.spotify.model_objects.specification.SavedTrack
Get information about the track from a saved track object.
getTrack(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get a track.
getTrackHref() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
Get the Spotify Web API endpoint URL of the track.
getTrackNumber() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
Get the track number of the track.
getTrackNumber() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
Get the track number of the track.
GetTrackRequest - Class in se.michaelthelin.spotify.requests.data.tracks
Get Spotify catalog information for a single track identified by its unique Spotify ID.
GetTrackRequest.Builder - Class in se.michaelthelin.spotify.requests.data.tracks
Builder class for building a GetTrackRequest.
getTracks() - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult
Get the track objects contained in the search result object.
getTracks() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
Get a page of tracks of the album.
getTracks() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
Get information about the tracks of the playlist.
getTracks() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
Get information about the tracks of the playlist.
getTracks() - Method in class se.michaelthelin.spotify.model_objects.specification.Recommendations
Get the tracks from the recommendations object.
getType() - Method in enum class se.michaelthelin.spotify.enums.AlbumType
Get the album type as a string.
getType() - Method in enum class se.michaelthelin.spotify.enums.CopyrightType
Get the Copyright type as a string.
getType() - Method in enum class se.michaelthelin.spotify.enums.CurrentlyPlayingType
Get the currently playing type as a string.
getType() - Method in enum class se.michaelthelin.spotify.enums.Modality
Get the Modality type as a string.
getType() - Method in enum class se.michaelthelin.spotify.enums.ModelObjectType
Get the model object type as a string.
getType() - Method in enum class se.michaelthelin.spotify.enums.ProductType
Get the Spotify product type as a string.
getType() - Method in interface se.michaelthelin.spotify.model_objects.IPlaylistItem
Get the type of the IPlaylistItem.
getType() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device
Get the type of the device.
getType() - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial
Get the model object type.
getType() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
Get the model object type.
getType() - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
Get the model object type.
getType() - Method in class se.michaelthelin.spotify.model_objects.specification.Artist
Get the model object type.
getType() - Method in class se.michaelthelin.spotify.model_objects.specification.ArtistSimplified
Get the model object type.
getType() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
Get the model object type.
getType() - Method in class se.michaelthelin.spotify.model_objects.specification.Context
Get the model object type of the context.
getType() - Method in class se.michaelthelin.spotify.model_objects.specification.Copyright
Get the CopyrightType of this Copyright object.
getType() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
Get the model object type.
getType() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
Get the model object type.
getType() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
Get the model object type.
getType() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
Get the model object type.
getType() - Method in class se.michaelthelin.spotify.model_objects.specification.RecommendationsSeed
Get the entity type of this seed.
getType() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
Get the model object type.
getType() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
Get the model object type.
getType() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
Get the model object type, which should be a "track" in this case.
getType() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackLink
Get the model object type, which should be a "track" in this case.
getType() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
Get the model object type, which should be a "track" in this case.
getType() - Method in class se.michaelthelin.spotify.model_objects.specification.User
Get the model object type.
getUri() - Method in interface se.michaelthelin.spotify.model_objects.IPlaylistItem
Get the Spotify playlist item URI.
getUri() - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial
Get the Spotify URI of the album.
getUri() - Method in class se.michaelthelin.spotify.model_objects.special.PlaylistTrackPosition
Get the Spotify URI of the track.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
Get the Spotify URI of the album.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
Get the Spotify URI of the album.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.Artist
Get the Spotify URI of the artist.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.ArtistSimplified
Get the Spotify URI of the artist.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
Get the Spotify URI of the track.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.Context
Get the Spotify URI for the context.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
Get the Spotify URI of the episode.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
Get the Spotify URI of the episode.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
Get the Spotify URI of a playlist.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
Get the Spotify URI of a playlist.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
Get the Spotify URI of the show.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
Get the Spotify URI of the show.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
Get the Spotify track URI.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackLink
Get the Spotify URI of the track.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
Get the Spotify track URI.
getUri() - Method in class se.michaelthelin.spotify.model_objects.specification.User
Get the Spotify URI of the user.
getUri() - Method in class se.michaelthelin.spotify.requests.AbstractRequest
 
getUri() - Method in interface se.michaelthelin.spotify.requests.IRequest
 
getUrl() - Method in class se.michaelthelin.spotify.model_objects.specification.Image
Get the source URL of the image.
getUsersAvailableDevices() - Method in class se.michaelthelin.spotify.SpotifyApi
Get information about an user's available devices.
GetUsersAvailableDevicesRequest - Class in se.michaelthelin.spotify.requests.data.player
Get information about a user’s available devices.
GetUsersAvailableDevicesRequest.Builder - Class in se.michaelthelin.spotify.requests.data.player
Builder class for building a GetUsersAvailableDevicesRequest.
getUsersCurrentlyPlayingTrack() - Method in class se.michaelthelin.spotify.SpotifyApi
Get the object currently being played on the user's Spotify account.
GetUsersCurrentlyPlayingTrackRequest - Class in se.michaelthelin.spotify.requests.data.player
Get the object currently being played on the user’s Spotify account.
GetUsersCurrentlyPlayingTrackRequest.Builder - Class in se.michaelthelin.spotify.requests.data.player
Builder class for building a GetUsersCurrentlyPlayingTrackRequest.
getUsersFollowedArtists(ModelObjectType) - Method in class se.michaelthelin.spotify.SpotifyApi
Get the current user’s followed artists.
GetUsersFollowedArtistsRequest - Class in se.michaelthelin.spotify.requests.data.follow
Get the current user’s followed artists.
GetUsersFollowedArtistsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.follow
Builder class for building a GetUsersFollowedArtistsRequest.
getUsersProfile(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get public profile information about a Spotify user.
GetUsersProfileRequest - Class in se.michaelthelin.spotify.requests.data.users_profile
Get public profile information about a Spotify user.
GetUsersProfileRequest.Builder - Class in se.michaelthelin.spotify.requests.data.users_profile
Builder class for building a GetUsersProfileRequest.
getUsersSavedEpisodes() - Method in class se.michaelthelin.spotify.SpotifyApi
Get a list of the episodes saved in the current Spotify user's library.
GetUsersSavedEpisodesRequest - Class in se.michaelthelin.spotify.requests.data.library
Get a list of the episodes saved in the current Spotify user's library.
GetUsersSavedEpisodesRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
Builder class for building a GetUsersSavedEpisodesRequest.
getUsersSavedShows() - Method in class se.michaelthelin.spotify.SpotifyApi
Get a list of shows saved in the current Spotify user’s library.
GetUsersSavedShowsRequest - Class in se.michaelthelin.spotify.requests.data.library
Get a list of shows saved in the current Spotify user’s library.
GetUsersSavedShowsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
Builder class for building a GetUsersSavedShowsRequest.
getUsersSavedTracks() - Method in class se.michaelthelin.spotify.SpotifyApi
Get an user's "Your Music" tracks.
GetUsersSavedTracksRequest - Class in se.michaelthelin.spotify.requests.data.library
Get a list of the songs saved in the current Spotify user’s "Your Music" library.
GetUsersSavedTracksRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
Builder class for building a GetUsersSavedTracksRequest.
getUsersTopArtists() - Method in class se.michaelthelin.spotify.SpotifyApi
Get the current user's top artists based on calculated affinity.
getUsersTopArtistsAndTracks(ModelObjectType) - Method in class se.michaelthelin.spotify.SpotifyApi
Get the current user's top artists or tracks based on calculated affinity.
GetUsersTopArtistsAndTracksRequest<T> - Class in se.michaelthelin.spotify.requests.data.personalization
This class only exists for theoretical purposes.
GetUsersTopArtistsAndTracksRequest.Builder<T> - Class in se.michaelthelin.spotify.requests.data.personalization
Builder class for building a GetUsersTopArtistsAndTracksRequest.
GetUsersTopArtistsRequest - Class in se.michaelthelin.spotify.requests.data.personalization.simplified
Get the current user’s top artists based on calculated affinity.
GetUsersTopArtistsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.personalization.simplified
Builder class for building a GetUsersTopArtistsRequest.
getUsersTopTracks() - Method in class se.michaelthelin.spotify.SpotifyApi
Get the current user's top tracks based on calculated affinity.
GetUsersTopTracksRequest - Class in se.michaelthelin.spotify.requests.data.personalization.simplified
Get the current user’s top tracks based on calculated affinity.
GetUsersTopTracksRequest.Builder - Class in se.michaelthelin.spotify.requests.data.personalization.simplified
Builder class for building a GetUsersTopTracksRequest.
getValence() - Method in class se.michaelthelin.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 se.michaelthelin.spotify.model_objects.miscellaneous.Device
Get the current volume of the device in percent.
getWidth() - Method in class se.michaelthelin.spotify.model_objects.specification.Image
Get the width of the image in pixels.
getWindowSeconds() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
Get the window seconds.
grant_type(String) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeRefreshRequest.Builder
The grant type setter.
grant_type(String) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeRequest.Builder
The grant type setter.
grant_type(String) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.pkce.AuthorizationCodePKCERefreshRequest.Builder
The grant type setter.
grant_type(String) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.pkce.AuthorizationCodePKCERequest.Builder
The grant type setter.
grant_type(String) - Method in class se.michaelthelin.spotify.requests.authorization.client_credentials.ClientCredentialsRequest.Builder
The grant type setter.
group - Variable in enum class se.michaelthelin.spotify.enums.AlbumGroup
 

H

handleAsIdempotent(HttpRequest) - Method in class se.michaelthelin.spotify.SpotifyHttpRequestRetryStrategy
 
hasAndNotNull(JsonObject, String) - Method in class se.michaelthelin.spotify.model_objects.AbstractModelObject.JsonUtil
Check whether the supplied JSON object contains data in the given member, which is not null.
hasAndNotNull(JsonObject, String) - Method in interface se.michaelthelin.spotify.model_objects.IModelObject.IJsonUtil
Check whether the supplied JSON object contains data in the given member, which is not null.
hashCode() - Method in class se.michaelthelin.spotify.model_objects.credentials.AuthorizationCodeCredentials
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.credentials.ClientCredentials
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.credentials.error.AuthenticationError
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.special.PlaylistTrackPosition
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.specification.Artist
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.specification.ArtistSimplified
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.specification.Category
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.specification.Context
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
 
hashCode() - Method in class se.michaelthelin.spotify.model_objects.specification.User
 

I

IArtistTrackModelObject - Interface in se.michaelthelin.spotify.requests.data.personalization.interfaces
 
id(String) - Method in class se.michaelthelin.spotify.requests.data.albums.GetAlbumRequest.Builder
The ID path parameter setter.
id(String) - Method in class se.michaelthelin.spotify.requests.data.albums.GetAlbumsTracksRequest.Builder
The ID path parameter setter.
id(String) - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistRequest.Builder
The artist ID setter.
id(String) - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsAlbumsRequest.Builder
The artist ID setter.
id(String) - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsRelatedArtistsRequest.Builder
The artist ID setter.
id(String) - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsTopTracksRequest.Builder
The artist ID setter.
id(String) - Method in class se.michaelthelin.spotify.requests.data.episodes.GetEpisodeRequest.Builder
The episode ID setter.
id(String) - Method in class se.michaelthelin.spotify.requests.data.shows.GetShowRequest.Builder
The show ID setter.
id(String) - Method in class se.michaelthelin.spotify.requests.data.shows.GetShowsEpisodesRequest.Builder
The show ID setter.
id(String) - Method in class se.michaelthelin.spotify.requests.data.tracks.GetAudioAnalysisForTrackRequest.Builder
The track ID setter.
id(String) - Method in class se.michaelthelin.spotify.requests.data.tracks.GetAudioFeaturesForTrackRequest.Builder
The track ID setter.
id(String) - Method in class se.michaelthelin.spotify.requests.data.tracks.GetTrackRequest.Builder
The track ID setter.
ids(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.follow.FollowArtistsOrUsersRequest.Builder
The user or artist IDs setter.
ids(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.follow.UnfollowArtistsOrUsersRequest.Builder
The artist or user IDs setter.
ids(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.library.RemoveAlbumsForCurrentUserRequest.Builder
The album IDs setter.
ids(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedEpisodesRequest.Builder
The episode IDs setter.
ids(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedShowsRequest.Builder
The show IDs setter.
ids(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedTracksRequest.Builder
The track IDs setter.
ids(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.library.SaveAlbumsForCurrentUserRequest.Builder
The album IDs setter.
ids(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.library.SaveEpisodesForCurrentUserRequest.Builder
The episode IDs setter.
ids(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.library.SaveShowsForCurrentUserRequest.Builder
The show IDs setter.
ids(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.library.SaveTracksForUserRequest.Builder
The track IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.albums.GetSeveralAlbumsRequest.Builder
The IDs query parameter setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.artists.GetSeveralArtistsRequest.Builder
The artist IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.episodes.GetSeveralEpisodesRequest.Builder
The episode IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.follow.CheckCurrentUserFollowsArtistsOrUsersRequest.Builder
The artist or user IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.follow.CheckUsersFollowPlaylistRequest.Builder
The user IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.follow.FollowArtistsOrUsersRequest.Builder
The user or artist IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.follow.UnfollowArtistsOrUsersRequest.Builder
The artist or user IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.library.CheckUsersSavedAlbumsRequest.Builder
The album IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.library.CheckUsersSavedEpisodesRequest.Builder
The episode IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.library.CheckUsersSavedShowsRequest.Builder
The show IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.library.CheckUsersSavedTracksRequest.Builder
The track IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.library.RemoveAlbumsForCurrentUserRequest.Builder
The album IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedEpisodesRequest.Builder
The episode IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedShowsRequest.Builder
The show IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedTracksRequest.Builder
The track IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.library.SaveAlbumsForCurrentUserRequest.Builder
The album IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.library.SaveEpisodesForCurrentUserRequest.Builder
The episode IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.library.SaveShowsForCurrentUserRequest.Builder
The show IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.library.SaveTracksForUserRequest.Builder
The track IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.shows.GetSeveralShowsRequest.Builder
The show IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.tracks.GetAudioFeaturesForSeveralTracksRequest.Builder
The track IDs setter.
ids(String) - Method in class se.michaelthelin.spotify.requests.data.tracks.GetSeveralTracksRequest.Builder
The track IDs setter.
IHttpManager - Interface in se.michaelthelin.spotify
A simple HTTP connection interface.
Image - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Image objects by building instances from this class.
image_data(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.UploadCustomPlaylistCoverImageRequest.Builder
The image data setter.
Image.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building Image instances.
Image.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building Image instances.
IModelObject - Interface in se.michaelthelin.spotify.model_objects
Interface with methods used in model objects.
IModelObject.Builder - Interface in se.michaelthelin.spotify.model_objects
Interface with methods used in builder classes of model objects.
IModelObject.IJsonUtil<T> - Interface in se.michaelthelin.spotify.model_objects
Interface with methods used in JsonUtil classes of model objects.
includeExternal(String) - Method in class se.michaelthelin.spotify.requests.data.search.SearchItemRequest.Builder
The include external setter.
includeExternal(String) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchAlbumsRequest.Builder
The include external setter.
includeExternal(String) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchArtistsRequest.Builder
The include external setter.
includeExternal(String) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchEpisodesRequest.Builder
The include external setter.
includeExternal(String) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchPlaylistsRequest.Builder
The include external setter.
includeExternal(String) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchShowsRequest.Builder
The include external setter.
includeExternal(String) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchTracksRequest.Builder
The include external setter.
initializeBody() - Method in class se.michaelthelin.spotify.requests.AbstractRequest
 
insert_before(Integer) - Method in class se.michaelthelin.spotify.requests.data.playlists.ReorderPlaylistsItemsRequest.Builder
The insert before setter.
InternalServerErrorException - Exception Class in se.michaelthelin.spotify.exceptions.detailed
You should never receive this error because our clever coders catch them all ...
InternalServerErrorException() - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.InternalServerErrorException
 
InternalServerErrorException(String) - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.InternalServerErrorException
 
InternalServerErrorException(String, Throwable) - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.InternalServerErrorException
 
INTERRUPTING_PLAYBACK - Enum constant in enum class se.michaelthelin.spotify.enums.Action
 
IPagingCursorbasedRequestBuilder<T,A,BT> - Interface in se.michaelthelin.spotify.requests.data
 
IPagingRequestBuilder<T,BT> - Interface in se.michaelthelin.spotify.requests.data
 
IPlaylistItem - Interface in se.michaelthelin.spotify.model_objects
This interface represents objects returned by the API that can be played, saved in a playlist, etc, currently Episode and Track.
IRequest<T> - Interface in se.michaelthelin.spotify.requests
 
IRequest.Builder<T,BT> - Interface in se.michaelthelin.spotify.requests
 
ISearchModelObject - Interface in se.michaelthelin.spotify.requests.data.search.interfaces
 

J

JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.AbstractModelObject.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.credentials.AuthorizationCodeCredentials.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.credentials.ClientCredentials.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.credentials.error.AuthenticationError.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeasure.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.Device.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.PlaylistTracksInformation.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.Restrictions.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.miscellaneous.SavedEpisode.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.special.Actions.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.special.FeaturedPlaylists.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.special.PlaybackQueue.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.special.PlaylistTrackPosition.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.special.SearchResult.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.special.SnapshotResult.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Album.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Artist.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.ArtistSimplified.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Category.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Context.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Copyright.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Cursor.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Disallows.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Episode.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Error.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.ExternalId.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.ExternalUrl.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Followers.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Image.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Paging.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.PagingCursorbased.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.PlayHistory.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Playlist.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.PlaylistTrack.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Recommendations.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.RecommendationsSeed.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.ResumePoint.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.SavedAlbum.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.SavedShow.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.SavedTrack.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Show.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.Track.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.TrackLink.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.TrackSimplified.JsonUtil
 
JsonUtil() - Constructor for class se.michaelthelin.spotify.model_objects.specification.User.JsonUtil
 

K

key - Variable in enum class se.michaelthelin.spotify.enums.Action
 
keyOf(int) - Static method in enum class se.michaelthelin.spotify.enums.Modality
 
keyOf(String) - Static method in enum class se.michaelthelin.spotify.enums.Action
 
keyOf(String) - Static method in enum class se.michaelthelin.spotify.enums.AlbumGroup
 
keyOf(String) - Static method in enum class se.michaelthelin.spotify.enums.AlbumType
 
keyOf(String) - Static method in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 
keyOf(String) - Static method in enum class se.michaelthelin.spotify.enums.CopyrightType
 
keyOf(String) - Static method in enum class se.michaelthelin.spotify.enums.CurrentlyPlayingType
 
keyOf(String) - Static method in enum class se.michaelthelin.spotify.enums.ModelObjectType
 
keyOf(String) - Static method in enum class se.michaelthelin.spotify.enums.ProductType
 
keyOf(String) - Static method in enum class se.michaelthelin.spotify.enums.ReleaseDatePrecision
 

L

limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.albums.GetAlbumsTracksRequest.Builder
The limit query parameter setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsAlbumsRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetCategorysPlaylistsRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfCategoriesRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfFeaturedPlaylistsRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfNewReleasesRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.follow.GetUsersFollowedArtistsRequest.Builder
The limit setter.
limit(Integer) - Method in interface se.michaelthelin.spotify.requests.data.IPagingCursorbasedRequestBuilder
 
limit(Integer) - Method in interface se.michaelthelin.spotify.requests.data.IPagingRequestBuilder
 
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.library.GetCurrentUsersSavedAlbumsRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.library.GetUsersSavedEpisodesRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.library.GetUsersSavedShowsRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.library.GetUsersSavedTracksRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.personalization.GetUsersTopArtistsAndTracksRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.personalization.simplified.GetUsersTopArtistsRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.personalization.simplified.GetUsersTopTracksRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.player.GetCurrentUsersRecentlyPlayedTracksRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetListOfCurrentUsersPlaylistsRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetListOfUsersPlaylistsRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistsItemsRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.search.SearchItemRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchAlbumsRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchArtistsRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchEpisodesRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchPlaylistsRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchShowsRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchTracksRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.special.SearchAlbumsSpecialRequest.Builder
The limit setter.
limit(Integer) - Method in class se.michaelthelin.spotify.requests.data.shows.GetShowsEpisodesRequest.Builder
The limit setter.
locale(String) - Method in class se.michaelthelin.spotify.requests.data.browse.GetCategoryRequest.Builder
The language code setter.
locale(String) - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfCategoriesRequest.Builder
The language code setter.
locale(String) - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfFeaturedPlaylistsRequest.Builder
The language code setter.
LOGGER - Static variable in class se.michaelthelin.spotify.SpotifyApi
 

M

MAJOR - Enum constant in enum class se.michaelthelin.spotify.enums.Modality
 
makeSimpleDateFormat(String, String) - Static method in class se.michaelthelin.spotify.SpotifyApi
 
makeUri(String) - Static method in class se.michaelthelin.spotify.SpotifyHttpManager
 
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.albums.GetAlbumRequest.Builder
The market query parameter setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.albums.GetAlbumsTracksRequest.Builder
The market query parameter setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.albums.GetSeveralAlbumsRequest.Builder
The market query parameter setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsAlbumsRequest.Builder
The market filter setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.episodes.GetEpisodeRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.episodes.GetSeveralEpisodesRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.library.GetCurrentUsersSavedAlbumsRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.library.GetUsersSavedEpisodesRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.library.GetUsersSavedTracksRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedShowsRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.player.GetInformationAboutUsersCurrentPlaybackRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.player.GetUsersCurrentlyPlayingTrackRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistsItemsRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.search.SearchItemRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchAlbumsRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchArtistsRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchEpisodesRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchPlaylistsRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchShowsRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchTracksRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.special.SearchAlbumsSpecialRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.shows.GetSeveralShowsRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.shows.GetShowRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.shows.GetShowsEpisodesRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.tracks.GetSeveralTracksRequest.Builder
The market country code setter.
market(CountryCode) - Method in class se.michaelthelin.spotify.requests.data.tracks.GetTrackRequest.Builder
The market country code setter.
max_acousticness(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The maximum acousticness setter.
max_danceability(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The maximum danceability setter.
max_duration_ms(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The maximum duration setter.
max_energy(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The maximum energy setter.
max_instrumentalness(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The maximum instrumentalness setter.
max_key(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The maximum key setter.
max_liveness(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The maximum liveness setter.
max_loudness(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The maximum loudness setter.
max_mode(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The maximum mode setter.
max_popularity(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The maximum popularity setter.
max_speechiness(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The maximum speechiness setter.
max_tempo(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The maximum tempo setter.
max_time_signature(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The maximum time signature setter.
max_valence(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The maximum valence setter.
min_acousticness(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The minimum acousticness setter.
min_danceability(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The minimum danceability setter.
min_duration_ms(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The minimum duration setter.
min_energy(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The minimum energy setter.
min_instrumentalness(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The minimum instrumentalness setter.
min_key(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The minimum key setter.
min_liveness(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The minimum liveness setter.
min_loudness(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The minimum loudness setter.
min_mode(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The minimum mode setter.
min_popularity(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The minimum popularity setter.
min_speechiness(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The minimum speechiness setter.
min_tempo(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The minimum tempo setter.
min_time_signature(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The minimum time signature setter.
min_valence(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The minimum valence setter.
MINOR - Enum constant in enum class se.michaelthelin.spotify.enums.Modality
 
Modality - Enum Class in se.michaelthelin.spotify.enums
An enumeration with the two modality types.
mode - Variable in enum class se.michaelthelin.spotify.enums.Modality
 
ModelObjectType - Enum Class in se.michaelthelin.spotify.enums
An enumeration of all possible model object types.
MONTH - Enum constant in enum class se.michaelthelin.spotify.enums.ReleaseDatePrecision
 

N

name(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.ChangePlaylistsDetailsRequest.Builder
The playlist name setter.
name(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.CreatePlaylistRequest.Builder
The playlist name setter.
NotFoundException - Exception Class in se.michaelthelin.spotify.exceptions.detailed
The requested resource could not be found.
NotFoundException() - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.NotFoundException
 
NotFoundException(String) - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.NotFoundException
 

O

offset(JsonObject) - Method in class se.michaelthelin.spotify.requests.data.player.StartResumeUsersPlaybackRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.albums.GetAlbumsTracksRequest.Builder
The offset query parameter setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsAlbumsRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetCategorysPlaylistsRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfCategoriesRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfFeaturedPlaylistsRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfNewReleasesRequest.Builder
The offset setter.
offset(Integer) - Method in interface se.michaelthelin.spotify.requests.data.IPagingRequestBuilder
 
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.library.GetCurrentUsersSavedAlbumsRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.library.GetUsersSavedEpisodesRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.library.GetUsersSavedShowsRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.library.GetUsersSavedTracksRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.personalization.GetUsersTopArtistsAndTracksRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.personalization.simplified.GetUsersTopArtistsRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.personalization.simplified.GetUsersTopTracksRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetListOfCurrentUsersPlaylistsRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetListOfUsersPlaylistsRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistsItemsRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.search.SearchItemRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchAlbumsRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchArtistsRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchEpisodesRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchPlaylistsRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchShowsRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchTracksRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.special.SearchAlbumsSpecialRequest.Builder
The offset setter.
offset(Integer) - Method in class se.michaelthelin.spotify.requests.data.shows.GetShowsEpisodesRequest.Builder
The offset setter.
OPEN - Enum constant in enum class se.michaelthelin.spotify.enums.ProductType
 
owner_id(String) - Method in class se.michaelthelin.spotify.requests.data.follow.CheckUsersFollowPlaylistRequest.Builder
Deprecated.
since the endpoint no longer needs it.
owner_id(String) - Method in class se.michaelthelin.spotify.requests.data.follow.legacy.FollowPlaylistRequest.Builder
The playlist owner ID setter.
owner_id(String) - Method in class se.michaelthelin.spotify.requests.data.follow.legacy.UnfollowPlaylistRequest.Builder
The playlist owner ID setter.

P

P - Enum constant in enum class se.michaelthelin.spotify.enums.CopyrightType
 
Paging<T> - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Paging objects by building instances from this class.
Paging.Builder<T> - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building Paging instances.
Paging.JsonUtil<X> - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building Paging instances.
PagingCursorbased<T> - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about cursor-based Paging objects by building instances from this class.
PagingCursorbased.Builder<T> - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building PagingCursorbased instances.
PagingCursorbased.JsonUtil<X> - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building PagingCursorbased instances.
parseDefaultDate(String) - Static method in class se.michaelthelin.spotify.SpotifyApi
Parses a date in the default spotify format.
pauseUsersPlayback() - Method in class se.michaelthelin.spotify.SpotifyApi
Pause playback on the user's account.
PauseUsersPlaybackRequest - Class in se.michaelthelin.spotify.requests.data.player
Pause playback on the user’s account.
PauseUsersPlaybackRequest.Builder - Class in se.michaelthelin.spotify.requests.data.player
Builder class for building a PauseUsersPlaybackRequest.
PAUSING - Enum constant in enum class se.michaelthelin.spotify.enums.Action
 
play(Boolean) - Method in class se.michaelthelin.spotify.requests.data.player.TransferUsersPlaybackRequest.Builder
The playing state setter.
PlaybackQueue - Class in se.michaelthelin.spotify.model_objects.special
Get the list of items that make up the user's queue.
PlaybackQueue.Builder - Class in se.michaelthelin.spotify.model_objects.special
Builder class for building PlaybackQueue instances.
PlaybackQueue.JsonUtil - Class in se.michaelthelin.spotify.model_objects.special
JsonUtil class for building PlaybackQueue instances.
PlayHistory - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Play History objects by building instances from this class.
PlayHistory.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building PlayHistory instances.
PlayHistory.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building PlayHistory instances.
Playlist - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Playlist objects by building instances from this class.
PLAYLIST - Enum constant in enum class se.michaelthelin.spotify.enums.ModelObjectType
 
playlist_id(String) - Method in class se.michaelthelin.spotify.requests.data.follow.CheckUsersFollowPlaylistRequest.Builder
The playlist ID setter.
playlist_id(String) - Method in class se.michaelthelin.spotify.requests.data.follow.FollowPlaylistRequest.Builder
The playlist ID setter.
playlist_id(String) - Method in class se.michaelthelin.spotify.requests.data.follow.legacy.FollowPlaylistRequest.Builder
The playlist ID setter.
playlist_id(String) - Method in class se.michaelthelin.spotify.requests.data.follow.legacy.UnfollowPlaylistRequest.Builder
The playlist ID setter.
playlist_id(String) - Method in class se.michaelthelin.spotify.requests.data.follow.UnfollowPlaylistRequest.Builder
The playlist ID setter.
playlist_id(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.AddItemsToPlaylistRequest.Builder
The playlist ID setter.
playlist_id(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.ChangePlaylistsDetailsRequest.Builder
The playlist ID setter.
playlist_id(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistCoverImageRequest.Builder
The playlist ID setter.
playlist_id(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistRequest.Builder
The playlist ID setter.
playlist_id(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistsItemsRequest.Builder
The playlist ID setter.
playlist_id(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.RemoveItemsFromPlaylistRequest.Builder
The playlist ID setter.
playlist_id(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.ReorderPlaylistsItemsRequest.Builder
The playlist ID setter.
playlist_id(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.ReplacePlaylistsItemsRequest.Builder
The playlist ID setter.
playlist_id(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.UploadCustomPlaylistCoverImageRequest.Builder
The playlist ID setter.
PLAYLIST_MODIFY_PRIVATE - Enum constant in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 
PLAYLIST_MODIFY_PUBLIC - Enum constant in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 
PLAYLIST_READ_COLLABORATIVE - Enum constant in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 
PLAYLIST_READ_PRIVATE - Enum constant in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 
Playlist.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building Playlist instances.
Playlist.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building Playlist instances.
PlaylistItemFactory - Class in se.michaelthelin.spotify.model_objects.utils
 
PlaylistItemFactory() - Constructor for class se.michaelthelin.spotify.model_objects.utils.PlaylistItemFactory
 
PlaylistSimplified - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about simplified Playlist objects by building instances from this class.
PlaylistSimplified.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building PlaylistSimplified instances.
PlaylistSimplified.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building PlaylistSimplified instances.
PlaylistTrack - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Playlist Track objects by building instances from this class.
PlaylistTrack.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building PlaylistTrack instances.
PlaylistTrack.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building PlaylistTrack instances.
PlaylistTrackPosition - Class in se.michaelthelin.spotify.model_objects.special
Retrieve information about Playlist Track Position objects by building instances from this class.
PlaylistTrackPosition(PlaylistTrackPosition.Builder) - Constructor for class se.michaelthelin.spotify.model_objects.special.PlaylistTrackPosition
 
PlaylistTrackPosition.Builder - Class in se.michaelthelin.spotify.model_objects.special
Builder class for building PlaylistTrackPosition instances.
PlaylistTrackPosition.JsonUtil - Class in se.michaelthelin.spotify.model_objects.special
JsonUtil class for building PlaylistTrackPosition instances.
PlaylistTracksInformation - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Retrieve information about Playlist Track Information objects by building instances from this class.
PlaylistTracksInformation.Builder - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Builder class for building PlaylistTracksInformation instances.
PlaylistTracksInformation.JsonUtil - Class in se.michaelthelin.spotify.model_objects.miscellaneous
JsonUtil class for building PlaylistTracksInformation instances.
position(Integer) - Method in class se.michaelthelin.spotify.requests.data.playlists.AddItemsToPlaylistRequest.Builder
The position setter.
position(Integer, Boolean) - Method in class se.michaelthelin.spotify.requests.data.playlists.AddItemsToPlaylistRequest.Builder
The position setter.
position_ms(Integer) - Method in class se.michaelthelin.spotify.requests.data.player.SeekToPositionInCurrentlyPlayingTrackRequest.Builder
The position setter.
position_ms(Integer) - Method in class se.michaelthelin.spotify.requests.data.player.StartResumeUsersPlaybackRequest.Builder
The position setter.
post(URI, Header[], HttpEntity) - Method in interface se.michaelthelin.spotify.IHttpManager
Perform an HTTP POST request to the specified URL.
post(URI, Header[], HttpEntity) - Method in class se.michaelthelin.spotify.SpotifyHttpManager
 
postJson() - Method in class se.michaelthelin.spotify.requests.AbstractRequest
 
postJson() - Method in interface se.michaelthelin.spotify.requests.IRequest
 
precision - Variable in enum class se.michaelthelin.spotify.enums.ReleaseDatePrecision
 
PREMIUM - Enum constant in enum class se.michaelthelin.spotify.enums.ProductType
 
ProductType - Enum Class in se.michaelthelin.spotify.enums
An enumeration of all possible Spotify product types.
public_(Boolean) - Method in class se.michaelthelin.spotify.requests.data.follow.FollowPlaylistRequest.Builder
The public following state setter.
public_(Boolean) - Method in class se.michaelthelin.spotify.requests.data.follow.legacy.FollowPlaylistRequest.Builder
The public following state setter.
public_(Boolean) - Method in class se.michaelthelin.spotify.requests.data.playlists.ChangePlaylistsDetailsRequest.Builder
The public status setter.
public_(Boolean) - Method in class se.michaelthelin.spotify.requests.data.playlists.CreatePlaylistRequest.Builder
The public status setter.
put(URI, Header[], HttpEntity) - Method in interface se.michaelthelin.spotify.IHttpManager
Perform an HTTP PUT request to the specified URL.
put(URI, Header[], HttpEntity) - Method in class se.michaelthelin.spotify.SpotifyHttpManager
 
putJson() - Method in class se.michaelthelin.spotify.requests.AbstractRequest
 
putJson() - Method in interface se.michaelthelin.spotify.requests.IRequest
 

Q

q(String) - Method in class se.michaelthelin.spotify.requests.data.search.SearchItemRequest.Builder
The search query setter.
q(String) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchAlbumsRequest.Builder
The search query setter.
q(String) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchArtistsRequest.Builder
The search query setter.
q(String) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchEpisodesRequest.Builder
The search query setter.
q(String) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchPlaylistsRequest.Builder
The search query setter.
q(String) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchShowsRequest.Builder
The search query setter.
q(String) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchTracksRequest.Builder
The search query setter.
q(String) - Method in class se.michaelthelin.spotify.requests.data.search.simplified.special.SearchAlbumsSpecialRequest.Builder
The search query setter.

R

range_length(Integer) - Method in class se.michaelthelin.spotify.requests.data.playlists.ReorderPlaylistsItemsRequest.Builder
The range length setter.
range_start(Integer) - Method in class se.michaelthelin.spotify.requests.data.playlists.ReorderPlaylistsItemsRequest.Builder
The range start setter.
Recommendations - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Recommendation objects by building instances from this class.
Recommendations.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building Recommendations instances.
Recommendations.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building Recommendations instances.
RecommendationsSeed - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Recommendation Seed objects by building instances from this class.
RecommendationsSeed.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building RecommendationsSeed instances.
RecommendationsSeed.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building RecommendationsSeed instances.
redirect_uri(URI) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeRequest.Builder
The redirect URI setter.
redirect_uri(URI) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeUriRequest.Builder
The redirect URI setter.
redirect_uri(URI) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.pkce.AuthorizationCodePKCERequest.Builder
The redirect URI setter.
refresh_token(String) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeRefreshRequest.Builder
The refresh token setter.
refresh_token(String) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.pkce.AuthorizationCodePKCERefreshRequest.Builder
The refresh token setter.
ReleaseDatePrecision - Enum Class in se.michaelthelin.spotify.enums
An enumeration of all possible release date precisions.
removeAlbumsForCurrentUser(JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
Remove one or more albums from the current user's "Your Music" library.
removeAlbumsForCurrentUser(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
Remove one or more albums from the current user's "Your Music" library.
RemoveAlbumsForCurrentUserRequest - Class in se.michaelthelin.spotify.requests.data.library
Remove one or more albums from the current user’s "Your Music" library.
RemoveAlbumsForCurrentUserRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
Builder class for building a RemoveAlbumsForCurrentUserRequest.
removeItemsFromPlaylist(String, JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
Delete items from a playlist
RemoveItemsFromPlaylistRequest - Class in se.michaelthelin.spotify.requests.data.playlists
Remove one or more items from a user’s playlist.
RemoveItemsFromPlaylistRequest.Builder - Class in se.michaelthelin.spotify.requests.data.playlists
Builder class for building a RemoveItemsFromPlaylistRequest.
removeUsersSavedEpisodes(JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
Remove one or more episodes from the current user's library.
removeUsersSavedEpisodes(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
Remove one or more episodes from the current user's library.
RemoveUsersSavedEpisodesRequest - Class in se.michaelthelin.spotify.requests.data.library
Remove one or more episodes from the current user's library.
RemoveUsersSavedEpisodesRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
Builder class for building a RemoveUsersSavedEpisodesRequest.
removeUsersSavedShows(JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
Remove one or more shows from the current users "Your Music" library.
removeUsersSavedShows(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
Remove one or more shows from the current users "Your Music" library.
RemoveUsersSavedShowsRequest - Class in se.michaelthelin.spotify.requests.data.library
Delete one or more shows from current Spotify user’s library.
RemoveUsersSavedShowsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
Builder class for building a RemoveUsersSavedShowsRequest.
removeUsersSavedTracks(JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
Remove a track if saved to the user's "Your Music" library.
removeUsersSavedTracks(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
Remove a track if saved to the user's "Your Music" library.
RemoveUsersSavedTracksRequest - Class in se.michaelthelin.spotify.requests.data.library
Remove one or more tracks from the current user’s "Your Music" library.
RemoveUsersSavedTracksRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
Builder class for building a RemoveUsersSavedTracksRequest.
reorderPlaylistsItems(String, int, int) - Method in class se.michaelthelin.spotify.SpotifyApi
Reorder an item or a group of items in a playlist.
ReorderPlaylistsItemsRequest - Class in se.michaelthelin.spotify.requests.data.playlists
Reorder an item or a group of items in a playlist.
ReorderPlaylistsItemsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.playlists
Builder class for building a ReorderPlaylistsItemsRequest.
replacePlaylistsItems(String, JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
Replace items in a playlist.
replacePlaylistsItems(String, String[]) - Method in class se.michaelthelin.spotify.SpotifyApi
Replace items in a playlist.
ReplacePlaylistsItemsRequest - Class in se.michaelthelin.spotify.requests.data.playlists
Replace all the items in a playlist, overwriting its existing items.
ReplacePlaylistsItemsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.playlists
Builder class for building a ReplacePlaylistsItemsRequest.
response_type(String) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeUriRequest.Builder
The response type setter.
Restrictions - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Retrieve information about Restriction objects by building instances from this class.
Restrictions.Builder - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Builder class for building Restrictions instances.
Restrictions.JsonUtil - Class in se.michaelthelin.spotify.model_objects.miscellaneous
JSonUtil class for building Restrictions instances.
ResumePoint - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Resume Point objects by building instances from this class.
ResumePoint.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building ResumePoint instances.
ResumePoint.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building ResumePoint instances.
RESUMING - Enum constant in enum class se.michaelthelin.spotify.enums.Action
 
retryRequest(HttpRequest, IOException, int, HttpContext) - Method in class se.michaelthelin.spotify.SpotifyHttpRequestRetryStrategy
 
retryRequest(HttpResponse, int, HttpContext) - Method in class se.michaelthelin.spotify.SpotifyHttpRequestRetryStrategy
 

S

saveAlbumsForCurrentUser(JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
Save albums in the user's "Your Music" library.
saveAlbumsForCurrentUser(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
Save albums in the user's "Your Music" library.
SaveAlbumsForCurrentUserRequest - Class in se.michaelthelin.spotify.requests.data.library
Save one or more albums to the current user’s "Your Music" library.
SaveAlbumsForCurrentUserRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
Builder class for building a SaveAlbumsForCurrentUserRequest.
SavedAlbum - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Saved Album objects by building instances from this class.
SavedAlbum.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building SavedAlbum instances.
SavedAlbum.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building SavedAlbum instances.
SavedEpisode - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Retrieve information about saved episode object by building instances from this class.
SavedEpisode.Builder - Class in se.michaelthelin.spotify.model_objects.miscellaneous
Builder class for building SavedEpisode instances.
SavedEpisode.JsonUtil - Class in se.michaelthelin.spotify.model_objects.miscellaneous
JsonUtil class for building SavedEpisode instances.
SavedShow - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Saved Show objects by building instances from this class.
SavedShow.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building SavedShow instances.
SavedShow.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building SavedShow instances.
SavedTrack - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Saved Track objects by building instances from this class.
SavedTrack.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building SavedTrack instances.
SavedTrack.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building SavedTrack instances.
saveEpisodesForCurrentUser(JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
Save one or more episodes to the current user's library.
saveEpisodesForCurrentUser(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
Save one or more episodes to the current user's library.
SaveEpisodesForCurrentUserRequest - Class in se.michaelthelin.spotify.requests.data.library
Save one or more episodes to the current user's library.
SaveEpisodesForCurrentUserRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
Builder class for building a SaveEpisodesForCurrentUserRequest.
saveShowsForCurrentUser(JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
Save one or more shows to current Spotify user’s library.
saveShowsForCurrentUser(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
Save one or more shows to current Spotify user’s library.
SaveShowsForCurrentUserRequest - Class in se.michaelthelin.spotify.requests.data.library
Save one or more shows to current Spotify user’s library.
SaveShowsForCurrentUserRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
Builder class for building a SaveShowsForCurrentUserRequest.
saveTracksForUser(JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
Save tracks in the user's "Your Music" library.
saveTracksForUser(String...) - Method in class se.michaelthelin.spotify.SpotifyApi
Save tracks in the user's "Your Music" library.
SaveTracksForUserRequest - Class in se.michaelthelin.spotify.requests.data.library
Save one or more tracks to the current user’s "Your Music" library.
SaveTracksForUserRequest.Builder - Class in se.michaelthelin.spotify.requests.data.library
Builder class for building a SaveTracksForUserRequest.
scope - Variable in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 
scope(String) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeUriRequest.Builder
The scope setter.
scope(AuthorizationScope...) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeUriRequest.Builder
 
se.michaelthelin.spotify - package se.michaelthelin.spotify
 
se.michaelthelin.spotify.enums - package se.michaelthelin.spotify.enums
 
se.michaelthelin.spotify.exceptions - package se.michaelthelin.spotify.exceptions
 
se.michaelthelin.spotify.exceptions.detailed - package se.michaelthelin.spotify.exceptions.detailed
 
se.michaelthelin.spotify.model_objects - package se.michaelthelin.spotify.model_objects
 
se.michaelthelin.spotify.model_objects.credentials - package se.michaelthelin.spotify.model_objects.credentials
 
se.michaelthelin.spotify.model_objects.credentials.error - package se.michaelthelin.spotify.model_objects.credentials.error
 
se.michaelthelin.spotify.model_objects.miscellaneous - package se.michaelthelin.spotify.model_objects.miscellaneous
 
se.michaelthelin.spotify.model_objects.special - package se.michaelthelin.spotify.model_objects.special
 
se.michaelthelin.spotify.model_objects.specification - package se.michaelthelin.spotify.model_objects.specification
 
se.michaelthelin.spotify.model_objects.utils - package se.michaelthelin.spotify.model_objects.utils
 
se.michaelthelin.spotify.requests - package se.michaelthelin.spotify.requests
 
se.michaelthelin.spotify.requests.authorization - package se.michaelthelin.spotify.requests.authorization
 
se.michaelthelin.spotify.requests.authorization.authorization_code - package se.michaelthelin.spotify.requests.authorization.authorization_code
 
se.michaelthelin.spotify.requests.authorization.authorization_code.pkce - package se.michaelthelin.spotify.requests.authorization.authorization_code.pkce
 
se.michaelthelin.spotify.requests.authorization.client_credentials - package se.michaelthelin.spotify.requests.authorization.client_credentials
 
se.michaelthelin.spotify.requests.data - package se.michaelthelin.spotify.requests.data
 
se.michaelthelin.spotify.requests.data.albums - package se.michaelthelin.spotify.requests.data.albums
 
se.michaelthelin.spotify.requests.data.artists - package se.michaelthelin.spotify.requests.data.artists
 
se.michaelthelin.spotify.requests.data.browse - package se.michaelthelin.spotify.requests.data.browse
 
se.michaelthelin.spotify.requests.data.browse.miscellaneous - package se.michaelthelin.spotify.requests.data.browse.miscellaneous
 
se.michaelthelin.spotify.requests.data.episodes - package se.michaelthelin.spotify.requests.data.episodes
 
se.michaelthelin.spotify.requests.data.follow - package se.michaelthelin.spotify.requests.data.follow
 
se.michaelthelin.spotify.requests.data.follow.legacy - package se.michaelthelin.spotify.requests.data.follow.legacy
 
se.michaelthelin.spotify.requests.data.library - package se.michaelthelin.spotify.requests.data.library
 
se.michaelthelin.spotify.requests.data.personalization - package se.michaelthelin.spotify.requests.data.personalization
 
se.michaelthelin.spotify.requests.data.personalization.interfaces - package se.michaelthelin.spotify.requests.data.personalization.interfaces
 
se.michaelthelin.spotify.requests.data.personalization.simplified - package se.michaelthelin.spotify.requests.data.personalization.simplified
 
se.michaelthelin.spotify.requests.data.player - package se.michaelthelin.spotify.requests.data.player
 
se.michaelthelin.spotify.requests.data.playlists - package se.michaelthelin.spotify.requests.data.playlists
 
se.michaelthelin.spotify.requests.data.search - package se.michaelthelin.spotify.requests.data.search
 
se.michaelthelin.spotify.requests.data.search.interfaces - package se.michaelthelin.spotify.requests.data.search.interfaces
 
se.michaelthelin.spotify.requests.data.search.simplified - package se.michaelthelin.spotify.requests.data.search.simplified
 
se.michaelthelin.spotify.requests.data.search.simplified.special - package se.michaelthelin.spotify.requests.data.search.simplified.special
 
se.michaelthelin.spotify.requests.data.shows - package se.michaelthelin.spotify.requests.data.shows
 
se.michaelthelin.spotify.requests.data.tracks - package se.michaelthelin.spotify.requests.data.tracks
 
se.michaelthelin.spotify.requests.data.users_profile - package se.michaelthelin.spotify.requests.data.users_profile
 
searchAlbums(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get Spotify catalog information about albums that match a keyword string.
SearchAlbumsRequest - Class in se.michaelthelin.spotify.requests.data.search.simplified
Get Spotify catalog information about albums that match a keyword string.
SearchAlbumsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.search.simplified
Builder class for building a SearchAlbumsRequest.
searchAlbumsSpecial(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get Spotify catalog information about albums that match a keyword string.
SearchAlbumsSpecialRequest - Class in se.michaelthelin.spotify.requests.data.search.simplified.special
Get Spotify catalog information about albums that match a keyword string.
SearchAlbumsSpecialRequest.Builder - Class in se.michaelthelin.spotify.requests.data.search.simplified.special
Builder class for building a SearchAlbumsSpecialRequest.
searchArtists(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get Spotify catalog information about artists that match a keyword string.
SearchArtistsRequest - Class in se.michaelthelin.spotify.requests.data.search.simplified
Get Spotify catalog information about artists that match a keyword string.
SearchArtistsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.search.simplified
Builder class for building a SearchArtistsRequest.
searchEpisodes(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get Spotify catalog information about episodes that match a keyword string.
SearchEpisodesRequest - Class in se.michaelthelin.spotify.requests.data.search.simplified
Get Spotify catalog information about episodes that match a keyword string.
SearchEpisodesRequest.Builder - Class in se.michaelthelin.spotify.requests.data.search.simplified
Builder class for building a SearchEpisodesRequest.
searchItem(String, String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get Spotify catalog information about artists, albums, episodes, shows, tracks or playlists that match a keyword string.
SearchItemRequest - Class in se.michaelthelin.spotify.requests.data.search
Get Spotify catalog information about artists, albums, episodes, playlists, shows or tracks that match a keyword string.
SearchItemRequest.Builder - Class in se.michaelthelin.spotify.requests.data.search
Builder class for building a SearchItemRequest.
searchPlaylists(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get Spotify catalog information about playlists that match a keyword string.
SearchPlaylistsRequest - Class in se.michaelthelin.spotify.requests.data.search.simplified
Get Spotify catalog information about playlists that match a keyword string.
SearchPlaylistsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.search.simplified
Builder class for building a SearchPlaylistsRequest.
SearchResult - Class in se.michaelthelin.spotify.model_objects.special
Retrieve the searched-for items by building instances from this class.
SearchResult.Builder - Class in se.michaelthelin.spotify.model_objects.special
Builder class for building SearchResult instances.
SearchResult.JsonUtil - Class in se.michaelthelin.spotify.model_objects.special
JsonUtil class for building SearchResult instances.
searchShows(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get Spotify catalog information about shows that match a keyword string.
SearchShowsRequest - Class in se.michaelthelin.spotify.requests.data.search.simplified
Get Spotify catalog information about shows that match a keyword string.
SearchShowsRequest.Builder - Class in se.michaelthelin.spotify.requests.data.search.simplified
Builder class for building a SearchShowsRequest.
searchTracks(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Get Spotify catalog information about tracks that match a keyword string.
SearchTracksRequest - Class in se.michaelthelin.spotify.requests.data.search.simplified
Get Spotify catalog information about tracks that match a keyword string.
SearchTracksRequest.Builder - Class in se.michaelthelin.spotify.requests.data.search.simplified
Builder class for building a SearchTracksRequest.
seed_artists(String) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The seed artists setter.
seed_genres(String) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The seed genres setter.
seed_tracks(String) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The seed tracks setter.
SEEKING - Enum constant in enum class se.michaelthelin.spotify.enums.Action
 
seekToPositionInCurrentlyPlayingTrack(int) - Method in class se.michaelthelin.spotify.SpotifyApi
Seeks to the given position in the user's currently playing track.
SeekToPositionInCurrentlyPlayingTrackRequest - Class in se.michaelthelin.spotify.requests.data.player
Seeks to the given position in the user’s currently playing track.
SeekToPositionInCurrentlyPlayingTrackRequest.Builder - Class in se.michaelthelin.spotify.requests.data.player
Builder class for building a SeekToPositionInCurrentlyPlayingTrackRequest.
self() - Method in class se.michaelthelin.spotify.requests.AbstractRequest.Builder
Return this instance to simulate a self-type.
self() - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeRefreshRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeUriRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.pkce.AuthorizationCodePKCERefreshRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.pkce.AuthorizationCodePKCERequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.authorization.client_credentials.ClientCredentialsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.albums.GetAlbumRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.albums.GetAlbumsTracksRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.albums.GetSeveralAlbumsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsAlbumsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsRelatedArtistsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.artists.GetArtistsTopTracksRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.artists.GetSeveralArtistsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.browse.GetCategoryRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.browse.GetCategorysPlaylistsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfCategoriesRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfFeaturedPlaylistsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfNewReleasesRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.browse.miscellaneous.GetAvailableGenreSeedsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.episodes.GetEpisodeRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.episodes.GetSeveralEpisodesRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.follow.CheckCurrentUserFollowsArtistsOrUsersRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.follow.CheckUsersFollowPlaylistRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.follow.FollowArtistsOrUsersRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.follow.FollowPlaylistRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.follow.GetUsersFollowedArtistsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.follow.legacy.FollowPlaylistRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.follow.legacy.UnfollowPlaylistRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.follow.UnfollowArtistsOrUsersRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.follow.UnfollowPlaylistRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.library.CheckUsersSavedAlbumsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.library.CheckUsersSavedEpisodesRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.library.CheckUsersSavedShowsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.library.CheckUsersSavedTracksRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.library.GetCurrentUsersSavedAlbumsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.library.GetUsersSavedEpisodesRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.library.GetUsersSavedShowsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.library.GetUsersSavedTracksRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveAlbumsForCurrentUserRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedEpisodesRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedShowsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedTracksRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.library.SaveAlbumsForCurrentUserRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.library.SaveEpisodesForCurrentUserRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.library.SaveShowsForCurrentUserRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.library.SaveTracksForUserRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.personalization.GetUsersTopArtistsAndTracksRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.personalization.simplified.GetUsersTopArtistsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.personalization.simplified.GetUsersTopTracksRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.player.AddItemToUsersPlaybackQueueRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.player.GetCurrentUsersRecentlyPlayedTracksRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.player.GetInformationAboutUsersCurrentPlaybackRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.player.GetTheUsersQueueRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.player.GetUsersAvailableDevicesRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.player.GetUsersCurrentlyPlayingTrackRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.player.PauseUsersPlaybackRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.player.SeekToPositionInCurrentlyPlayingTrackRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.player.SetRepeatModeOnUsersPlaybackRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.player.SetVolumeForUsersPlaybackRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.player.SkipUsersPlaybackToNextTrackRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.player.SkipUsersPlaybackToPreviousTrackRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.player.StartResumeUsersPlaybackRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.player.ToggleShuffleForUsersPlaybackRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.player.TransferUsersPlaybackRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.playlists.AddItemsToPlaylistRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.playlists.ChangePlaylistsDetailsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.playlists.CreatePlaylistRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetListOfCurrentUsersPlaylistsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetListOfUsersPlaylistsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistCoverImageRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.playlists.GetPlaylistsItemsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.playlists.RemoveItemsFromPlaylistRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.playlists.ReorderPlaylistsItemsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.playlists.ReplacePlaylistsItemsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.playlists.UploadCustomPlaylistCoverImageRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.search.SearchItemRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchAlbumsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchArtistsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchEpisodesRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchPlaylistsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchShowsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.SearchTracksRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.search.simplified.special.SearchAlbumsSpecialRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.shows.GetSeveralShowsRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.shows.GetShowRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.shows.GetShowsEpisodesRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.tracks.GetAudioAnalysisForTrackRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.tracks.GetAudioFeaturesForSeveralTracksRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.tracks.GetAudioFeaturesForTrackRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.tracks.GetSeveralTracksRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.tracks.GetTrackRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.users_profile.GetCurrentUsersProfileRequest.Builder
 
self() - Method in class se.michaelthelin.spotify.requests.data.users_profile.GetUsersProfileRequest.Builder
 
ServiceUnavailableException - Exception Class in se.michaelthelin.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 class se.michaelthelin.spotify.exceptions.detailed.ServiceUnavailableException
 
ServiceUnavailableException(String) - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.ServiceUnavailableException
 
ServiceUnavailableException(String, Throwable) - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.ServiceUnavailableException
 
setAccessToken(String) - Method in class se.michaelthelin.spotify.model_objects.credentials.AuthorizationCodeCredentials.Builder
The access token setter.
setAccessToken(String) - Method in class se.michaelthelin.spotify.model_objects.credentials.ClientCredentials.Builder
The access token setter.
setAccessToken(String) - Method in class se.michaelthelin.spotify.SpotifyApi.Builder
The access token setter.
setAccessToken(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Set the access token of the API object.
setAcousticness(Float) - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.Builder
Set the acousticness of the audio features object to be built.
setActions(Actions) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying.Builder
The actions setter.
setActions(Actions) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
The actions setter.
setAddedAt(Date) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.SavedEpisode.Builder
Set the "added at" date of the saved episode to be built.
setAddedAt(Date) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistTrack.Builder
Set the "added at" date of the playlist track to be built.
setAddedAt(Date) - Method in class se.michaelthelin.spotify.model_objects.specification.SavedAlbum.Builder
Set the "added at" date of the saved album to be built.
setAddedAt(Date) - Method in class se.michaelthelin.spotify.model_objects.specification.SavedShow.Builder
Set the "added at" date of the saved show to be built.
setAddedAt(Date) - Method in class se.michaelthelin.spotify.model_objects.specification.SavedTrack.Builder
Set the "added at" date of the saved track to be built.
setAddedBy(User) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistTrack.Builder
Set the user who added the track or episode to the playlist.
setAfter(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Cursor.Builder
The after key setter.
setAfterFilteringSize(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.RecommendationsSeed.Builder
The after filtering size setter.
setAfterRelinkingSize(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.RecommendationsSeed.Builder
The after relinking size setter.
setAlbum(Album) - Method in class se.michaelthelin.spotify.model_objects.specification.SavedAlbum.Builder
Set the full album object of the saved album to be built.
setAlbum(AlbumSimplified) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
Set the album of the track to be built.
setAlbumGroup(AlbumGroup) - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.Builder
Set the album group of the album to be built.
setAlbums(Paging<AlbumSimplified>) - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
The albums setter.
setAlbumType(AlbumType) - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial.Builder
Set the type of the album to be built.
setAlbumType(AlbumType) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
Set the type of the album to be built.
setAlbumType(AlbumType) - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.Builder
Set the type of the album to be built.
setAnalysisChannels(Integer) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The analysis channels setter.
setAnalysisSampleRate(Long) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The analysis sample rate setter.
setAnalysisTime(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta.Builder
The analysis time setter.
setAnalysisUrl(String) - Method in class se.michaelthelin.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 se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta.Builder
The Analyzer software version setter.
setArtists(ArtistSimplified...) - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial.Builder
Set the artists of the album to be built.
setArtists(ArtistSimplified...) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
Set the artists of the album to be built.
setArtists(ArtistSimplified...) - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.Builder
Set the artists of the album to be built.
setArtists(ArtistSimplified...) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
Set the artists of the track to be built.
setArtists(ArtistSimplified...) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified.Builder
Set the artists of the track to be built.
setArtists(Paging<Artist>) - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
The artists setter.
setAudioPreviewUrl(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
Set the URL to a audio preview for the episode to be built.
setAudioPreviewUrl(String) - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.Builder
Set the URL to a audio preview for the episode to be built.
setAvailableMarkets(CountryCode...) - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial.Builder
Set the available markets of the album to be built.
setAvailableMarkets(CountryCode...) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
Set the available markets of the album to be built.
setAvailableMarkets(CountryCode...) - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.Builder
Set the available markets of the album to be built.
setAvailableMarkets(CountryCode...) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
Set the available markets of the show to be built.
setAvailableMarkets(CountryCode...) - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
Set the available markets of the show to be built.
setAvailableMarkets(CountryCode...) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
Set the available markets of the track to be built.
setAvailableMarkets(CountryCode...) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified.Builder
Set the available markets of the track to be built.
setBars(AudioAnalysisMeasure[]) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis.Builder
Track bars setter.
setBeats(AudioAnalysisMeasure[]) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis.Builder
The track beats setter.
setBirthdate(String) - Method in class se.michaelthelin.spotify.model_objects.specification.User.Builder
Set the birthday of the user object to be built.
setBody(HttpEntity) - Method in class se.michaelthelin.spotify.requests.AbstractRequest.Builder
 
setBody(HttpEntity) - Method in interface se.michaelthelin.spotify.requests.IRequest.Builder
 
setBodyParameter(String, ST) - Method in interface se.michaelthelin.spotify.requests.IRequest.Builder
 
setBodyParameter(String, X) - Method in class se.michaelthelin.spotify.requests.AbstractRequest.Builder
 
setCacheMaxEntries(Integer) - Method in class se.michaelthelin.spotify.SpotifyHttpManager.Builder
 
setCacheMaxObjectSize(Integer) - Method in class se.michaelthelin.spotify.SpotifyHttpManager.Builder
 
setClientId(String) - Method in class se.michaelthelin.spotify.SpotifyApi.Builder
The client ID setter.
setClientSecret(String) - Method in class se.michaelthelin.spotify.SpotifyApi.Builder
The client secret setter.
setCodeString(String) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The code string setter.
setCodeVersion(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The code string version setter.
setCollaborative(Boolean) - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist.Builder
Set whether the playlist to be built is collaborative or not.
setCollaborative(Boolean) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified.Builder
Set whether the playlist to be built is collaborative or not.
setConfidence(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeasure.Builder
The confidence setter.
setConnectionRequestTimeout(Integer) - Method in class se.michaelthelin.spotify.SpotifyHttpManager.Builder
 
setConnectTimeout(Integer) - Method in class se.michaelthelin.spotify.SpotifyHttpManager.Builder
 
setContentType(ContentType) - Method in class se.michaelthelin.spotify.requests.AbstractRequest.Builder
 
setContentType(ContentType) - Method in interface se.michaelthelin.spotify.requests.IRequest.Builder
 
setContext(Context) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying.Builder
The playing context setter.
setContext(Context) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
The playing context setter.
setContext(Context) - Method in class se.michaelthelin.spotify.model_objects.specification.PlayHistory.Builder
The context setter.
setCopyrights(Copyright...) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
Set the copyrights of the album to be built.
setCopyrights(Copyright...) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
Set the copyrights of the show to be built.
setCopyrights(Copyright...) - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
Set the copyrights of the show to be built.
setCountry(CountryCode) - Method in class se.michaelthelin.spotify.model_objects.specification.User.Builder
Set the home country of the user object to be built.
setCurrentlyPlaying(IPlaylistItem) - Method in class se.michaelthelin.spotify.model_objects.special.PlaybackQueue.Builder
The item representing the user's currently playing item setter.
setCurrentlyPlayingType(CurrentlyPlayingType) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying.Builder
The currently playing type setter.
setCurrentlyPlayingType(CurrentlyPlayingType) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
The currently playing type setter.
setCursors(Cursor...) - Method in class se.michaelthelin.spotify.model_objects.specification.PagingCursorbased.Builder
The cursor setter.
setDanceability(Float) - Method in class se.michaelthelin.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 se.michaelthelin.spotify.requests.AbstractRequest.Builder
 
setDefaults(IHttpManager, String, String, Integer) - Method in interface se.michaelthelin.spotify.requests.IRequest.Builder
 
setDescription(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
Set the description for the episode to be built.
setDescription(String) - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.Builder
Set the description for the episode to be built.
setDescription(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist.Builder
Set the description of the playlist to be built.
setDescription(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
Set the description for the show to be built.
setDescription(String) - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
Set the description for the show to be built.
setDetailedStatus(String) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta.Builder
The detailed status setter.
setDevice(Device) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
The active device setter.
setDisallowedActions(EnumSet<Action>) - Method in class se.michaelthelin.spotify.model_objects.specification.Disallows.Builder
Set the set of disallowed actions.
setDisallows(Disallows) - Method in class se.michaelthelin.spotify.model_objects.special.Actions.Builder
Set the Disallows object of the Actions object to be built.
setDiscNumber(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
Set the disc number of the track to be built.
setDiscNumber(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified.Builder
Set the disc number of the track to be built.
setDisplayName(String) - Method in class se.michaelthelin.spotify.model_objects.specification.User.Builder
Set the display name of the user to be built.
setDuration(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeasure.Builder
The duration setter.
setDuration(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The track duration setter.
setDurationMs(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.Builder
Set the duration in milliseconds of the audio features object to be built.
setDurationMs(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
Set the duration for the episode to be built.
setDurationMs(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.Builder
Set the duration for the episode to be built.
setDurationMs(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
Set the duration in milliseconds of the track to be built.
setDurationMs(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified.Builder
Set the duration in milliseconds of the track to be built.
setEchoprintString(String) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The echoprint string setter.
setEchoprintVersion(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The echoprint string version setter.
setEmail(String) - Method in class se.michaelthelin.spotify.model_objects.specification.User.Builder
Set the email address of the user to be built.
setEndOfFadeIn(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The end of fade in introduction setter.
setEnergy(Float) - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.Builder
Set the energy of the audio features object to be built.
setEpisode(Episode) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.SavedEpisode.Builder
Set the full episode object of the saved episode to be built.
setEpisodes(Paging<EpisodeSimplified>) - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
The episodes setter.
setEpisodes(Paging<EpisodeSimplified>) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
Set a list of the show's episodes.
setError(String) - Method in class se.michaelthelin.spotify.model_objects.credentials.error.AuthenticationError.Builder
The error setter.
setError_description(String) - Method in class se.michaelthelin.spotify.model_objects.credentials.error.AuthenticationError.Builder
The error description setter.
setExpiresIn(Integer) - Method in class se.michaelthelin.spotify.model_objects.credentials.AuthorizationCodeCredentials.Builder
The expiration time setter.
setExpiresIn(Integer) - Method in class se.michaelthelin.spotify.model_objects.credentials.ClientCredentials.Builder
The expiration time setter.
setExplicit(Boolean) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
Set whether the episode to be built is explicit or not.
setExplicit(Boolean) - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.Builder
Set whether the episode to be built is explicit or not.
setExplicit(Boolean) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
Set whether the show to be built is explicit or not.
setExplicit(Boolean) - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
Set whether the show to be built is explicit or not.
setExplicit(Boolean) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
Set whether the track to be built is explicit or not.
setExplicit(Boolean) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified.Builder
Set whether the track to be built is explicit or not.
setExternalIds(Map<String, String>) - Method in class se.michaelthelin.spotify.model_objects.specification.ExternalId.Builder
External IDs setter.
setExternalIds(ExternalId) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
Set the external IDs of the album to be built.
setExternalIds(ExternalId) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
Set the external IDs of the track to be built.
setExternallyHosted(Boolean) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
Set whether the episode to be built is hosted outside of Spotify's CDN.
setExternallyHosted(Boolean) - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.Builder
Set whether the episode to be built is hosted outside of Spotify's CDN.
setExternallyHosted(Boolean) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
Set whether the show to be built is hosted outside of Spotify's CDN.
setExternallyHosted(Boolean) - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
Set whether the show to be built is hosted outside of Spotify's CDN.
setExternalUrls(Map<String, String>) - Method in class se.michaelthelin.spotify.model_objects.specification.ExternalUrl.Builder
The external URLs setter.
setExternalUrls(ExternalUrl) - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial.Builder
Set external URLs of the album to be built.
setExternalUrls(ExternalUrl) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
Set external URLs of the album to be built.
setExternalUrls(ExternalUrl) - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.Builder
Set external URLs of the album to be built.
setExternalUrls(ExternalUrl) - Method in class se.michaelthelin.spotify.model_objects.specification.Artist.Builder
Set external URLs of the artist to be built.
setExternalUrls(ExternalUrl) - Method in class se.michaelthelin.spotify.model_objects.specification.ArtistSimplified.Builder
Set external URLs of the artist to be built.
setExternalUrls(ExternalUrl) - Method in class se.michaelthelin.spotify.model_objects.specification.Context.Builder
The external URLs setter.
setExternalUrls(ExternalUrl) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
Set the external URLs for the episode to be built.
setExternalUrls(ExternalUrl) - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.Builder
Set the external URLs for the episode to be built.
setExternalUrls(ExternalUrl) - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist.Builder
Set the external URLs of the playlist to be built.
setExternalUrls(ExternalUrl) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified.Builder
Set the external URLs of the playlist to be built.
setExternalUrls(ExternalUrl) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
Set the external URLs for the show to be built.
setExternalUrls(ExternalUrl) - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
Set the external URLs for the show to be built.
setExternalUrls(ExternalUrl) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
Set external URLs of the track to be built.
setExternalUrls(ExternalUrl) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackLink.Builder
Set external URLs of the track to be built.
setExternalUrls(ExternalUrl) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified.Builder
Set external URLs of the track to be built.
setExternalUrls(ExternalUrl) - Method in class se.michaelthelin.spotify.model_objects.specification.User.Builder
Set external urls of the user to be built.
setFollowers(Followers) - Method in class se.michaelthelin.spotify.model_objects.specification.Artist.Builder
Set the followers object of the artist to be built.
setFollowers(Followers) - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist.Builder
Set information about the followers of the playlist to be built.
setFollowers(Followers) - Method in class se.michaelthelin.spotify.model_objects.specification.User.Builder
Set the followers object of the user to be built.
setFullyPlayed(Boolean) - Method in class se.michaelthelin.spotify.model_objects.specification.ResumePoint.Builder
Set whether the episode has been fully played by the user.
setGenres(String...) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
Set the genres of the album to be built.
setGenres(String...) - Method in class se.michaelthelin.spotify.model_objects.specification.Artist.Builder
Set the genres of the artist to be built.
setHeader(String, ST) - Method in interface se.michaelthelin.spotify.requests.IRequest.Builder
 
setHeader(String, X) - Method in class se.michaelthelin.spotify.requests.AbstractRequest.Builder
 
setHeight(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.Image.Builder
The height setter.
setHost(String) - Method in class se.michaelthelin.spotify.requests.AbstractRequest.Builder
 
setHost(String) - Method in interface se.michaelthelin.spotify.requests.IRequest.Builder
 
setHost(String) - Method in class se.michaelthelin.spotify.SpotifyApi.Builder
The Spotify API host setter.
setHref(String) - Method in class se.michaelthelin.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 se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial.Builder
Set href of Spotify Web API endpoint of the album to be built.
setHref(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
Set href of Spotify Web API endpoint of the album to be built.
setHref(String) - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.Builder
Set href of Spotify Web API endpoint of the album to be built.
setHref(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Artist.Builder
Set href of Spotify Web API endpoint of the artist to be built.
setHref(String) - Method in class se.michaelthelin.spotify.model_objects.specification.ArtistSimplified.Builder
Set href of Spotify Web API endpoint of the artist to be built.
setHref(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Category.Builder
The category href setter.
setHref(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Context.Builder
The context href setter.
setHref(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
Set the link to the Web API endpoint providing full details of the episode to be built.
setHref(String) - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.Builder
Set the link to the Web API endpoint providing full details of the episode to be built.
setHref(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Followers.Builder
The href setter.
setHref(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Paging.Builder
The href setter.
setHref(String) - Method in class se.michaelthelin.spotify.model_objects.specification.PagingCursorbased.Builder
The href setter.
setHref(String) - Method in class se.michaelthelin.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 se.michaelthelin.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 se.michaelthelin.spotify.model_objects.specification.RecommendationsSeed.Builder
The href setter.
setHref(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
Set the link to the Web API endpoint providing full details of the show to be built.
setHref(String) - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
Set the link to the Web API endpoint providing full details of the show to be built.
setHref(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
Set href of Spotify Web API endpoint of the track to be built.
setHref(String) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackLink.Builder
Set href of Spotify Web API endpoint of the track to be built.
setHref(String) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified.Builder
Set href of Spotify Web API endpoint of the track to be built.
setHref(String) - Method in class se.michaelthelin.spotify.model_objects.specification.User.Builder
Set href of Spotify api endpoint of the user to be built.
setHttpManager(IHttpManager) - Method in class se.michaelthelin.spotify.requests.AbstractRequest.Builder
 
setHttpManager(IHttpManager) - Method in interface se.michaelthelin.spotify.requests.IRequest.Builder
 
setHttpManager(IHttpManager) - Method in class se.michaelthelin.spotify.SpotifyApi.Builder
The HttpManager setter.
setIcons(Image...) - Method in class se.michaelthelin.spotify.model_objects.specification.Category.Builder
The category icon setter.
setId(String) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device.Builder
The device ID setter.
setId(String) - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial.Builder
Set album ID of the album to be built.
setId(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
Set album ID of the album to be built.
setId(String) - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.Builder
Set album ID of the album to be built.
setId(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Artist.Builder
Set artist ID of the artist to be built.
setId(String) - Method in class se.michaelthelin.spotify.model_objects.specification.ArtistSimplified.Builder
Set artist ID of the artist to be built.
setId(String) - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.Builder
Set the Spotify track ID of the audio features object to be built.
setId(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Category.Builder
The category ID setter.
setId(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
Set the Spotify ID for the episode to be built.
setId(String) - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.Builder
Set the Spotify ID for the episode to be built.
setId(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist.Builder
Set the Spotify ID for the playlist to be built.
setId(String) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified.Builder
Set the Spotify ID for the playlist to be built.
setId(String) - Method in class se.michaelthelin.spotify.model_objects.specification.RecommendationsSeed.Builder
The ID setter.
setId(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
Set the Spotify ID for the show to be built.
setId(String) - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
Set the Spotify ID for the show to be built.
setId(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
Set track ID of the track to be built.
setId(String) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackLink.Builder
Set the Spotify ID of the track to be built.
setId(String) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified.Builder
Set track ID of the track to be built.
setId(String) - Method in class se.michaelthelin.spotify.model_objects.specification.User.Builder
Set user ID of the user to be built.
setImages(Image...) - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial.Builder
Set the cover art in different sizes of the album to be built.
setImages(Image...) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
Set the cover art in different sizes of the album to be built.
setImages(Image...) - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.Builder
Set the cover art in different sizes of the album to be built.
setImages(Image...) - Method in class se.michaelthelin.spotify.model_objects.specification.Artist.Builder
Set the images of the artist to be built, like the header image.
setImages(Image...) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
Set the cover art for the episode to be built.
setImages(Image...) - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.Builder
Set the cover art for the episode to be built.
setImages(Image...) - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist.Builder
Set the cover image of the playlist to be built.
setImages(Image...) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified.Builder
Set the cover image of the playlist to be built.
setImages(Image...) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
Set the cover art for the show to be built.
setImages(Image...) - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
Set the cover art for the show to be built.
setImages(Image...) - Method in class se.michaelthelin.spotify.model_objects.specification.User.Builder
Set the profile image of the user to be built.
setInitialPoolSize(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.RecommendationsSeed.Builder
The initial pool size setter.
setInputProcess(String) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta.Builder
The input process setter.
setInstrumentalness(Float) - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.Builder
Set the instrumentalness of the audio features object to be built.
setIs_active(Boolean) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device.Builder
The active device state setter.
setIs_playing(Boolean) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying.Builder
The playing state setter.
setIs_playing(Boolean) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
The playing state setter.
setIs_private_session(Boolean) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device.Builder
The private session state setter.
setIs_restricted(Boolean) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device.Builder
The device restriction state setter.
setIsLocal(Boolean) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistTrack.Builder
Set whether the track to be built is local or not.
setIsPlayable(Boolean) - Method in class se.michaelthelin.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 se.michaelthelin.spotify.model_objects.specification.TrackSimplified.Builder
Set whether the track to be built is playable in your market region or not.
setItem(IPlaylistItem) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying.Builder
The currently playing item setter.
setItem(IPlaylistItem) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
The currently playing item setter.
setItems(T[]) - Method in class se.michaelthelin.spotify.model_objects.specification.Paging.Builder
The items setter.
setItems(T[]) - Method in class se.michaelthelin.spotify.model_objects.specification.PagingCursorbased.Builder
The items setter.
setKey(Integer) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
The key setter.
setKey(Integer) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The track key setter.
setKey(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.Builder
Set the key of the audio features object to be built.
setKeyConfidence(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
The key confidence setter.
setKeyConfidence(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The key confidence setter.
setLabel(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
Set the label of the album to be built.
setLanguages(String...) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
Set a list of the languages used in the episode to be built.
setLanguages(String...) - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.Builder
Set a list of the languages used in the episode to be built.
setLanguages(String[]) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
Set a list of the languages used in the show to be built.
setLanguages(String[]) - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
Set a list of the languages used in the show to be built.
setLimit(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.Paging.Builder
The request limit setter.
setLimit(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.PagingCursorbased.Builder
The request limit setter.
setLinkedFrom(TrackLink) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
Set the track link object of the track to be built.
setLinkedFrom(TrackLink) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified.Builder
Set the track link object of the track to be built.
setLiveness(Float) - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.Builder
Set the liveness of the audio features object to be built.
setLoudness(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
The loudness setter.
setLoudness(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The average loudness setter.
setLoudness(Float) - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.Builder
Set the loudness of the audio features object to be built.
setLoudnessEnd(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment.Builder
The end loudness setter.
setLoudnessMax(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment.Builder
The max loudness setter.
setLoudnessMaxTime(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment.Builder
The max loudness time setter.
setLoudnessStart(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment.Builder
The start loudness setter.
setMeasure(AudioAnalysisMeasure) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
The measure setter.
setMeasure(AudioAnalysisMeasure) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment.Builder
The measure setter.
setMediaType(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
Set the media type of the show.
setMediaType(String) - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
Set the media type of the show.
setMessage(String) - Method in class se.michaelthelin.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 se.michaelthelin.spotify.model_objects.specification.Error.Builder
The error message setter.
setMeta(AudioAnalysisMeta) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis.Builder
The anaylzer metadata setter.
setMode(Modality) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
The mode setter.
setMode(Modality) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The track modality setter.
setMode(Modality) - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.Builder
Set the mode of the audio features object to be built.
setModeConfidence(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
The mode confidence setter.
setModeConfidence(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The modality confidence setter.
setName(String) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device.Builder
The device name setter.
setName(String) - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial.Builder
Set the name of the album to be built.
setName(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
Set the name of the album to be built.
setName(String) - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.Builder
Set the name of the album to be built.
setName(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Artist.Builder
Set the name of the artist to be built.
setName(String) - Method in class se.michaelthelin.spotify.model_objects.specification.ArtistSimplified.Builder
Set the name of the artist to be built.
setName(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Category.Builder
The category name setter.
setName(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
Set the name for the episode to be built.
setName(String) - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.Builder
Set the name for the episode to be built.
setName(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist.Builder
Set the name of the playlist to be built.
setName(String) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified.Builder
Set the name of the playlist to be built.
setName(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
Set the name for the show to be built.
setName(String) - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
Set the name for the show to be built.
setName(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
Set the name of the track to be built.
setName(String) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified.Builder
Set the name of the track to be built.
setNext(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Paging.Builder
The next URL setter.
setNext(String) - Method in class se.michaelthelin.spotify.model_objects.specification.PagingCursorbased.Builder
The next URL setter.
setNumSamples(Long) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The sample number setter.
setOffset(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.Paging.Builder
The offset setter.
setOffsetSeconds(Integer) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The offset seconds setter.
setOwner(User) - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist.Builder
Set the owner of the playlist to be built.
setOwner(User) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified.Builder
Set the owner of the playlist to be built.
setPath(String) - Method in class se.michaelthelin.spotify.requests.AbstractRequest.Builder
 
setPath(String) - Method in interface se.michaelthelin.spotify.requests.IRequest.Builder
 
setPathParameter(String, String) - Method in class se.michaelthelin.spotify.requests.AbstractRequest.Builder
 
setPathParameter(String, String) - Method in interface se.michaelthelin.spotify.requests.IRequest.Builder
 
setPitches(float[]) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment.Builder
The pitches setter.
setPlatform(String) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta.Builder
The platform setter.
setPlayable(Boolean) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
Set whether the episode to be built is playable in the given market.
setPlayable(Boolean) - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.Builder
Set whether the episode to be built is playable in the given market.
setPlayedAt(Date) - Method in class se.michaelthelin.spotify.model_objects.specification.PlayHistory.Builder
The played at date setter.
setPlaylists(Paging<PlaylistSimplified>) - Method in class se.michaelthelin.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 se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
The playlists setter.
setPopularity(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
Set the popularity of the album to be built.
setPopularity(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.Artist.Builder
Set the popularity of the artist to be built.
setPopularity(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
Set the popularity of the track to be built.
setPort(Integer) - Method in class se.michaelthelin.spotify.requests.AbstractRequest.Builder
 
setPort(Integer) - Method in interface se.michaelthelin.spotify.requests.IRequest.Builder
 
setPort(Integer) - Method in class se.michaelthelin.spotify.SpotifyApi.Builder
The Spotify API port setter.
setPositions(int...) - Method in class se.michaelthelin.spotify.model_objects.special.PlaylistTrackPosition.Builder
 
setPreviewUrl(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
Set the preview URL of the track to be built.
setPreviewUrl(String) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified.Builder
Set the preview URL of the track to be built.
setPrevious(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Paging.Builder
The previous URL setter.
setProduct(ProductType) - Method in class se.michaelthelin.spotify.model_objects.specification.User.Builder
Set the product type of the user to be built.
setProgress_ms(Integer) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying.Builder
The current track progress setter.
setProgress_ms(Integer) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
The item progress setter.
setProxy(HttpHost) - Method in class se.michaelthelin.spotify.SpotifyHttpManager.Builder
 
setProxyCredentials(UsernamePasswordCredentials) - Method in class se.michaelthelin.spotify.SpotifyHttpManager.Builder
 
setProxyPassword(Integer) - Method in class se.michaelthelin.spotify.SpotifyApi.Builder
The proxy password setter.
setProxyPort(Integer) - Method in class se.michaelthelin.spotify.SpotifyApi.Builder
The proxy port setter.
setProxyUrl(String) - Method in class se.michaelthelin.spotify.SpotifyApi.Builder
The proxy URL setter.
setProxyUsername(Integer) - Method in class se.michaelthelin.spotify.SpotifyApi.Builder
The proxy username setter.
setPublicAccess(Boolean) - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist.Builder
Set whether the playlist to be built is available in public or not.
setPublicAccess(Boolean) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified.Builder
Set whether the playlist to be built is available in public or not.
setPublisher(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
Set the publisher for the show to be built.
setPublisher(String) - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
Set the publisher for the show to be built.
setQueryParameter(String, ST) - Method in interface se.michaelthelin.spotify.requests.IRequest.Builder
 
setQueryParameter(String, X) - Method in class se.michaelthelin.spotify.requests.AbstractRequest.Builder
 
setQueue(List<IPlaylistItem>) - Method in class se.michaelthelin.spotify.model_objects.special.PlaybackQueue.Builder
The items that are in the user's queue for the upcoming playback setter.
setReason(String) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Restrictions.Builder
The restriction reason setter.
setRedirectUri(URI) - Method in class se.michaelthelin.spotify.SpotifyApi.Builder
The redirect URI setter.
setRefreshToken(String) - Method in class se.michaelthelin.spotify.model_objects.credentials.AuthorizationCodeCredentials.Builder
The refresh token setter.
setRefreshToken(String) - Method in class se.michaelthelin.spotify.SpotifyApi.Builder
The refresh token setter.
setRefreshToken(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Set the refresh token of the API object.
setReleaseDate(String) - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial.Builder
Set the release date of the album to be built.
setReleaseDate(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
Set the release date of the album to be built.
setReleaseDate(String) - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.Builder
Set the release date of the album to be built.
setReleaseDate(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
Set the release date for the episode to be built.
setReleaseDate(String) - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.Builder
Set the release date for the episode to be built.
setReleaseDatePrecision(ReleaseDatePrecision) - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial.Builder
Set the release date precision of the album to be built.
setReleaseDatePrecision(ReleaseDatePrecision) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
Set the release date precision of the album to be built.
setReleaseDatePrecision(ReleaseDatePrecision) - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.Builder
Set the release date precision of the album to be built.
setReleaseDatePrecision(ReleaseDatePrecision) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
Set the release date precision for the episode to be built.
setReleaseDatePrecision(ReleaseDatePrecision) - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.Builder
Set the release date precision for the episode to be built.
setRepeat_state(String) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
The repeat state setter.
setRepeatModeOnUsersPlayback(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Set the repeat mode for the user's playback.
SetRepeatModeOnUsersPlaybackRequest - Class in se.michaelthelin.spotify.requests.data.player
Set the repeat mode for the user’s playback.
SetRepeatModeOnUsersPlaybackRequest.Builder - Class in se.michaelthelin.spotify.requests.data.player
Builder class for building a SetRepeatModeOnUsersPlaybackRequest.
setRestrictions(Restrictions) - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.Builder
Set the restrictions of the album to be built.
setRestrictions(Restrictions) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
Set the restrictions object of the track to be built.
setResumePoint(ResumePoint) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
Set the user's most recent resume point for the episode to be built.
setResumePoint(ResumePoint) - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.Builder
Set the user's most recent resume point for the episode to be built.
setResumePositionMs(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.ResumePoint.Builder
Set the user’s most recent position in the episode in milliseconds.
setRetryAfter(int) - Method in exception class se.michaelthelin.spotify.exceptions.detailed.TooManyRequestsException
 
setRhythmString(String) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The rhythm string setter.
setRhythmVersion(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The rhythm string version setter.
setSampleMd5(String) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The sample MD5 setter.
setScheme(String) - Method in class se.michaelthelin.spotify.requests.AbstractRequest.Builder
 
setScheme(String) - Method in interface se.michaelthelin.spotify.requests.IRequest.Builder
 
setScheme(String) - Method in class se.michaelthelin.spotify.SpotifyApi.Builder
The scheme setter.
setScope(String) - Method in class se.michaelthelin.spotify.model_objects.credentials.AuthorizationCodeCredentials.Builder
The scopes setter.
setSections(AudioAnalysisSection[]) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis.Builder
The track sections setter.
setSeeds(RecommendationsSeed...) - Method in class se.michaelthelin.spotify.model_objects.specification.Recommendations.Builder
The recommendation seeds setter.
setSegments(AudioAnalysisSegment[]) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis.Builder
The track segments setter.
setShow(ShowSimplified) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
Set the show the episode to be built belongs on.
setShow(ShowSimplified) - Method in class se.michaelthelin.spotify.model_objects.specification.SavedShow.Builder
Set the full show object of the saved show to be built.
setShows(Paging<ShowSimplified>) - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
The shows setter.
setShuffle_state(Boolean) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
The shuffle state setter.
setSnapshotId(String) - Method in class se.michaelthelin.spotify.model_objects.special.SnapshotResult.Builder
 
setSnapshotId(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist.Builder
Set the version identifier for the playlist to be built.
setSnapshotId(String) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified.Builder
Set the version identifier for the playlist to be built.
setSocketTimeout(Integer) - Method in class se.michaelthelin.spotify.SpotifyHttpManager.Builder
 
setSpeechiness(Float) - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.Builder
Set the speechiness of the audio features object to be built.
setStart(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeasure.Builder
The start point setter.
setStartOfFadeOut(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The start of fade out setter.
setStatus(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.Error.Builder
The error HTTP status code setter.
setStatusCode(Integer) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta.Builder
The status code setter.
setSupports_volume(Boolean) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device.Builder
The supports volume state setter.
setSynchString(String) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The synch string setter.
setSynchVersion(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The synch string version setter.
setTatums(AudioAnalysisMeasure[]) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis.Builder
The track tatums setter.
setTempo(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
The tempo setter.
setTempo(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The estimated tempo setter.
setTempo(Float) - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.Builder
Set the tempo of the audio features object to be built.
setTempoConfidence(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
The tempo confidence setter.
setTempoConfidence(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The tempo confidence setter.
setText(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Copyright.Builder
The copyright text setter.
setTimbre(float[]) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment.Builder
The timbre setter.
setTimeSignature(Integer) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
The time signature setter.
setTimeSignature(Integer) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The time signature setter.
setTimeSignature(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.Builder
Set the time signature of the audio features object to be built.
setTimeSignatureConfidence(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection.Builder
The time signature confidence setter.
setTimeSignatureConfidence(Float) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The time signature confidence setter.
setTimestamp(Long) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta.Builder
The timestamp setter.
setTimestamp(Long) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying.Builder
The timestamp setter.
setTimestamp(Long) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
The timestamp setter.
setTokenType(String) - Method in class se.michaelthelin.spotify.model_objects.credentials.AuthorizationCodeCredentials.Builder
The access token type setter.
setTokenType(String) - Method in class se.michaelthelin.spotify.model_objects.credentials.ClientCredentials.Builder
The access token type setter.
setTotal(Integer) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.PlaylistTracksInformation.Builder
Set the total amount of tracks in the playlist.
setTotal(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.Followers.Builder
The follower count setter.
setTotal(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.Paging.Builder
The total amount setter.
setTotal(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.PagingCursorbased.Builder
The total amount setter.
setTotalTracks(Integer) - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial.Builder
Set the number of total tracks of the album to be built.
setTrack(IPlaylistItem) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistTrack.Builder
Set the full track or episode object of the playlist track to be built.
setTrack(AudioAnalysisTrack) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis.Builder
The track data setter.
setTrack(Track) - Method in class se.michaelthelin.spotify.model_objects.specification.PlayHistory.Builder
The track setter.
setTrack(Track) - Method in class se.michaelthelin.spotify.model_objects.specification.SavedTrack.Builder
Set the full track object of the saved track to be built.
setTrackHref(String) - Method in class se.michaelthelin.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 se.michaelthelin.spotify.model_objects.specification.Track.Builder
Set the track number of the track to be built.
setTrackNumber(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified.Builder
Set the track number of the track to be built.
setTracks(PlaylistTracksInformation) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified.Builder
Set some track information of the playlist to be built.
setTracks(Paging<PlaylistTrack>) - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist.Builder
Set the tracks of the playlist to be built.
setTracks(Paging<Track>) - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
The tracks setter.
setTracks(Paging<TrackSimplified>) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
Set the tracks of the album to be built.
setTracks(Track...) - Method in class se.michaelthelin.spotify.model_objects.specification.Recommendations.Builder
The recommended tracks setter.
setType(String) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device.Builder
The device type setter.
setType(CopyrightType) - Method in class se.michaelthelin.spotify.model_objects.specification.Copyright.Builder
The copyright type setter.
setType(ModelObjectType) - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial.Builder
Set the type of the model object.
setType(ModelObjectType) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
Set the type of the model object.
setType(ModelObjectType) - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.Builder
Set the type of the model object.
setType(ModelObjectType) - Method in class se.michaelthelin.spotify.model_objects.specification.Artist.Builder
Set the type of the model object.
setType(ModelObjectType) - Method in class se.michaelthelin.spotify.model_objects.specification.ArtistSimplified.Builder
Set the type of the model object.
setType(ModelObjectType) - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.Builder
Set the type of the model object.
setType(ModelObjectType) - Method in class se.michaelthelin.spotify.model_objects.specification.Context.Builder
The model object type setter.
setType(ModelObjectType) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
Set the type of model object.
setType(ModelObjectType) - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.Builder
Set the type of model object.
setType(ModelObjectType) - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist.Builder
Set the type of the model object.
setType(ModelObjectType) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified.Builder
Set the type of the model object.
setType(ModelObjectType) - Method in class se.michaelthelin.spotify.model_objects.specification.RecommendationsSeed.Builder
The model object type setter.
setType(ModelObjectType) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
Set the type of the model object.
setType(ModelObjectType) - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
Set the type of the model object.
setType(ModelObjectType) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
Set the type of the model object.
setType(ModelObjectType) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackLink.Builder
Set the type of the model object.
setType(ModelObjectType) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified.Builder
Set the type of the model object.
setType(ModelObjectType) - Method in class se.michaelthelin.spotify.model_objects.specification.User.Builder
Set the type of the model object.
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial.Builder
Set the Spotify album URI of the album to be built.
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.special.PlaylistTrackPosition.Builder
 
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Album.Builder
Set the Spotify album URI of the album to be built.
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.Builder
Set the Spotify album URI of the album to be built.
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Artist.Builder
Set the Spotify artist URI of the artist to be built.
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.ArtistSimplified.Builder
Set the Spotify artist URI of the artist to be built.
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.Builder
Set the Spotify URI of the audio feature objects track to be built.
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Context.Builder
The Spotify URI setter.
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Episode.Builder
Set the Spotify URI for the episode to be built.
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.Builder
Set the Spotify URI for the episode to be built.
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist.Builder
Set the Spotify URI of the playlist to be built.
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified.Builder
Set the Spotify URI of the playlist to be built.
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Show.Builder
Set the Spotify URI for the show to be built.
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
Set the Spotify URI for the show to be built.
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Track.Builder
Set Spotify URI of the track to be built.
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackLink.Builder
Set the Spotify URI of the track to be built.
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified.Builder
Set Spotify URI of the track to be built.
setUri(String) - Method in class se.michaelthelin.spotify.model_objects.specification.User.Builder
Set the Spotify URI of the user to be built.
setUrl(String) - Method in class se.michaelthelin.spotify.model_objects.specification.Image.Builder
The source URL setter.
setValence(Float) - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures.Builder
Set the valence of the audio features object to be built.
setVolume_percent(Integer) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device.Builder
The device volume setter.
setVolumeForUsersPlayback(int) - Method in class se.michaelthelin.spotify.SpotifyApi
Set the volume for the user's current playback device.
SetVolumeForUsersPlaybackRequest - Class in se.michaelthelin.spotify.requests.data.player
Set the volume for the user’s current playback device.
SetVolumeForUsersPlaybackRequest.Builder - Class in se.michaelthelin.spotify.requests.data.player
Builder class for building a SetVolumeForUsersPlaybackRequest.
setWidth(Integer) - Method in class se.michaelthelin.spotify.model_objects.specification.Image.Builder
The width setter.
setWindowSeconds(Integer) - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack.Builder
The window seconds setter.
Show - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Show objects by building instances from this class.
Show(Show.Builder) - Constructor for class se.michaelthelin.spotify.model_objects.specification.Show
 
SHOW - Enum constant in enum class se.michaelthelin.spotify.enums.ModelObjectType
 
show_dialog(boolean) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeUriRequest.Builder
The show dialog setter.
Show.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building Show instances.
Show.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building Show instances.
ShowSimplified - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about simplified Show objects by building instances from this class.
ShowSimplified(ShowSimplified.Builder) - Constructor for class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
 
ShowSimplified.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building ShowSimplified instances.
ShowSimplified.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building ShowSimplified instances.
SINGLE - Enum constant in enum class se.michaelthelin.spotify.enums.AlbumGroup
 
SINGLE - Enum constant in enum class se.michaelthelin.spotify.enums.AlbumType
 
SKIPPING_NEXT - Enum constant in enum class se.michaelthelin.spotify.enums.Action
 
SKIPPING_PREV - Enum constant in enum class se.michaelthelin.spotify.enums.Action
 
skipUsersPlaybackToNextTrack() - Method in class se.michaelthelin.spotify.SpotifyApi
Skips to next track in the user's queue.
SkipUsersPlaybackToNextTrackRequest - Class in se.michaelthelin.spotify.requests.data.player
Skips to next track in the user’s queue.
SkipUsersPlaybackToNextTrackRequest.Builder - Class in se.michaelthelin.spotify.requests.data.player
Builder class for building a SkipUsersPlaybackToNextTrackRequest.
skipUsersPlaybackToPreviousTrack() - Method in class se.michaelthelin.spotify.SpotifyApi
Skips to previous track in the user's queue.
SkipUsersPlaybackToPreviousTrackRequest - Class in se.michaelthelin.spotify.requests.data.player
Skips to previous track in the user’s queue.
SkipUsersPlaybackToPreviousTrackRequest.Builder - Class in se.michaelthelin.spotify.requests.data.player
Builder class for building a SkipUsersPlaybackToPreviousTrackRequest.
snapshot_id(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.ReorderPlaylistsItemsRequest.Builder
The playlist snapshot ID setter.
snapshotId - Variable in class se.michaelthelin.spotify.model_objects.special.SnapshotResult.Builder
 
snapshotId(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.RemoveItemsFromPlaylistRequest.Builder
The playlist snapshot ID setter.
SnapshotResult - Class in se.michaelthelin.spotify.model_objects.special
Retrieve information about Snapshot Result objects by building instances from this class.
SnapshotResult.Builder - Class in se.michaelthelin.spotify.model_objects.special
Builder class for building SnapshotResult instances.
SnapshotResult.JsonUtil - Class in se.michaelthelin.spotify.model_objects.special
JsonUtil class for building SnapshotResult instances.
SpotifyApi - Class in se.michaelthelin.spotify
Instances of the SpotifyApi class provide access to the Spotify Web API.
SpotifyApi.Builder - Class in se.michaelthelin.spotify
Builder class for building SpotifyApi instances.
SpotifyApiThreading - Class in se.michaelthelin.spotify
 
SpotifyApiThreading() - Constructor for class se.michaelthelin.spotify.SpotifyApiThreading
 
SpotifyHttpManager - Class in se.michaelthelin.spotify
 
SpotifyHttpManager(SpotifyHttpManager.Builder) - Constructor for class se.michaelthelin.spotify.SpotifyHttpManager
Construct a new SpotifyHttpManager instance.
SpotifyHttpManager.Builder - Class in se.michaelthelin.spotify
 
SpotifyHttpRequestRetryStrategy - Class in se.michaelthelin.spotify
Default implementation of the HttpRequestRetryStrategy interface.
SpotifyHttpRequestRetryStrategy() - Constructor for class se.michaelthelin.spotify.SpotifyHttpRequestRetryStrategy
Create the HTTP request retry strategy with a max retry count of 1, default retry interval of 1 second, and using the following list of non-retriable I/O exception classes:
InterruptedIOException UnknownHostException ConnectException ConnectionClosedException SSLException
SpotifyHttpRequestRetryStrategy(int, TimeValue) - Constructor for class se.michaelthelin.spotify.SpotifyHttpRequestRetryStrategy
Create the HTTP request retry strategy using the following list of non-retriable I/O exception classes:
InterruptedIOException UnknownHostException ConnectException ConnectionClosedException NoRouteToHostException SSLException
SpotifyHttpRequestRetryStrategy(int, TimeValue, Collection<Class<? extends IOException>>, Collection<Integer>) - Constructor for class se.michaelthelin.spotify.SpotifyHttpRequestRetryStrategy
 
SpotifyWebApiException - Exception Class in se.michaelthelin.spotify.exceptions
An exception happened, eg.
SpotifyWebApiException() - Constructor for exception class se.michaelthelin.spotify.exceptions.SpotifyWebApiException
 
SpotifyWebApiException(String) - Constructor for exception class se.michaelthelin.spotify.exceptions.SpotifyWebApiException
 
SpotifyWebApiException(String, Throwable) - Constructor for exception class se.michaelthelin.spotify.exceptions.SpotifyWebApiException
 
startResumeUsersPlayback() - Method in class se.michaelthelin.spotify.SpotifyApi
Start a new context or resume current playback on the user's active device.
StartResumeUsersPlaybackRequest - Class in se.michaelthelin.spotify.requests.data.player
Start a new context or resume current playback on the user’s active device.
StartResumeUsersPlaybackRequest.Builder - Class in se.michaelthelin.spotify.requests.data.player
Builder class for building a StartResumeUsersPlaybackRequest.
state(Boolean) - Method in class se.michaelthelin.spotify.requests.data.player.ToggleShuffleForUsersPlaybackRequest.Builder
The toggle state setter.
state(String) - Method in class se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeUriRequest.Builder
The state setter.
state(String) - Method in class se.michaelthelin.spotify.requests.data.player.SetRepeatModeOnUsersPlaybackRequest.Builder
The repeat state setter.
STREAMING - Enum constant in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 

T

target_acousticness(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The target acousticness setter.
target_danceability(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The target danceability setter.
target_duration_ms(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The target duration setter.
target_energy(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The target energy setter.
target_instrumentalness(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The target instrumentalness setter.
target_key(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The target key setter.
target_liveness(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The target liveness setter.
target_loudness(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The target loudness setter.
target_mode(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The target mode setter.
target_popularity(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The target popularity setter.
target_speechiness(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The target speechiness setter.
target_tempo(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The target tempo setter.
target_time_signature(Integer) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The target time signature setter.
target_valence(Float) - Method in class se.michaelthelin.spotify.requests.data.browse.GetRecommendationsRequest.Builder
The target valence setter.
THREAD_POOL - Static variable in class se.michaelthelin.spotify.SpotifyApiThreading
 
time_range(String) - Method in class se.michaelthelin.spotify.requests.data.personalization.GetUsersTopArtistsAndTracksRequest.Builder
The time range setter.
time_range(String) - Method in class se.michaelthelin.spotify.requests.data.personalization.simplified.GetUsersTopArtistsRequest.Builder
The time range setter.
time_range(String) - Method in class se.michaelthelin.spotify.requests.data.personalization.simplified.GetUsersTopTracksRequest.Builder
The time range setter.
timestamp(Date) - Method in class se.michaelthelin.spotify.requests.data.browse.GetListOfFeaturedPlaylistsRequest.Builder
The timestamp setter.
toggleShuffleForUsersPlayback(boolean) - Method in class se.michaelthelin.spotify.SpotifyApi
Toggle shuffle on or off for user's playback.
ToggleShuffleForUsersPlaybackRequest - Class in se.michaelthelin.spotify.requests.data.player
Toggle shuffle on or off for user’s playback.
ToggleShuffleForUsersPlaybackRequest.Builder - Class in se.michaelthelin.spotify.requests.data.player
Builder class for building a ToggleShuffleForUsersPlaybackRequest.
TOGGLING_REPEAT_CONTEXT - Enum constant in enum class se.michaelthelin.spotify.enums.Action
 
TOGGLING_REPEAT_TRACK - Enum constant in enum class se.michaelthelin.spotify.enums.Action
 
TOGGLING_SHUFFLE - Enum constant in enum class se.michaelthelin.spotify.enums.Action
 
TooManyRequestsException - Exception Class in se.michaelthelin.spotify.exceptions.detailed
Rate limiting has been applied.
TooManyRequestsException() - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.TooManyRequestsException
 
TooManyRequestsException(String) - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.TooManyRequestsException
 
TooManyRequestsException(String, int) - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.TooManyRequestsException
 
TooManyRequestsException(String, Throwable) - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.TooManyRequestsException
 
toString() - Method in class se.michaelthelin.spotify.model_objects.AbstractModelObject
Returns a String representation of this model object in the style:
toString() - Method in class se.michaelthelin.spotify.model_objects.credentials.AuthorizationCodeCredentials
 
toString() - Method in class se.michaelthelin.spotify.model_objects.credentials.ClientCredentials
 
toString() - Method in class se.michaelthelin.spotify.model_objects.credentials.error.AuthenticationError
 
toString() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis
 
toString() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeasure
 
toString() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeta
 
toString() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection
 
toString() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment
 
toString() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisTrack
 
toString() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying
 
toString() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
 
toString() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Device
 
toString() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.PlaylistTracksInformation
 
toString() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.Restrictions
 
toString() - Method in class se.michaelthelin.spotify.model_objects.miscellaneous.SavedEpisode
 
toString() - Method in class se.michaelthelin.spotify.model_objects.special.Actions
 
toString() - Method in class se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial
 
toString() - Method in class se.michaelthelin.spotify.model_objects.special.FeaturedPlaylists
 
toString() - Method in class se.michaelthelin.spotify.model_objects.special.PlaybackQueue
 
toString() - Method in class se.michaelthelin.spotify.model_objects.special.PlaylistTrackPosition
 
toString() - Method in class se.michaelthelin.spotify.model_objects.special.SearchResult
 
toString() - Method in class se.michaelthelin.spotify.model_objects.special.SnapshotResult
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.Album
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.Artist
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.ArtistSimplified
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.AudioFeatures
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.Category
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.Context
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.Copyright
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.Cursor
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.Disallows
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.Episode
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.Error
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.ExternalId
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.ExternalUrl
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.Followers
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.Image
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.Paging
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.PagingCursorbased
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.PlayHistory
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.Playlist
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.PlaylistTrack
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.Recommendations
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.RecommendationsSeed
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.ResumePoint
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.SavedAlbum
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.SavedShow
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.SavedTrack
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.Show
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.ShowSimplified
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.Track
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackLink
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.TrackSimplified
 
toString() - Method in class se.michaelthelin.spotify.model_objects.specification.User
 
Track - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Track objects by building instances from this class.
TRACK - Enum constant in enum class se.michaelthelin.spotify.enums.CurrentlyPlayingType
 
TRACK - Enum constant in enum class se.michaelthelin.spotify.enums.ModelObjectType
 
Track.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building Track instances.
Track.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building Track instances.
TrackLink - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about Track Link objects by building instances from this class.
TrackLink.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building TrackLink instances.
TrackLink.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building TrackLink instances.
tracks(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.playlists.RemoveItemsFromPlaylistRequest.Builder
The item URIs setter.
TrackSimplified - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about simplified Track objects by building instances from this class.
TrackSimplified.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building TrackSimplified instances.
TrackSimplified.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building TrackSimplified instances.
TRANSFERRING_PLAYBACK - Enum constant in enum class se.michaelthelin.spotify.enums.Action
 
transferUsersPlayback(JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
Transfer playback to a new device and determine if it should start playing.
TransferUsersPlaybackRequest - Class in se.michaelthelin.spotify.requests.data.player
Transfer playback to a new device and determine if it should start playing.
TransferUsersPlaybackRequest.Builder - Class in se.michaelthelin.spotify.requests.data.player
Builder class for building a TransferUsersPlaybackRequest.
type - Variable in enum class se.michaelthelin.spotify.enums.AlbumType
 
type - Variable in enum class se.michaelthelin.spotify.enums.CopyrightType
 
type - Variable in enum class se.michaelthelin.spotify.enums.ModelObjectType
 
type - Variable in enum class se.michaelthelin.spotify.enums.ProductType
 
type(String) - Method in class se.michaelthelin.spotify.requests.data.search.SearchItemRequest.Builder
The type setter.
type(ModelObjectType) - Method in class se.michaelthelin.spotify.requests.data.follow.CheckCurrentUserFollowsArtistsOrUsersRequest.Builder
The ID type setter.
type(ModelObjectType) - Method in class se.michaelthelin.spotify.requests.data.follow.FollowArtistsOrUsersRequest.Builder
The type setter.
type(ModelObjectType) - Method in class se.michaelthelin.spotify.requests.data.follow.GetUsersFollowedArtistsRequest.Builder
The type setter.
type(ModelObjectType) - Method in class se.michaelthelin.spotify.requests.data.follow.UnfollowArtistsOrUsersRequest.Builder
The ID type setter.
type(ModelObjectType) - Method in class se.michaelthelin.spotify.requests.data.personalization.GetUsersTopArtistsAndTracksRequest.Builder
The model object type setter.

U

UGC_IMAGE_UPLOAD - Enum constant in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 
UnauthorizedException - Exception Class in se.michaelthelin.spotify.exceptions.detailed
The request requires user authorization or, if the request included authorization credentials, authorization has been refused for those credentials.
UnauthorizedException() - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.UnauthorizedException
 
UnauthorizedException(String) - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.UnauthorizedException
 
UnauthorizedException(String, Throwable) - Constructor for exception class se.michaelthelin.spotify.exceptions.detailed.UnauthorizedException
 
unfollowArtistsOrUsers(ModelObjectType, JsonArray) - Method in class se.michaelthelin.spotify.SpotifyApi
Remove the current user as a follower of one or more artists or other Spotify users.
unfollowArtistsOrUsers(ModelObjectType, String[]) - Method in class se.michaelthelin.spotify.SpotifyApi
Remove the current user as a follower of one or more artists or other Spotify users.
UnfollowArtistsOrUsersRequest - Class in se.michaelthelin.spotify.requests.data.follow
Remove the current user as a follower of one or more artists or other Spotify users.
UnfollowArtistsOrUsersRequest.Builder - Class in se.michaelthelin.spotify.requests.data.follow
Builder class for building an UnfollowArtistsOrUsersRequest.
unfollowPlaylist(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Remove the current user as a follower of a playlist.
unfollowPlaylist(String, String) - Method in class se.michaelthelin.spotify.SpotifyApi
Remove the specified user as a follower of a playlist.
UnfollowPlaylistRequest - Class in se.michaelthelin.spotify.requests.data.follow.legacy
Remove the specified user as a follower of a playlist.
UnfollowPlaylistRequest - Class in se.michaelthelin.spotify.requests.data.follow
Remove the current user as a follower of a playlist.
UnfollowPlaylistRequest.Builder - Class in se.michaelthelin.spotify.requests.data.follow.legacy
Builder class for building an UnfollowPlaylistRequest.
UnfollowPlaylistRequest.Builder - Class in se.michaelthelin.spotify.requests.data.follow
Builder class for building an UnfollowPlaylistRequest.
UNKNOWN - Enum constant in enum class se.michaelthelin.spotify.enums.CurrentlyPlayingType
 
uploadCustomPlaylistCoverImage(String) - Method in class se.michaelthelin.spotify.SpotifyApi
Replace the image used to represent a specific playlist.
UploadCustomPlaylistCoverImageRequest - Class in se.michaelthelin.spotify.requests.data.playlists
Replace the image used to represent a specific playlist.
UploadCustomPlaylistCoverImageRequest.Builder - Class in se.michaelthelin.spotify.requests.data.playlists
Builder class for building an UploadCustomPlaylistCoverImageRequest.
uri(String) - Method in class se.michaelthelin.spotify.requests.data.player.AddItemToUsersPlaybackQueueRequest.Builder
The uri setter.
uris(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.player.StartResumeUsersPlaybackRequest.Builder
The URI setter.
uris(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.playlists.AddItemsToPlaylistRequest.Builder
The item URIs setter.
uris(JsonArray) - Method in class se.michaelthelin.spotify.requests.data.playlists.ReplacePlaylistsItemsRequest.Builder
The item URIs setter.
uris(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.AddItemsToPlaylistRequest.Builder
The item URIs setter.
uris(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.ReplacePlaylistsItemsRequest.Builder
The item URIs setter.
User - Class in se.michaelthelin.spotify.model_objects.specification
Retrieve information about User objects by building instances from this class.
USER - Enum constant in enum class se.michaelthelin.spotify.enums.ModelObjectType
 
USER_FOLLOW_MODIFY - Enum constant in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 
USER_FOLLOW_READ - Enum constant in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 
user_id(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.CreatePlaylistRequest.Builder
The user ID setter.
user_id(String) - Method in class se.michaelthelin.spotify.requests.data.playlists.GetListOfUsersPlaylistsRequest.Builder
The user ID setter.
user_id(String) - Method in class se.michaelthelin.spotify.requests.data.users_profile.GetUsersProfileRequest.Builder
The user ID setter.
USER_LIBRARY_MODIFY - Enum constant in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 
USER_LIBRARY_READ - Enum constant in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 
USER_MODIFY_PLAYBACK_STATE - Enum constant in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 
USER_READ_CURRENTLY_PLAYING - Enum constant in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 
USER_READ_EMAIL - Enum constant in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 
USER_READ_PLAYBACK_POSITION - Enum constant in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 
USER_READ_PLAYBACK_STATE - Enum constant in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 
USER_READ_PRIVATE - Enum constant in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 
USER_READ_RECENTLY_PLAYED - Enum constant in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 
USER_TOP_READ - Enum constant in enum class se.michaelthelin.spotify.enums.AuthorizationScope
 
User.Builder - Class in se.michaelthelin.spotify.model_objects.specification
Builder class for building User instances.
User.JsonUtil - Class in se.michaelthelin.spotify.model_objects.specification
JsonUtil class for building User instances.

V

valueOf(String) - Static method in enum class se.michaelthelin.spotify.enums.Action
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class se.michaelthelin.spotify.enums.AlbumGroup
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class se.michaelthelin.spotify.enums.AlbumType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class se.michaelthelin.spotify.enums.AuthorizationScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class se.michaelthelin.spotify.enums.CopyrightType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class se.michaelthelin.spotify.enums.CurrentlyPlayingType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class se.michaelthelin.spotify.enums.Modality
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class se.michaelthelin.spotify.enums.ModelObjectType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class se.michaelthelin.spotify.enums.ProductType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class se.michaelthelin.spotify.enums.ReleaseDatePrecision
Returns the enum constant of this class with the specified name.
values() - Static method in enum class se.michaelthelin.spotify.enums.Action
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class se.michaelthelin.spotify.enums.AlbumGroup
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class se.michaelthelin.spotify.enums.AlbumType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class se.michaelthelin.spotify.enums.AuthorizationScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class se.michaelthelin.spotify.enums.CopyrightType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class se.michaelthelin.spotify.enums.CurrentlyPlayingType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class se.michaelthelin.spotify.enums.Modality
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class se.michaelthelin.spotify.enums.ModelObjectType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class se.michaelthelin.spotify.enums.ProductType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class se.michaelthelin.spotify.enums.ReleaseDatePrecision
Returns an array containing the constants of this enum class, in the order they are declared.
volume_percent(Integer) - Method in class se.michaelthelin.spotify.requests.data.player.SetVolumeForUsersPlaybackRequest.Builder
The volume percentage setter.

Y

YEAR - Enum constant in enum class se.michaelthelin.spotify.enums.ReleaseDatePrecision
 
A B C D E F G H I J K L M N O P Q R S T U V Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form