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)
Kick fleet member Kick a fleet member --- SSO Scope:
esi-fleets.write_fleet.v1
|
okhttp3.Call |
deleteFleetsFleetIdMembersMemberIdAsync(Long fleetId,
Integer memberId,
String datasource,
String token,
ApiCallback<Void> _callback)
Kick fleet member (asynchronously) Kick a fleet member --- SSO Scope:
esi-fleets.write_fleet.v1
|
okhttp3.Call |
deleteFleetsFleetIdMembersMemberIdCall(Long fleetId,
Integer memberId,
String datasource,
String token,
ApiCallback _callback)
Build call for deleteFleetsFleetIdMembersMemberId
|
ApiResponse<Void> |
deleteFleetsFleetIdMembersMemberIdWithHttpInfo(Long fleetId,
Integer memberId,
String datasource,
String token)
Kick fleet member Kick a fleet member --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
deleteFleetsFleetIdSquadsSquadId(Long fleetId,
Long squadId,
String datasource,
String token)
Delete fleet squad Delete a fleet squad, only empty squads can be deleted
--- SSO Scope: esi-fleets.write_fleet.v1
|
okhttp3.Call |
deleteFleetsFleetIdSquadsSquadIdAsync(Long fleetId,
Long squadId,
String datasource,
String token,
ApiCallback<Void> _callback)
Delete fleet squad (asynchronously) Delete a fleet squad, only empty
squads can be deleted --- SSO Scope: esi-fleets.write_fleet.v1
|
okhttp3.Call |
deleteFleetsFleetIdSquadsSquadIdCall(Long fleetId,
Long squadId,
String datasource,
String token,
ApiCallback _callback)
Build call for deleteFleetsFleetIdSquadsSquadId
|
ApiResponse<Void> |
deleteFleetsFleetIdSquadsSquadIdWithHttpInfo(Long fleetId,
Long squadId,
String datasource,
String token)
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)
Delete fleet wing Delete a fleet wing, only empty wings can be deleted.
|
okhttp3.Call |
deleteFleetsFleetIdWingsWingIdAsync(Long fleetId,
Long wingId,
String datasource,
String token,
ApiCallback<Void> _callback)
Delete fleet wing (asynchronously) Delete a fleet wing, only empty wings
can be deleted.
|
okhttp3.Call |
deleteFleetsFleetIdWingsWingIdCall(Long fleetId,
Long wingId,
String datasource,
String token,
ApiCallback _callback)
Build call for deleteFleetsFleetIdWingsWingId
|
ApiResponse<Void> |
deleteFleetsFleetIdWingsWingIdWithHttpInfo(Long fleetId,
Long wingId,
String datasource,
String token)
Delete fleet wing Delete a fleet wing, only empty wings can be deleted.
|
ApiClient |
getApiClient() |
CharacterFleetResponse |
getCharactersCharacterIdFleet(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character fleet info Return the fleet ID the character is in, if any.
--- This route is cached for up to 60 seconds SSO Scope:
esi-fleets.read_fleet.v1
|
okhttp3.Call |
getCharactersCharacterIdFleetAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterFleetResponse> _callback)
Get character fleet info (asynchronously) Return the fleet ID the
character is in, if any. --- This route is cached for up to 60 seconds
SSO Scope: esi-fleets.read_fleet.v1
|
okhttp3.Call |
getCharactersCharacterIdFleetCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdFleet
|
ApiResponse<CharacterFleetResponse> |
getCharactersCharacterIdFleetWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character fleet info Return the fleet ID the character is in, if any.
--- This route is cached for up to 60 seconds SSO Scope:
esi-fleets.read_fleet.v1
|
FleetResponse |
getFleetsFleetId(Long fleetId,
String datasource,
String ifNoneMatch,
String token)
Get fleet information Return details about a fleet --- This route is
cached for up to 5 seconds SSO Scope: esi-fleets.read_fleet.v1
|
okhttp3.Call |
getFleetsFleetIdAsync(Long fleetId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<FleetResponse> _callback)
Get fleet information (asynchronously) Return details about a fleet ---
This route is cached for up to 5 seconds SSO Scope:
esi-fleets.read_fleet.v1
|
okhttp3.Call |
getFleetsFleetIdCall(Long fleetId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getFleetsFleetId
|
List<FleetMembersResponse> |
getFleetsFleetIdMembers(Long fleetId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
String token)
Get fleet members Return information about fleet members --- This route
is cached for up to 5 seconds SSO Scope: esi-fleets.read_fleet.v1
|
okhttp3.Call |
getFleetsFleetIdMembersAsync(Long fleetId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
String token,
ApiCallback<List<FleetMembersResponse>> _callback)
Get fleet members (asynchronously) Return information about fleet members
--- This route is cached for up to 5 seconds SSO Scope:
esi-fleets.read_fleet.v1
|
okhttp3.Call |
getFleetsFleetIdMembersCall(Long fleetId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
String token,
ApiCallback _callback)
Build call for getFleetsFleetIdMembers
|
ApiResponse<List<FleetMembersResponse>> |
getFleetsFleetIdMembersWithHttpInfo(Long fleetId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
String token)
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 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.v1
|
okhttp3.Call |
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
|
okhttp3.Call |
getFleetsFleetIdWingsCall(Long fleetId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
String token,
ApiCallback _callback)
Build call for getFleetsFleetIdWings
|
ApiResponse<List<FleetWingsResponse>> |
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.v1
|
ApiResponse<FleetResponse> |
getFleetsFleetIdWithHttpInfo(Long fleetId,
String datasource,
String ifNoneMatch,
String token)
Get fleet information Return details about 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)
Create fleet invitation Invite a character into the fleet.
|
okhttp3.Call |
postFleetsFleetIdMembersAsync(Long fleetId,
FleetInvitation invitation,
String datasource,
String token,
ApiCallback<Void> _callback)
Create fleet invitation (asynchronously) Invite a character into the
fleet.
|
okhttp3.Call |
postFleetsFleetIdMembersCall(Long fleetId,
FleetInvitation invitation,
String datasource,
String token,
ApiCallback _callback)
Build call for postFleetsFleetIdMembers
|
ApiResponse<Void> |
postFleetsFleetIdMembersWithHttpInfo(Long fleetId,
FleetInvitation invitation,
String datasource,
String token)
Create fleet invitation Invite a character into the fleet.
|
FleetWingCreatedResponse |
postFleetsFleetIdWings(Long fleetId,
String datasource,
String token)
Create fleet wing Create a new wing in a fleet --- SSO Scope:
esi-fleets.write_fleet.v1
|
okhttp3.Call |
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
|
okhttp3.Call |
postFleetsFleetIdWingsCall(Long fleetId,
String datasource,
String token,
ApiCallback _callback)
Build call for postFleetsFleetIdWings
|
FleetSquadCreatedResponse |
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.v1
|
okhttp3.Call |
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
|
okhttp3.Call |
postFleetsFleetIdWingsWingIdSquadsCall(Long fleetId,
Long wingId,
String datasource,
String token,
ApiCallback _callback)
Build call for postFleetsFleetIdWingsWingIdSquads
|
ApiResponse<FleetSquadCreatedResponse> |
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.v1
|
ApiResponse<FleetWingCreatedResponse> |
postFleetsFleetIdWingsWithHttpInfo(Long fleetId,
String datasource,
String token)
Create fleet wing Create a new wing in a fleet --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
putFleetsFleetId(Long fleetId,
FleetNewSettings newSettings,
String datasource,
String token)
Update fleet Update settings about a fleet --- SSO Scope:
esi-fleets.write_fleet.v1
|
okhttp3.Call |
putFleetsFleetIdAsync(Long fleetId,
FleetNewSettings newSettings,
String datasource,
String token,
ApiCallback<Void> _callback)
Update fleet (asynchronously) Update settings about a fleet --- SSO
Scope: esi-fleets.write_fleet.v1
|
okhttp3.Call |
putFleetsFleetIdCall(Long fleetId,
FleetNewSettings newSettings,
String datasource,
String token,
ApiCallback _callback)
Build call for putFleetsFleetId
|
void |
putFleetsFleetIdMembersMemberId(Long fleetId,
Integer memberId,
FleetMemberMovement movement,
String datasource,
String token)
Move fleet member Move a fleet member around --- SSO Scope:
esi-fleets.write_fleet.v1
|
okhttp3.Call |
putFleetsFleetIdMembersMemberIdAsync(Long fleetId,
Integer memberId,
FleetMemberMovement movement,
String datasource,
String token,
ApiCallback<Void> _callback)
Move fleet member (asynchronously) Move a fleet member around --- SSO
Scope: esi-fleets.write_fleet.v1
|
okhttp3.Call |
putFleetsFleetIdMembersMemberIdCall(Long fleetId,
Integer memberId,
FleetMemberMovement movement,
String datasource,
String token,
ApiCallback _callback)
Build call for putFleetsFleetIdMembersMemberId
|
ApiResponse<Void> |
putFleetsFleetIdMembersMemberIdWithHttpInfo(Long fleetId,
Integer memberId,
FleetMemberMovement movement,
String datasource,
String token)
Move fleet member Move a fleet member around --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
putFleetsFleetIdSquadsSquadId(Long fleetId,
Long squadId,
FleetSquadNaming naming,
String datasource,
String token)
Rename fleet squad Rename a fleet squad --- SSO Scope:
esi-fleets.write_fleet.v1
|
okhttp3.Call |
putFleetsFleetIdSquadsSquadIdAsync(Long fleetId,
Long squadId,
FleetSquadNaming naming,
String datasource,
String token,
ApiCallback<Void> _callback)
Rename fleet squad (asynchronously) Rename a fleet squad --- SSO Scope:
esi-fleets.write_fleet.v1
|
okhttp3.Call |
putFleetsFleetIdSquadsSquadIdCall(Long fleetId,
Long squadId,
FleetSquadNaming naming,
String datasource,
String token,
ApiCallback _callback)
Build call for putFleetsFleetIdSquadsSquadId
|
ApiResponse<Void> |
putFleetsFleetIdSquadsSquadIdWithHttpInfo(Long fleetId,
Long squadId,
FleetSquadNaming naming,
String datasource,
String token)
Rename fleet squad Rename a fleet squad --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
putFleetsFleetIdWingsWingId(Long fleetId,
Long wingId,
FleetWingNaming naming,
String datasource,
String token)
Rename fleet wing Rename a fleet wing --- SSO Scope:
esi-fleets.write_fleet.v1
|
okhttp3.Call |
putFleetsFleetIdWingsWingIdAsync(Long fleetId,
Long wingId,
FleetWingNaming naming,
String datasource,
String token,
ApiCallback<Void> _callback)
Rename fleet wing (asynchronously) Rename a fleet wing --- SSO Scope:
esi-fleets.write_fleet.v1
|
okhttp3.Call |
putFleetsFleetIdWingsWingIdCall(Long fleetId,
Long wingId,
FleetWingNaming naming,
String datasource,
String token,
ApiCallback _callback)
Build call for putFleetsFleetIdWingsWingId
|
ApiResponse<Void> |
putFleetsFleetIdWingsWingIdWithHttpInfo(Long fleetId,
Long wingId,
FleetWingNaming naming,
String datasource,
String token)
Rename fleet wing Rename a fleet wing --- SSO Scope:
esi-fleets.write_fleet.v1
|
ApiResponse<Void> |
putFleetsFleetIdWithHttpInfo(Long fleetId,
FleetNewSettings newSettings,
String datasource,
String token)
Update fleet Update settings about a fleet --- 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 okhttp3.Call deleteFleetsFleetIdMembersMemberIdCall(Long fleetId, Integer memberId, String datasource, String token, ApiCallback _callback) 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)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void deleteFleetsFleetIdMembersMemberId(Long fleetId, Integer memberId, String datasource, String token) 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<Void> deleteFleetsFleetIdMembersMemberIdWithHttpInfo(Long fleetId, Integer memberId, String datasource, String token) 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call deleteFleetsFleetIdMembersMemberIdAsync(Long fleetId, Integer memberId, String datasource, String token, ApiCallback<Void> _callback) 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)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call deleteFleetsFleetIdSquadsSquadIdCall(Long fleetId, Long squadId, String datasource, String token, ApiCallback _callback) 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)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void deleteFleetsFleetIdSquadsSquadId(Long fleetId, Long squadId, String datasource, String token) 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<Void> deleteFleetsFleetIdSquadsSquadIdWithHttpInfo(Long fleetId, Long squadId, String datasource, String token) 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call deleteFleetsFleetIdSquadsSquadIdAsync(Long fleetId, Long squadId, String datasource, String token, ApiCallback<Void> _callback) 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)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call deleteFleetsFleetIdWingsWingIdCall(Long fleetId, Long wingId, String datasource, String token, ApiCallback _callback) 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)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void deleteFleetsFleetIdWingsWingId(Long fleetId, Long wingId, String datasource, String token) 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<Void> deleteFleetsFleetIdWingsWingIdWithHttpInfo(Long fleetId, Long wingId, String datasource, String token) 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call deleteFleetsFleetIdWingsWingIdAsync(Long fleetId, Long wingId, String datasource, String token, ApiCallback<Void> _callback) 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)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call getCharactersCharacterIdFleetCall(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback _callback) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic CharacterFleetResponse getCharactersCharacterIdFleet(Integer characterId, String datasource, String ifNoneMatch, String token) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<CharacterFleetResponse> getCharactersCharacterIdFleetWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getCharactersCharacterIdFleetAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<CharacterFleetResponse> _callback) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call getFleetsFleetIdCall(Long fleetId, String datasource, String ifNoneMatch, String token, ApiCallback _callback) throws ApiException
fleetId - ID for a fleet (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic FleetResponse getFleetsFleetId(Long fleetId, String datasource, String ifNoneMatch, String token) throws ApiException
fleetId - ID for a fleet (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<FleetResponse> getFleetsFleetIdWithHttpInfo(Long fleetId, String datasource, String ifNoneMatch, String token) throws ApiException
fleetId - ID for a fleet (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getFleetsFleetIdAsync(Long fleetId, String datasource, String ifNoneMatch, String token, ApiCallback<FleetResponse> _callback) throws ApiException
fleetId - ID for a fleet (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call getFleetsFleetIdMembersCall(Long fleetId, String acceptLanguage, String datasource, String ifNoneMatch, String language, String token, ApiCallback _callback) throws ApiException
fleetId - ID for a fleet (required)acceptLanguage - Language to use in the response (optional, default to en-us)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)token - Access token to use if unable to set a header (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic List<FleetMembersResponse> getFleetsFleetIdMembers(Long fleetId, String acceptLanguage, String datasource, String ifNoneMatch, String language, String token) throws ApiException
fleetId - ID for a fleet (required)acceptLanguage - Language to use in the response (optional, default to en-us)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)token - Access token to use if unable to set a header (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<List<FleetMembersResponse>> getFleetsFleetIdMembersWithHttpInfo(Long fleetId, String acceptLanguage, String datasource, String ifNoneMatch, String language, String token) throws ApiException
fleetId - ID for a fleet (required)acceptLanguage - Language to use in the response (optional, default to en-us)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)token - Access token to use if unable to set a header (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getFleetsFleetIdMembersAsync(Long fleetId, String acceptLanguage, String datasource, String ifNoneMatch, String language, String token, ApiCallback<List<FleetMembersResponse>> _callback) throws ApiException
fleetId - ID for a fleet (required)acceptLanguage - Language to use in the response (optional, default to en-us)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)token - Access token to use if unable to set a header (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call getFleetsFleetIdWingsCall(Long fleetId, String acceptLanguage, String datasource, String ifNoneMatch, String language, String token, ApiCallback _callback) throws ApiException
fleetId - ID for a fleet (required)acceptLanguage - Language to use in the response (optional, default to en-us)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)token - Access token to use if unable to set a header (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic List<FleetWingsResponse> getFleetsFleetIdWings(Long fleetId, String acceptLanguage, String datasource, String ifNoneMatch, String language, String token) throws ApiException
fleetId - ID for a fleet (required)acceptLanguage - Language to use in the response (optional, default to en-us)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)token - Access token to use if unable to set a header (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<List<FleetWingsResponse>> getFleetsFleetIdWingsWithHttpInfo(Long fleetId, String acceptLanguage, String datasource, String ifNoneMatch, String language, String token) throws ApiException
fleetId - ID for a fleet (required)acceptLanguage - Language to use in the response (optional, default to en-us)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)token - Access token to use if unable to set a header (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getFleetsFleetIdWingsAsync(Long fleetId, String acceptLanguage, String datasource, String ifNoneMatch, String language, String token, ApiCallback<List<FleetWingsResponse>> _callback) throws ApiException
fleetId - ID for a fleet (required)acceptLanguage - Language to use in the response (optional, default to en-us)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)token - Access token to use if unable to set a header (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call postFleetsFleetIdMembersCall(Long fleetId, FleetInvitation invitation, String datasource, String token, ApiCallback _callback) throws ApiException
fleetId - ID for a fleet (required)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)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void postFleetsFleetIdMembers(Long fleetId, FleetInvitation invitation, String datasource, String token) throws ApiException
fleetId - ID for a fleet (required)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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<Void> postFleetsFleetIdMembersWithHttpInfo(Long fleetId, FleetInvitation invitation, String datasource, String token) throws ApiException
fleetId - ID for a fleet (required)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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call postFleetsFleetIdMembersAsync(Long fleetId, FleetInvitation invitation, String datasource, String token, ApiCallback<Void> _callback) throws ApiException
fleetId - ID for a fleet (required)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)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call postFleetsFleetIdWingsCall(Long fleetId, String datasource, String token, ApiCallback _callback) 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)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic FleetWingCreatedResponse postFleetsFleetIdWings(Long fleetId, String datasource, String token) 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<FleetWingCreatedResponse> postFleetsFleetIdWingsWithHttpInfo(Long fleetId, String datasource, String token) 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call postFleetsFleetIdWingsAsync(Long fleetId, String datasource, String token, ApiCallback<FleetWingCreatedResponse> _callback) 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)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call postFleetsFleetIdWingsWingIdSquadsCall(Long fleetId, Long wingId, String datasource, String token, ApiCallback _callback) 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)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic FleetSquadCreatedResponse postFleetsFleetIdWingsWingIdSquads(Long fleetId, Long wingId, String datasource, String token) 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<FleetSquadCreatedResponse> postFleetsFleetIdWingsWingIdSquadsWithHttpInfo(Long fleetId, Long wingId, String datasource, String token) 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call postFleetsFleetIdWingsWingIdSquadsAsync(Long fleetId, Long wingId, String datasource, String token, ApiCallback<FleetSquadCreatedResponse> _callback) 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)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call putFleetsFleetIdCall(Long fleetId, FleetNewSettings newSettings, String datasource, String token, ApiCallback _callback) throws ApiException
fleetId - ID for a fleet (required)newSettings - (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)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void putFleetsFleetId(Long fleetId, FleetNewSettings newSettings, String datasource, String token) throws ApiException
fleetId - ID for a fleet (required)newSettings - (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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<Void> putFleetsFleetIdWithHttpInfo(Long fleetId, FleetNewSettings newSettings, String datasource, String token) throws ApiException
fleetId - ID for a fleet (required)newSettings - (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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call putFleetsFleetIdAsync(Long fleetId, FleetNewSettings newSettings, String datasource, String token, ApiCallback<Void> _callback) throws ApiException
fleetId - ID for a fleet (required)newSettings - (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)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call putFleetsFleetIdMembersMemberIdCall(Long fleetId, Integer memberId, FleetMemberMovement movement, String datasource, String token, ApiCallback _callback) throws ApiException
fleetId - ID for a fleet (required)memberId - The character ID of a member in this fleet (required)movement - (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)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void putFleetsFleetIdMembersMemberId(Long fleetId, Integer memberId, FleetMemberMovement movement, String datasource, String token) throws ApiException
fleetId - ID for a fleet (required)memberId - The character ID of a member in this fleet (required)movement - (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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<Void> putFleetsFleetIdMembersMemberIdWithHttpInfo(Long fleetId, Integer memberId, FleetMemberMovement movement, String datasource, String token) throws ApiException
fleetId - ID for a fleet (required)memberId - The character ID of a member in this fleet (required)movement - (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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call putFleetsFleetIdMembersMemberIdAsync(Long fleetId, Integer memberId, FleetMemberMovement movement, String datasource, String token, ApiCallback<Void> _callback) throws ApiException
fleetId - ID for a fleet (required)memberId - The character ID of a member in this fleet (required)movement - (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)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call putFleetsFleetIdSquadsSquadIdCall(Long fleetId, Long squadId, FleetSquadNaming naming, String datasource, String token, ApiCallback _callback) throws ApiException
fleetId - ID for a fleet (required)squadId - The squad to rename (required)naming - (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)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void putFleetsFleetIdSquadsSquadId(Long fleetId, Long squadId, FleetSquadNaming naming, String datasource, String token) throws ApiException
fleetId - ID for a fleet (required)squadId - The squad to rename (required)naming - (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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<Void> putFleetsFleetIdSquadsSquadIdWithHttpInfo(Long fleetId, Long squadId, FleetSquadNaming naming, String datasource, String token) throws ApiException
fleetId - ID for a fleet (required)squadId - The squad to rename (required)naming - (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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call putFleetsFleetIdSquadsSquadIdAsync(Long fleetId, Long squadId, FleetSquadNaming naming, String datasource, String token, ApiCallback<Void> _callback) throws ApiException
fleetId - ID for a fleet (required)squadId - The squad to rename (required)naming - (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)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call putFleetsFleetIdWingsWingIdCall(Long fleetId, Long wingId, FleetWingNaming naming, String datasource, String token, ApiCallback _callback) throws ApiException
fleetId - ID for a fleet (required)wingId - The wing to rename (required)naming - (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)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void putFleetsFleetIdWingsWingId(Long fleetId, Long wingId, FleetWingNaming naming, String datasource, String token) throws ApiException
fleetId - ID for a fleet (required)wingId - The wing to rename (required)naming - (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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<Void> putFleetsFleetIdWingsWingIdWithHttpInfo(Long fleetId, Long wingId, FleetWingNaming naming, String datasource, String token) throws ApiException
fleetId - ID for a fleet (required)wingId - The wing to rename (required)naming - (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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call putFleetsFleetIdWingsWingIdAsync(Long fleetId, Long wingId, FleetWingNaming naming, String datasource, String token, ApiCallback<Void> _callback) throws ApiException
fleetId - ID for a fleet (required)wingId - The wing to rename (required)naming - (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)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectCopyright © 2019. All Rights Reserved.