Uses of Class
com.wrapper.spotify.model_objects.specification.Artist
-
-
Uses of Artist in com.wrapper.spotify.model_objects.special
Methods in com.wrapper.spotify.model_objects.special that return types with arguments of type Artist Modifier and Type Method Description Paging<Artist>SearchResult. getArtists()Get the artist objects contained in the search result object.Method parameters in com.wrapper.spotify.model_objects.special with type arguments of type Artist Modifier and Type Method Description SearchResult.BuilderSearchResult.Builder. setArtists(Paging<Artist> artists)The artists setter. -
Uses of Artist in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.spotify.model_objects.specification that return Artist Modifier and Type Method Description ArtistArtist.Builder. build()ArtistArtist.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject) -
Uses of Artist in com.wrapper.spotify.requests.data.artists
Methods in com.wrapper.spotify.requests.data.artists that return Artist Modifier and Type Method Description ArtistGetArtistRequest. execute()Get anArtist.Artist[]GetArtistsRelatedArtistsRequest. execute()Get the relatedArtistobjects.Artist[]GetSeveralArtistsRequest. execute()Get severalArtistobjects. -
Uses of Artist in com.wrapper.spotify.requests.data.follow
Methods in com.wrapper.spotify.requests.data.follow that return types with arguments of type Artist Modifier and Type Method Description PagingCursorbased<Artist>GetUsersFollowedArtistsRequest. execute()Get a list of artists the user is following. -
Uses of Artist in com.wrapper.spotify.requests.data.personalization.simplified
Methods in com.wrapper.spotify.requests.data.personalization.simplified that return types with arguments of type Artist Modifier and Type Method Description Paging<Artist>GetUsersTopArtistsRequest. execute()Get an user's top artists. -
Uses of Artist in com.wrapper.spotify.requests.data.search.simplified
Methods in com.wrapper.spotify.requests.data.search.simplified that return types with arguments of type Artist Modifier and Type Method Description Paging<Artist>SearchArtistsRequest. execute()Search for artists.
-