| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
MailLabelsResponse |
MailApi.getCharactersCharacterIdMailLabels(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get mail labels and unread counts Return a list of the users mail labels,
unread counts for each label and a total unread count.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<MailLabelsResponse> |
MailApi.getCharactersCharacterIdMailLabelsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get mail labels and unread counts Return a list of the users mail labels,
unread counts for each label and a total unread count.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
MailApi.getCharactersCharacterIdMailLabelsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<MailLabelsResponse> _callback)
Get mail labels and unread counts (asynchronously) Return a list of the
users mail labels, unread counts for each label and a total unread count.
|
| Modifier and Type | Method and Description |
|---|---|
MailLabelsResponse |
MailLabelsResponse.addLabelsItem(MailLabel labelsItem) |
MailLabelsResponse |
MailLabelsResponse.labels(List<MailLabel> labels) |
MailLabelsResponse |
MailLabelsResponse.totalUnreadCount(Integer totalUnreadCount) |
Copyright © 2023. All Rights Reserved.