public class FleetsApi extends Object
| Constructor and Description |
|---|
FleetsApi() |
FleetsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteFleetsFleetIdMembersMemberId(Long fleetId,
Integer memberId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Kick fleet member Kick a fleet member --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
deleteFleetsFleetIdSquadsSquadId(Long fleetId,
Long squadId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Delete fleet squad Delete a fleet squad, only empty squads can be deleted
--- SSO Scope: esi-fleets.write_fleet.v1
|
void |
deleteFleetsFleetIdWingsWingId(Long fleetId,
Long wingId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Delete fleet wing Delete a fleet wing, only empty wings can be deleted.
|
ApiClient |
getApiClient() |
FleetResponse |
getFleetsFleetId(Long fleetId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get fleet information Return details about a fleet --- This route is
cached for up to 5 seconds SSO Scope: esi-fleets.read_fleet.v1
|
List<FleetMembersResponse> |
getFleetsFleetIdMembers(Long fleetId,
String datasource,
String language,
String token,
String userAgent,
String xUserAgent)
Get fleet members Return information about fleet members --- This route
is cached for up to 5 seconds SSO Scope: esi-fleets.read_fleet.v1
|
List<FleetWingsResponse> |
getFleetsFleetIdWings(Long fleetId,
String datasource,
String language,
String token,
String userAgent,
String xUserAgent)
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.v1
|
void |
postFleetsFleetIdMembers(Long fleetId,
FleetInvitation invitation,
String datasource,
String token,
String userAgent,
String xUserAgent)
Create fleet invitation Invite a character into the fleet, if a character
has a CSPA charge set, it is not possible to invite them to the fleet
using ESI --- SSO Scope: esi-fleets.write_fleet.v1
|
FleetWingCreatedResponse |
postFleetsFleetIdWings(Long fleetId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Create fleet wing Create a new wing in a fleet --- SSO Scope:
esi-fleets.write_fleet.v1
|
FleetSquadCreatedResponse |
postFleetsFleetIdWingsWingIdSquads(Long fleetId,
Long wingId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Create fleet squad Create a new squad in a fleet --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
putFleetsFleetId(Long fleetId,
FleetNewSettings newSettings,
String datasource,
String token,
String userAgent,
String xUserAgent)
Update fleet Update settings about a fleet --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
putFleetsFleetIdMembersMemberId(Long fleetId,
Integer memberId,
FleetMemberMovement movement,
String datasource,
String token,
String userAgent,
String xUserAgent)
Move fleet member Move a fleet member around --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
putFleetsFleetIdSquadsSquadId(Long fleetId,
FleetSquadNaming naming,
Long squadId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Rename fleet squad Rename a fleet squad --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
putFleetsFleetIdWingsWingId(Long fleetId,
FleetWingNaming naming,
Long wingId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Rename fleet wing Rename a fleet wing --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
setApiClient(ApiClient apiClient) |
public FleetsApi()
public FleetsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public void deleteFleetsFleetIdMembersMemberId(Long fleetId, Integer memberId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
fleetId - ID for a fleet (required)memberId - The character ID of a member in this fleet (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic void deleteFleetsFleetIdSquadsSquadId(Long fleetId, Long squadId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
fleetId - ID for a fleet (required)squadId - The squad to delete (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic void deleteFleetsFleetIdWingsWingId(Long fleetId, Long wingId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
fleetId - ID for a fleet (required)wingId - The wing to delete (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic FleetResponse getFleetsFleetId(Long fleetId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
fleetId - ID for a fleet (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic List<FleetMembersResponse> getFleetsFleetIdMembers(Long fleetId, String datasource, String language, String token, String userAgent, String xUserAgent) throws ApiException
fleetId - ID for a fleet (required)datasource - The server name you would like data from (optional, default to
tranquility)language - Language to use in the response (optional, default to en-us)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic List<FleetWingsResponse> getFleetsFleetIdWings(Long fleetId, String datasource, String language, String token, String userAgent, String xUserAgent) throws ApiException
fleetId - ID for a fleet (required)datasource - The server name you would like data from (optional, default to
tranquility)language - Language to use in the response (optional, default to en-us)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic void postFleetsFleetIdMembers(Long fleetId, FleetInvitation invitation, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
fleetId - ID for a fleet (required)invitation - Details of the invitation (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic FleetWingCreatedResponse postFleetsFleetIdWings(Long fleetId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
fleetId - ID for a fleet (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic FleetSquadCreatedResponse postFleetsFleetIdWingsWingIdSquads(Long fleetId, Long wingId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
fleetId - ID for a fleet (required)wingId - The wing_id to create squad in (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic void putFleetsFleetId(Long fleetId, FleetNewSettings newSettings, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
fleetId - ID for a fleet (required)newSettings - What to update for this fleet (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic void putFleetsFleetIdMembersMemberId(Long fleetId, Integer memberId, FleetMemberMovement movement, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
fleetId - ID for a fleet (required)memberId - The character ID of a member in this fleet (required)movement - Details of the invitation (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic void putFleetsFleetIdSquadsSquadId(Long fleetId, FleetSquadNaming naming, Long squadId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
fleetId - ID for a fleet (required)naming - New name of the squad (required)squadId - The squad to rename (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic void putFleetsFleetIdWingsWingId(Long fleetId, FleetWingNaming naming, Long wingId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
fleetId - ID for a fleet (required)naming - New name of the wing (required)wingId - The wing to rename (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callCopyright © 2017. All Rights Reserved.