Uses of Class
net.troja.eve.esi.model.MailLabel
-
Packages that use MailLabel Package Description net.troja.eve.esi.model -
-
Uses of MailLabel in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return MailLabel Modifier and Type Method Description MailLabelMailLabel. color(MailLabel.ColorEnum colorEnum)MailLabelMailLabel. colorString(String color)MailLabelMailLabel. labelId(Integer labelId)MailLabelMailLabel. name(String name)MailLabelMailLabel. unreadCount(Integer unreadCount)Methods in net.troja.eve.esi.model that return types with arguments of type MailLabel Modifier and Type Method Description List<MailLabel>MailLabelsResponse. getLabels()labels arrayMethods in net.troja.eve.esi.model with parameters of type MailLabel Modifier and Type Method Description MailLabelsResponseMailLabelsResponse. addLabelsItem(MailLabel labelsItem)Method parameters in net.troja.eve.esi.model with type arguments of type MailLabel Modifier and Type Method Description MailLabelsResponseMailLabelsResponse. labels(List<MailLabel> labels)voidMailLabelsResponse. setLabels(List<MailLabel> labels)
-