Uses of Class
net.troja.eve.esi.model.CharacterNotificationsResponse
-
Packages that use CharacterNotificationsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterNotificationsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CharacterNotificationsResponse Modifier and Type Method 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.v1ApiResponse<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.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterNotificationsResponse Modifier and Type Method Description okhttp3.CallCharacterApi. 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 -
Uses of CharacterNotificationsResponse in net.troja.eve.esi.model
-