Uses of Class
com.wrapper.spotify.requests.data.albums.GetSeveralAlbumsRequest.Builder
-
Packages that use GetSeveralAlbumsRequest.Builder Package Description com.wrapper.spotify com.wrapper.spotify.requests.data.albums -
-
Uses of GetSeveralAlbumsRequest.Builder in com.wrapper.spotify
Methods in com.wrapper.spotify that return GetSeveralAlbumsRequest.Builder Modifier and Type Method Description GetSeveralAlbumsRequest.BuilderSpotifyApi. getSeveralAlbums(String... ids)Get multiple albums. -
Uses of GetSeveralAlbumsRequest.Builder in com.wrapper.spotify.requests.data.albums
Methods in com.wrapper.spotify.requests.data.albums that return GetSeveralAlbumsRequest.Builder Modifier and Type Method Description GetSeveralAlbumsRequest.BuilderGetSeveralAlbumsRequest.Builder. ids(String ids)The IDs query parameter setter.GetSeveralAlbumsRequest.BuilderGetSeveralAlbumsRequest.Builder. market(com.neovisionaries.i18n.CountryCode market)The market query parameter setter.
-