Uses of Class
net.troja.eve.esi.model.Mail
-
Packages that use Mail Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of Mail in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api with parameters of type Mail Modifier and Type Method Description IntegerMailApi. postCharactersCharacterIdMail(Integer characterId, Mail mail, String datasource, String token)Send a new mail Create and send a new mail --- SSO Scope: esi-mail.send_mail.v1okhttp3.CallMailApi. postCharactersCharacterIdMailAsync(Integer characterId, Mail mail, String datasource, String token, ApiCallback<Integer> _callback)Send a new mail (asynchronously) Create and send a new mail --- SSO Scope: esi-mail.send_mail.v1okhttp3.CallMailApi. postCharactersCharacterIdMailCall(Integer characterId, Mail mail, String datasource, String token, ApiCallback _callback)Build call for postCharactersCharacterIdMailApiResponse<Integer>MailApi. postCharactersCharacterIdMailWithHttpInfo(Integer characterId, Mail mail, String datasource, String token)Send a new mail Create and send a new mail --- SSO Scope: esi-mail.send_mail.v1 -
Uses of Mail in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return Mail Modifier and Type Method Description MailMail. addRecipientsItem(Recipient recipientsItem)MailMail. approvedCost(Long approvedCost)MailMail. body(String body)MailMail. recipients(List<Recipient> recipients)MailMail. subject(String subject)
-