Uses of Class
net.troja.eve.esi.model.NewContactNotificationsResponse
-
Packages that use NewContactNotificationsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of NewContactNotificationsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type NewContactNotificationsResponse Modifier and Type Method Description List<NewContactNotificationsResponse>CharacterApi. getCharactersCharacterIdNotificationsContacts(Integer characterId, String datasource, String ifNoneMatch, String token)Get new contact notifications Return notifications about having been added to someone's contact list --- This route is cached for up to 600 seconds SSO Scope: esi-characters.read_notifications.v1ApiResponse<List<NewContactNotificationsResponse>>CharacterApi. getCharactersCharacterIdNotificationsContactsWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)Get new contact notifications Return notifications about having been added to someone's contact list --- 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 NewContactNotificationsResponse Modifier and Type Method Description okhttp3.CallCharacterApi. getCharactersCharacterIdNotificationsContactsAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<List<NewContactNotificationsResponse>> _callback)Get new contact notifications (asynchronously) Return notifications about having been added to someone's contact list --- This route is cached for up to 600 seconds SSO Scope: esi-characters.read_notifications.v1 -
Uses of NewContactNotificationsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return NewContactNotificationsResponse Modifier and Type Method Description NewContactNotificationsResponseNewContactNotificationsResponse. message(String message)NewContactNotificationsResponseNewContactNotificationsResponse. notificationId(Integer notificationId)NewContactNotificationsResponseNewContactNotificationsResponse. sendDate(java.time.OffsetDateTime sendDate)NewContactNotificationsResponseNewContactNotificationsResponse. senderCharacterId(Integer senderCharacterId)NewContactNotificationsResponseNewContactNotificationsResponse. standingLevel(Float standingLevel)
-