Uses of Class
net.troja.eve.esi.model.CharacterCorporationHistoryResponse
-
Packages that use CharacterCorporationHistoryResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterCorporationHistoryResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CharacterCorporationHistoryResponse Modifier and Type Method Description List<CharacterCorporationHistoryResponse>CharacterApi. getCharactersCharacterIdCorporationhistory(Integer characterId, String datasource, String ifNoneMatch)Get corporation history Get a list of all the corporations a character has been a member of --- This route is cached for up to 86400 secondsApiResponse<List<CharacterCorporationHistoryResponse>>CharacterApi. getCharactersCharacterIdCorporationhistoryWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch)Get corporation history Get a list of all the corporations a character has been a member of --- This route is cached for up to 86400 secondsMethod parameters in net.troja.eve.esi.api with type arguments of type CharacterCorporationHistoryResponse Modifier and Type Method Description okhttp3.CallCharacterApi. getCharactersCharacterIdCorporationhistoryAsync(Integer characterId, String datasource, String ifNoneMatch, ApiCallback<List<CharacterCorporationHistoryResponse>> _callback)Get corporation history (asynchronously) Get a list of all the corporations a character has been a member of --- This route is cached for up to 86400 seconds -
Uses of CharacterCorporationHistoryResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterCorporationHistoryResponse Modifier and Type Method Description CharacterCorporationHistoryResponseCharacterCorporationHistoryResponse. corporationId(Integer corporationId)CharacterCorporationHistoryResponseCharacterCorporationHistoryResponse. isDeleted(Boolean isDeleted)CharacterCorporationHistoryResponseCharacterCorporationHistoryResponse. recordId(Integer recordId)CharacterCorporationHistoryResponseCharacterCorporationHistoryResponse. startDate(java.time.OffsetDateTime startDate)
-