Uses of Class
net.troja.eve.esi.model.FleetWingCreatedResponse
-
Packages that use FleetWingCreatedResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of FleetWingCreatedResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return FleetWingCreatedResponse Modifier and Type Method Description FleetWingCreatedResponseFleetsApi. postFleetsFleetIdWings(Long fleetId, String datasource, String token)Create fleet wing Create a new wing in a fleet --- SSO Scope: esi-fleets.write_fleet.v1Methods in net.troja.eve.esi.api that return types with arguments of type FleetWingCreatedResponse Modifier and Type Method Description ApiResponse<FleetWingCreatedResponse>FleetsApi. postFleetsFleetIdWingsWithHttpInfo(Long fleetId, String datasource, String token)Create fleet wing Create a new wing in a fleet --- SSO Scope: esi-fleets.write_fleet.v1Method parameters in net.troja.eve.esi.api with type arguments of type FleetWingCreatedResponse Modifier and Type Method Description okhttp3.CallFleetsApi. postFleetsFleetIdWingsAsync(Long fleetId, String datasource, String token, ApiCallback<FleetWingCreatedResponse> _callback)Create fleet wing (asynchronously) Create a new wing in a fleet --- SSO Scope: esi-fleets.write_fleet.v1 -
Uses of FleetWingCreatedResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return FleetWingCreatedResponse Modifier and Type Method Description FleetWingCreatedResponseFleetWingCreatedResponse. wingId(Long wingId)
-