| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CharacterNotificationsResponse> |
CharacterApi.getCharactersCharacterIdNotifications(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character notifications Return character notifications --- This route
is cached for up to 600 seconds SSO Scope:
esi-characters.read_notifications.v1
|
ApiResponse<List<CharacterNotificationsResponse>> |
CharacterApi.getCharactersCharacterIdNotificationsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character notifications Return character notifications --- This route
is cached for up to 600 seconds SSO Scope:
esi-characters.read_notifications.v1
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdNotificationsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterNotificationsResponse>> _callback)
Get character notifications (asynchronously) Return character
notifications --- This route is cached for up to 600 seconds SSO Scope:
esi-characters.read_notifications.v1
|
| Modifier and Type | Method and Description |
|---|---|
CharacterNotificationsResponse |
CharacterNotificationsResponse.isRead(Boolean isRead) |
CharacterNotificationsResponse |
CharacterNotificationsResponse.notificationId(Long notificationId) |
CharacterNotificationsResponse |
CharacterNotificationsResponse.senderId(Integer senderId) |
CharacterNotificationsResponse |
CharacterNotificationsResponse.senderType(CharacterNotificationsResponse.SenderTypeEnum senderType) |
CharacterNotificationsResponse |
CharacterNotificationsResponse.text(String text) |
CharacterNotificationsResponse |
CharacterNotificationsResponse.timestamp(java.time.OffsetDateTime timestamp) |
CharacterNotificationsResponse |
CharacterNotificationsResponse.type(CharacterNotificationsResponse.TypeEnum type) |
Copyright © 2019. All Rights Reserved.