Uses of Class
net.troja.eve.esi.model.FleetSquadCreatedResponse
-
Packages that use FleetSquadCreatedResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of FleetSquadCreatedResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return FleetSquadCreatedResponse Modifier and Type Method Description FleetSquadCreatedResponseFleetsApi. postFleetsFleetIdWingsWingIdSquads(Long fleetId, Long wingId, String datasource, String token)Create fleet squad Create a new squad in a fleet --- SSO Scope: esi-fleets.write_fleet.v1Methods in net.troja.eve.esi.api that return types with arguments of type FleetSquadCreatedResponse Modifier and Type Method Description ApiResponse<FleetSquadCreatedResponse>FleetsApi. postFleetsFleetIdWingsWingIdSquadsWithHttpInfo(Long fleetId, Long wingId, String datasource, String token)Create fleet squad Create a new squad in a fleet --- SSO Scope: esi-fleets.write_fleet.v1Method parameters in net.troja.eve.esi.api with type arguments of type FleetSquadCreatedResponse Modifier and Type Method Description okhttp3.CallFleetsApi. postFleetsFleetIdWingsWingIdSquadsAsync(Long fleetId, Long wingId, String datasource, String token, ApiCallback<FleetSquadCreatedResponse> _callback)Create fleet squad (asynchronously) Create a new squad in a fleet --- SSO Scope: esi-fleets.write_fleet.v1 -
Uses of FleetSquadCreatedResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return FleetSquadCreatedResponse Modifier and Type Method Description FleetSquadCreatedResponseFleetSquadCreatedResponse. squadId(Long squadId)
-