public class MailLabelSimple extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
MailLabelSimple.ColorEnum
Hexadecimal string representing label color, in RGB format
|
| Constructor and Description |
|---|
MailLabelSimple() |
| Modifier and Type | Method and Description |
|---|---|
MailLabelSimple |
color(MailLabelSimple.ColorEnum color) |
boolean |
equals(Object o) |
MailLabelSimple.ColorEnum |
getColor()
Hexadecimal string representing label color, in RGB format
|
String |
getName()
name string
|
int |
hashCode() |
MailLabelSimple |
name(String name) |
void |
setColor(MailLabelSimple.ColorEnum color) |
void |
setName(String name) |
String |
toString() |
public MailLabelSimple color(MailLabelSimple.ColorEnum color)
public MailLabelSimple.ColorEnum getColor()
public void setColor(MailLabelSimple.ColorEnum color)
public MailLabelSimple name(String name)
public String getName()
public void setName(String name)
Copyright © 2019. All Rights Reserved.