Uses of Class
net.troja.eve.esi.model.MailLabel.ColorEnum
-
Packages that use MailLabel.ColorEnum Package Description net.troja.eve.esi.model -
-
Uses of MailLabel.ColorEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return MailLabel.ColorEnum Modifier and Type Method Description static MailLabel.ColorEnumMailLabel.ColorEnum. fromValue(String value)MailLabel.ColorEnumMailLabel. getColor()color stringMailLabel.ColorEnumMailLabel.ColorEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static MailLabel.ColorEnumMailLabel.ColorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MailLabel.ColorEnum[]MailLabel.ColorEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.troja.eve.esi.model with parameters of type MailLabel.ColorEnum Modifier and Type Method Description MailLabelMailLabel. color(MailLabel.ColorEnum colorEnum)voidMailLabel. setColor(MailLabel.ColorEnum colorEnum)voidMailLabel.ColorEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, MailLabel.ColorEnum enumeration)
-