Uses of Class
com.wrapper.spotify.model_objects.specification.AlbumSimplified
-
-
Uses of AlbumSimplified in com.wrapper.spotify.model_objects.special
Methods in com.wrapper.spotify.model_objects.special that return types with arguments of type AlbumSimplified Modifier and Type Method Description Paging<AlbumSimplified>SearchResult. getAlbums()Get the album objects contained in the search result object.Method parameters in com.wrapper.spotify.model_objects.special with type arguments of type AlbumSimplified Modifier and Type Method Description SearchResult.BuilderSearchResult.Builder. setAlbums(Paging<AlbumSimplified> albums)The albums setter. -
Uses of AlbumSimplified in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.spotify.model_objects.specification that return AlbumSimplified Modifier and Type Method Description AlbumSimplifiedAlbumSimplified.Builder. build()AlbumSimplifiedAlbumSimplified.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)AlbumSimplifiedTrack. getAlbum()Get the album on which the track appears.Methods in com.wrapper.spotify.model_objects.specification with parameters of type AlbumSimplified Modifier and Type Method Description Track.BuilderTrack.Builder. setAlbum(AlbumSimplified album)Set the album of the track to be built. -
Uses of AlbumSimplified in com.wrapper.spotify.requests.data.artists
Methods in com.wrapper.spotify.requests.data.artists that return types with arguments of type AlbumSimplified Modifier and Type Method Description Paging<AlbumSimplified>GetArtistsAlbumsRequest. execute()Get theAlbumSimplifiedobjects. -
Uses of AlbumSimplified in com.wrapper.spotify.requests.data.browse
Methods in com.wrapper.spotify.requests.data.browse that return types with arguments of type AlbumSimplified Modifier and Type Method Description Paging<AlbumSimplified>GetListOfNewReleasesRequest. execute()Get a paging of newAlbumSimplifiedreleases. -
Uses of AlbumSimplified in com.wrapper.spotify.requests.data.search.simplified
Methods in com.wrapper.spotify.requests.data.search.simplified that return types with arguments of type AlbumSimplified Modifier and Type Method Description Paging<AlbumSimplified>SearchAlbumsRequest. execute()Search for albums.
-