Uses of Class
net.troja.eve.esi.model.MailLabelSimple.ColorEnum
-
Packages that use MailLabelSimple.ColorEnum Package Description net.troja.eve.esi.model -
-
Uses of MailLabelSimple.ColorEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return MailLabelSimple.ColorEnum Modifier and Type Method Description static MailLabelSimple.ColorEnumMailLabelSimple.ColorEnum. fromValue(String value)MailLabelSimple.ColorEnumMailLabelSimple. getColor()Hexadecimal string representing label color, in RGB formatMailLabelSimple.ColorEnumMailLabelSimple.ColorEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static MailLabelSimple.ColorEnumMailLabelSimple.ColorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MailLabelSimple.ColorEnum[]MailLabelSimple.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 MailLabelSimple.ColorEnum Modifier and Type Method Description MailLabelSimpleMailLabelSimple. color(MailLabelSimple.ColorEnum colorEnum)voidMailLabelSimple. setColor(MailLabelSimple.ColorEnum colorEnum)voidMailLabelSimple.ColorEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, MailLabelSimple.ColorEnum enumeration)
-