Uses of Class
org.hihn.listenbrainz.TopArtistsForUserPayloadArtistsInner
Packages that use TopArtistsForUserPayloadArtistsInner
-
Uses of TopArtistsForUserPayloadArtistsInner in org.hihn.listenbrainz
Methods in org.hihn.listenbrainz that return TopArtistsForUserPayloadArtistsInnerModifier and TypeMethodDescriptionTopArtistsForUserPayloadArtistsInner.artistMbid
(UUID artistMbid) TopArtistsForUserPayloadArtistsInner.artistName
(String artistName) Create an instance of TopArtistsForUserPayloadArtistsInner given an JSON stringTopArtistsForUserPayloadArtistsInner.listenCount
(Integer listenCount) Methods in org.hihn.listenbrainz that return types with arguments of type TopArtistsForUserPayloadArtistsInnerModifier and TypeMethodDescriptionArtistMapForUserPayloadArtistMapInner.getArtists()
Get artistsSitewideTopArtistsPayload.getArtists()
Get artistsTopArtistsForUserPayload.getArtists()
Get artistsYearInMusicForUserPayloadData.getTopArtists()
Get topArtistsMethods in org.hihn.listenbrainz with parameters of type TopArtistsForUserPayloadArtistsInnerModifier and TypeMethodDescriptionArtistMapForUserPayloadArtistMapInner.addArtistsItem
(TopArtistsForUserPayloadArtistsInner artistsItem) SitewideTopArtistsPayload.addArtistsItem
(TopArtistsForUserPayloadArtistsInner artistsItem) TopArtistsForUserPayload.addArtistsItem
(TopArtistsForUserPayloadArtistsInner artistsItem) YearInMusicForUserPayloadData.addTopArtistsItem
(TopArtistsForUserPayloadArtistsInner topArtistsItem) Method parameters in org.hihn.listenbrainz with type arguments of type TopArtistsForUserPayloadArtistsInnerModifier and TypeMethodDescriptionArtistMapForUserPayloadArtistMapInner.artists
(List<TopArtistsForUserPayloadArtistsInner> artists) SitewideTopArtistsPayload.artists
(List<TopArtistsForUserPayloadArtistsInner> artists) TopArtistsForUserPayload.artists
(List<TopArtistsForUserPayloadArtistsInner> artists) void
ArtistMapForUserPayloadArtistMapInner.setArtists
(List<TopArtistsForUserPayloadArtistsInner> artists) void
SitewideTopArtistsPayload.setArtists
(List<TopArtistsForUserPayloadArtistsInner> artists) void
TopArtistsForUserPayload.setArtists
(List<TopArtistsForUserPayloadArtistsInner> artists) void
YearInMusicForUserPayloadData.setTopArtists
(List<TopArtistsForUserPayloadArtistsInner> topArtists) YearInMusicForUserPayloadData.topArtists
(List<TopArtistsForUserPayloadArtistsInner> topArtists)