| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<MailHeadersResponse> |
MailApi.getCharactersCharacterIdMail(Integer characterId,
String datasource,
List<Long> labels,
Integer lastMailId,
String token,
String userAgent,
String xUserAgent)
Return mail headers Return the 50 most recent mail headers belonging to
the character that match the query criteria.
|
| Modifier and Type | Method and Description |
|---|---|
MailHeadersResponse |
MailHeadersResponse.addLabelsItem(Long labelsItem) |
MailHeadersResponse |
MailHeadersResponse.addRecipientsItem(Recipient recipientsItem) |
MailHeadersResponse |
MailHeadersResponse.from(Integer from) |
MailHeadersResponse |
MailHeadersResponse.isRead(Boolean isRead) |
MailHeadersResponse |
MailHeadersResponse.labels(List<Long> labels) |
MailHeadersResponse |
MailHeadersResponse.mailId(Long mailId) |
MailHeadersResponse |
MailHeadersResponse.recipients(List<Recipient> recipients) |
MailHeadersResponse |
MailHeadersResponse.subject(String subject) |
MailHeadersResponse |
MailHeadersResponse.timestamp(java.time.OffsetDateTime timestamp) |
Copyright © 2017. All Rights Reserved.