Uses of Enum
org.hihn.listenbrainz.CreateCoverArtGrid.BackgroundEnum
Packages that use CreateCoverArtGrid.BackgroundEnum
-
Uses of CreateCoverArtGrid.BackgroundEnum in org.hihn.listenbrainz
Methods in org.hihn.listenbrainz that return CreateCoverArtGrid.BackgroundEnumModifier and TypeMethodDescriptionCreateCoverArtGrid.getBackground()
The background for the cover art.CreateCoverArtGrid.BackgroundEnum.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.static CreateCoverArtGrid.BackgroundEnum[]
CreateCoverArtGrid.BackgroundEnum.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 CreateCoverArtGrid.BackgroundEnumModifier and TypeMethodDescriptionCreateCoverArtGrid.background
(CreateCoverArtGrid.BackgroundEnum background) void
CreateCoverArtGrid.setBackground
(CreateCoverArtGrid.BackgroundEnum background) void
CreateCoverArtGrid.BackgroundEnum.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, CreateCoverArtGrid.BackgroundEnum enumeration)