| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
Integer |
MailApi.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.v1
|
okhttp3.Call |
MailApi.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.v1
|
okhttp3.Call |
MailApi.postCharactersCharacterIdMailCall(Integer characterId,
Mail mail,
String datasource,
String token,
ApiCallback _callback)
Build call for postCharactersCharacterIdMail
|
ApiResponse<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
|
| Modifier and Type | Method and Description |
|---|---|
Mail |
Mail.addRecipientsItem(Recipient recipientsItem) |
Mail |
Mail.approvedCost(Long approvedCost) |
Mail |
Mail.body(String body) |
Mail |
Mail.recipients(List<Recipient> recipients) |
Mail |
Mail.subject(String subject) |
Copyright © 2019. All Rights Reserved.