Uses of Class
se.michaelthelin.spotify.model_objects.special.SearchResult.Builder
Packages that use SearchResult.Builder
- 
Uses of SearchResult.Builder in se.michaelthelin.spotify.model_objects.special
Methods in se.michaelthelin.spotify.model_objects.special that return SearchResult.BuilderModifier and TypeMethodDescriptionSearchResult.builder()SearchResult.Builder.setAlbums(Paging<AlbumSimplified> albums) The albums setter.SearchResult.Builder.setArtists(Paging<Artist> artists) The artists setter.SearchResult.Builder.setEpisodes(Paging<EpisodeSimplified> episodes) The episodes setter.SearchResult.Builder.setPlaylists(Paging<PlaylistSimplified> playlists) The playlists setter.SearchResult.Builder.setShows(Paging<ShowSimplified> shows) The shows setter.The tracks setter.