Uses of Class
com.wrapper.spotify.requests.data.albums.GetAlbumRequest.Builder
-
Packages that use GetAlbumRequest.Builder Package Description com.wrapper.spotify com.wrapper.spotify.requests.data.albums -
-
Uses of GetAlbumRequest.Builder in com.wrapper.spotify
Methods in com.wrapper.spotify that return GetAlbumRequest.Builder Modifier and Type Method Description GetAlbumRequest.BuilderSpotifyApi. getAlbum(String id)Returns an album with the ID given below. -
Uses of GetAlbumRequest.Builder in com.wrapper.spotify.requests.data.albums
Methods in com.wrapper.spotify.requests.data.albums that return GetAlbumRequest.Builder Modifier and Type Method Description GetAlbumRequest.BuilderGetAlbumRequest.Builder. id(String id)The ID path parameter setter.GetAlbumRequest.BuilderGetAlbumRequest.Builder. market(com.neovisionaries.i18n.CountryCode market)The market query parameter setter.
-