Uses of Enum
org.hihn.listenbrainz.AllowedRatings
Packages that use AllowedRatings
-
Uses of AllowedRatings in org.hihn.listenbrainz
Methods in org.hihn.listenbrainz that return AllowedRatingsModifier and TypeMethodDescriptionstatic AllowedRatings
SubmitFeedbackRequest.getRating()
Get ratingAllowedRatings.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static AllowedRatings
Returns the enum constant of this type with the specified name.static AllowedRatings[]
AllowedRatings.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 AllowedRatingsModifier and TypeMethodDescriptionSubmitFeedbackRequest.rating
(AllowedRatings rating) void
SubmitFeedbackRequest.setRating
(AllowedRatings rating) void
AllowedRatings.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, AllowedRatings enumeration)