Uses of Class
net.troja.eve.esi.model.FleetWingsResponse
-
Packages that use FleetWingsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of FleetWingsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type FleetWingsResponse Modifier and Type Method Description List<FleetWingsResponse>FleetsApi. getFleetsFleetIdWings(Long fleetId, String acceptLanguage, String datasource, String ifNoneMatch, String language, String token)Get fleet wings Return information about wings in a fleet --- This route is cached for up to 5 seconds SSO Scope: esi-fleets.read_fleet.v1ApiResponse<List<FleetWingsResponse>>FleetsApi. getFleetsFleetIdWingsWithHttpInfo(Long fleetId, String acceptLanguage, String datasource, String ifNoneMatch, String language, String token)Get fleet wings Return information about wings in a fleet --- This route is cached for up to 5 seconds SSO Scope: esi-fleets.read_fleet.v1Method parameters in net.troja.eve.esi.api with type arguments of type FleetWingsResponse Modifier and Type Method Description okhttp3.CallFleetsApi. getFleetsFleetIdWingsAsync(Long fleetId, String acceptLanguage, String datasource, String ifNoneMatch, String language, String token, ApiCallback<List<FleetWingsResponse>> _callback)Get fleet wings (asynchronously) Return information about wings in a fleet --- This route is cached for up to 5 seconds SSO Scope: esi-fleets.read_fleet.v1 -
Uses of FleetWingsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return FleetWingsResponse Modifier and Type Method Description FleetWingsResponseFleetWingsResponse. addSquadsItem(Squad squadsItem)FleetWingsResponseFleetWingsResponse. id(Long id)FleetWingsResponseFleetWingsResponse. name(String name)FleetWingsResponseFleetWingsResponse. squads(List<Squad> squads)
-