Uses of Class
org.hihn.listenbrainz.ReleaseGroupsInner
Packages that use ReleaseGroupsInner
-
Uses of ReleaseGroupsInner in org.hihn.listenbrainz
Methods in org.hihn.listenbrainz that return ReleaseGroupsInnerModifier and TypeMethodDescriptionReleaseGroupsInner.addArtistMbidsItem
(UUID artistMbidsItem) ReleaseGroupsInner.addArtistsItem
(ReleaseGroupsInnerArtistsInner artistsItem) ReleaseGroupsInner.artistMbids
(List<UUID> artistMbids) ReleaseGroupsInner.artistName
(String artistName) ReleaseGroupsInner.artists
(List<ReleaseGroupsInnerArtistsInner> artists) ReleaseGroupsInner.caaReleaseMbid
(UUID caaReleaseMbid) static ReleaseGroupsInner
Create an instance of ReleaseGroupsInner given an JSON stringReleaseGroupsInner.listenCount
(Integer listenCount) ReleaseGroupsInner.releaseGroupMbid
(UUID releaseGroupMbid) ReleaseGroupsInner.releaseGroupName
(String releaseGroupName) Methods in org.hihn.listenbrainz that return types with arguments of type ReleaseGroupsInnerModifier and TypeMethodDescriptionSitewideTopReleaseGroupsPayload.getReleaseGroups()
Get releaseGroupsTopReleaseGroupsForUserPayload.getReleaseGroups()
Get releaseGroupsYearInMusicForUserPayloadData.getTopReleaseGroups()
Get topReleaseGroupsMethods in org.hihn.listenbrainz with parameters of type ReleaseGroupsInnerModifier and TypeMethodDescriptionSitewideTopReleaseGroupsPayload.addReleaseGroupsItem
(ReleaseGroupsInner releaseGroupsItem) TopReleaseGroupsForUserPayload.addReleaseGroupsItem
(ReleaseGroupsInner releaseGroupsItem) YearInMusicForUserPayloadData.addTopReleaseGroupsItem
(ReleaseGroupsInner topReleaseGroupsItem) Method parameters in org.hihn.listenbrainz with type arguments of type ReleaseGroupsInnerModifier and TypeMethodDescriptionSitewideTopReleaseGroupsPayload.releaseGroups
(List<ReleaseGroupsInner> releaseGroups) TopReleaseGroupsForUserPayload.releaseGroups
(List<ReleaseGroupsInner> releaseGroups) void
SitewideTopReleaseGroupsPayload.setReleaseGroups
(List<ReleaseGroupsInner> releaseGroups) void
TopReleaseGroupsForUserPayload.setReleaseGroups
(List<ReleaseGroupsInner> releaseGroups) void
YearInMusicForUserPayloadData.setTopReleaseGroups
(List<ReleaseGroupsInner> topReleaseGroups) YearInMusicForUserPayloadData.topReleaseGroups
(List<ReleaseGroupsInner> topReleaseGroups)