Uses of Class
net.troja.eve.esi.model.WarResponse
-
Packages that use WarResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of WarResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return WarResponse Modifier and Type Method Description WarResponseWarsApi. getWarsWarId(Integer warId, String datasource, String ifNoneMatch)Get war information Return details about a war --- This route is cached for up to 3600 secondsMethods in net.troja.eve.esi.api that return types with arguments of type WarResponse Modifier and Type Method Description ApiResponse<WarResponse>WarsApi. getWarsWarIdWithHttpInfo(Integer warId, String datasource, String ifNoneMatch)Get war information Return details about a war --- This route is cached for up to 3600 secondsMethod parameters in net.troja.eve.esi.api with type arguments of type WarResponse Modifier and Type Method Description okhttp3.CallWarsApi. getWarsWarIdAsync(Integer warId, String datasource, String ifNoneMatch, ApiCallback<WarResponse> _callback)Get war information (asynchronously) Return details about a war --- This route is cached for up to 3600 seconds -
Uses of WarResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return WarResponse Modifier and Type Method Description WarResponseWarResponse. addAlliesItem(WarAlly alliesItem)WarResponseWarResponse. aggressor(Aggressor aggressor)WarResponseWarResponse. allies(List<WarAlly> allies)WarResponseWarResponse. declared(java.time.OffsetDateTime declared)WarResponseWarResponse. defender(Defender defender)WarResponseWarResponse. finished(java.time.OffsetDateTime finished)WarResponseWarResponse. id(Integer id)WarResponseWarResponse. mutual(Boolean mutual)WarResponseWarResponse. openForAllies(Boolean openForAllies)WarResponseWarResponse. retracted(java.time.OffsetDateTime retracted)WarResponseWarResponse. started(java.time.OffsetDateTime started)
-