| Package | Description |
|---|---|
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
static MailLabelSimple.ColorEnum |
MailLabelSimple.ColorEnum.fromValue(String value) |
MailLabelSimple.ColorEnum |
MailLabelSimple.getColor()
Hexadecimal string representing label color, in RGB format
|
MailLabelSimple.ColorEnum |
MailLabelSimple.ColorEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static MailLabelSimple.ColorEnum |
MailLabelSimple.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.
|
| Modifier and Type | Method and Description |
|---|---|
MailLabelSimple |
MailLabelSimple.color(MailLabelSimple.ColorEnum colorEnum) |
void |
MailLabelSimple.setColor(MailLabelSimple.ColorEnum colorEnum) |
void |
MailLabelSimple.ColorEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
MailLabelSimple.ColorEnum enumeration) |
Copyright © 2023. All Rights Reserved.