Uses of Class
net.troja.eve.esi.model.MailLabelSimple
-
Packages that use MailLabelSimple Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of MailLabelSimple in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api with parameters of type MailLabelSimple Modifier and Type Method Description IntegerMailApi. postCharactersCharacterIdMailLabels(Integer characterId, MailLabelSimple label, String datasource, String token)Create a mail label Create a mail label --- SSO Scope: esi-mail.organize_mail.v1okhttp3.CallMailApi. postCharactersCharacterIdMailLabelsAsync(Integer characterId, MailLabelSimple label, String datasource, String token, ApiCallback<Integer> _callback)Create a mail label (asynchronously) Create a mail label --- SSO Scope: esi-mail.organize_mail.v1okhttp3.CallMailApi. postCharactersCharacterIdMailLabelsCall(Integer characterId, MailLabelSimple label, String datasource, String token, ApiCallback _callback)Build call for postCharactersCharacterIdMailLabelsApiResponse<Integer>MailApi. postCharactersCharacterIdMailLabelsWithHttpInfo(Integer characterId, MailLabelSimple label, String datasource, String token)Create a mail label Create a mail label --- SSO Scope: esi-mail.organize_mail.v1 -
Uses of MailLabelSimple in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return MailLabelSimple Modifier and Type Method Description MailLabelSimpleMailLabelSimple. color(MailLabelSimple.ColorEnum colorEnum)MailLabelSimpleMailLabelSimple. colorString(String color)MailLabelSimpleMailLabelSimple. name(String name)
-