Uses of Class
se.michaelthelin.spotify.SpotifyApi.Builder
-
Uses of SpotifyApi.Builder in se.michaelthelin.spotify
Modifier and TypeMethodDescriptionstatic SpotifyApi.Builder
SpotifyApi.builder()
Create a builder for building a new Spotify API instance.SpotifyApi.Builder.setAccessToken
(String accessToken) The access token setter.SpotifyApi.Builder.setClientId
(String clientId) The client ID setter.SpotifyApi.Builder.setClientSecret
(String clientSecret) The client secret setter.The Spotify API host setter.SpotifyApi.Builder.setHttpManager
(IHttpManager httpManager) The HttpManager setter.The Spotify API port setter.SpotifyApi.Builder.setProxyPassword
(Integer proxyPassword) The proxy password setter.SpotifyApi.Builder.setProxyPort
(Integer proxyPort) The proxy port setter.SpotifyApi.Builder.setProxyUrl
(String proxyUrl) The proxy URL setter.SpotifyApi.Builder.setProxyUsername
(Integer proxyUsername) The proxy username setter.SpotifyApi.Builder.setRedirectUri
(URI redirectUri) The redirect URI setter.SpotifyApi.Builder.setRefreshToken
(String refreshToken) The refresh token setter.The scheme setter.