Uses of Enum
org.hihn.listenbrainz.AllowedStatisticsRange
Packages that use AllowedStatisticsRange
-
Uses of AllowedStatisticsRange in org.hihn.listenbrainz
Methods in org.hihn.listenbrainz that return AllowedStatisticsRangeModifier and TypeMethodDescriptionstatic AllowedStatisticsRange
AllowedStatisticsRange.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static AllowedStatisticsRange
Returns the enum constant of this type with the specified name.static AllowedStatisticsRange[]
AllowedStatisticsRange.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hihn.listenbrainz with parameters of type AllowedStatisticsRangeModifier and TypeMethodDescriptionLbArtApi.createCoverArtGridForUser
(String userName, AllowedStatisticsRange timeRange, Integer dimension, Integer layout, Integer imageSize) Create a cover art grid SVG file from the stats of a given user.LbArtApi.createCustomCoverArt
(CoverTypes customName, String userName, AllowedStatisticsRange timeRange, Integer imageSize) Create a custom cover art SVG file from the stats of a given user.LbStatsApi.APIartistMapForUserRequest.range
(AllowedStatisticsRange range) Set rangeLbStatsApi.APIdailyActivityForUserRequest.range
(AllowedStatisticsRange range) Set rangeLbStatsApi.APIlistenersForArtistRequest.range
(AllowedStatisticsRange range) Set rangeLbStatsApi.APIlistenersForReleaseGroupRequest.range
(AllowedStatisticsRange range) Set rangeLbStatsApi.APIlisteningActivityForUserRequest.range
(AllowedStatisticsRange range) Set rangeLbStatsApi.APIsitewideArtistMapRequest.range
(AllowedStatisticsRange range) Set rangeLbStatsApi.APIsitewideListeningActivityRequest.range
(AllowedStatisticsRange range) Set rangeLbStatsApi.APIsitewideTopArtistsRequest.range
(AllowedStatisticsRange range) Set rangeLbStatsApi.APIsitewideTopRecordingsRequest.range
(AllowedStatisticsRange range) Set rangeLbStatsApi.APIsitewideTopReleaseGroupsRequest.range
(AllowedStatisticsRange range) Set rangeLbStatsApi.APIsitewideTopReleasesRequest.range
(AllowedStatisticsRange range) Set rangeLbStatsApi.APItopArtistsForUserRequest.range
(AllowedStatisticsRange range) Set rangeLbStatsApi.APItopRecordingsForUserRequest.range
(AllowedStatisticsRange range) Set rangeLbStatsApi.APItopReleaseGroupsForUserRequest.range
(AllowedStatisticsRange range) Set rangeLbStatsApi.APItopReleasesForUserRequest.range
(AllowedStatisticsRange range) Set rangevoid
AllowedStatisticsRange.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, AllowedStatisticsRange enumeration)