| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
MailResponse |
MailApi.getCharactersCharacterIdMailMailId(Integer characterId,
Integer mailId,
String datasource,
String ifNoneMatch,
String token)
Return a mail Return the contents of an EVE mail --- This route is cached
for up to 30 seconds SSO Scope: esi-mail.read_mail.v1
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<MailResponse> |
MailApi.getCharactersCharacterIdMailMailIdWithHttpInfo(Integer characterId,
Integer mailId,
String datasource,
String ifNoneMatch,
String token)
Return a mail Return the contents of an EVE mail --- This route is cached
for up to 30 seconds SSO Scope: esi-mail.read_mail.v1
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
MailApi.getCharactersCharacterIdMailMailIdAsync(Integer characterId,
Integer mailId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<MailResponse> callback)
Return a mail (asynchronously) Return the contents of an EVE mail ---
This route is cached for up to 30 seconds SSO Scope:
esi-mail.read_mail.v1
|
| Modifier and Type | Method and Description |
|---|---|
MailResponse |
MailResponse.addLabelsItem(Integer labelsItem) |
MailResponse |
MailResponse.addRecipientsItem(Recipient recipientsItem) |
MailResponse |
MailResponse.body(String body) |
MailResponse |
MailResponse.from(Integer from) |
MailResponse |
MailResponse.labels(List<Integer> labels) |
MailResponse |
MailResponse.read(Boolean read) |
MailResponse |
MailResponse.recipients(List<Recipient> recipients) |
MailResponse |
MailResponse.subject(String subject) |
MailResponse |
MailResponse.timestamp(java.time.OffsetDateTime timestamp) |
Copyright © 2019. All Rights Reserved.