Uses of Class
com.wrapper.spotify.SpotifyApi.Builder
-
Packages that use SpotifyApi.Builder Package Description com.wrapper.spotify -
-
Uses of SpotifyApi.Builder in com.wrapper.spotify
Methods in com.wrapper.spotify that return SpotifyApi.Builder Modifier and Type Method Description static SpotifyApi.BuilderSpotifyApi. builder()Create a builder for building a new Spotify API instance.SpotifyApi.BuilderSpotifyApi.Builder. setAccessToken(String accessToken)The access token setter.SpotifyApi.BuilderSpotifyApi.Builder. setClientId(String clientId)The client ID setter.SpotifyApi.BuilderSpotifyApi.Builder. setClientSecret(String clientSecret)The client secret setter.SpotifyApi.BuilderSpotifyApi.Builder. setHost(String host)The Spotify API host setter.SpotifyApi.BuilderSpotifyApi.Builder. setHttpManager(IHttpManager httpManager)The HttpManager setter.SpotifyApi.BuilderSpotifyApi.Builder. setPort(Integer port)The Spotify API port setter.SpotifyApi.BuilderSpotifyApi.Builder. setProxyPassword(Integer proxyPassword)The proxy password setter.SpotifyApi.BuilderSpotifyApi.Builder. setProxyPort(Integer proxyPort)The proxy port setter.SpotifyApi.BuilderSpotifyApi.Builder. setProxyUrl(String proxyUrl)The proxy URL setter.SpotifyApi.BuilderSpotifyApi.Builder. setProxyUsername(Integer proxyUsername)The proxy username setter.SpotifyApi.BuilderSpotifyApi.Builder. setRedirectUri(URI redirectUri)The redirect URI setter.SpotifyApi.BuilderSpotifyApi.Builder. setRefreshToken(String refreshToken)The refresh token setter.SpotifyApi.BuilderSpotifyApi.Builder. setScheme(String scheme)The scheme setter.
-