Uses of Class
net.troja.eve.esi.model.CharacterLoyaltyPointsResponse
-
Packages that use CharacterLoyaltyPointsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterLoyaltyPointsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CharacterLoyaltyPointsResponse Modifier and Type Method Description List<CharacterLoyaltyPointsResponse>LoyaltyApi. getCharactersCharacterIdLoyaltyPoints(Integer characterId, String datasource, String ifNoneMatch, String token)Get loyalty points Return a list of loyalty points for all corporations the character has worked for --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_loyalty.v1ApiResponse<List<CharacterLoyaltyPointsResponse>>LoyaltyApi. getCharactersCharacterIdLoyaltyPointsWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)Get loyalty points Return a list of loyalty points for all corporations the character has worked for --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_loyalty.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterLoyaltyPointsResponse Modifier and Type Method Description okhttp3.CallLoyaltyApi. getCharactersCharacterIdLoyaltyPointsAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<List<CharacterLoyaltyPointsResponse>> _callback)Get loyalty points (asynchronously) Return a list of loyalty points for all corporations the character has worked for --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_loyalty.v1 -
Uses of CharacterLoyaltyPointsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterLoyaltyPointsResponse Modifier and Type Method Description CharacterLoyaltyPointsResponseCharacterLoyaltyPointsResponse. corporationId(Integer corporationId)CharacterLoyaltyPointsResponseCharacterLoyaltyPointsResponse. loyaltyPoints(Integer loyaltyPoints)
-