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
|
com.squareup.okhttp.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
|
com.squareup.okhttp.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
|
com.squareup.okhttp.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
|
com.squareup.okhttp.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.
|
com.squareup.okhttp.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.
|
com.squareup.okhttp.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
|
com.squareup.okhttp.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
|
com.squareup.okhttp.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
|
com.squareup.okhttp.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
|
com.squareup.okhttp.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
|
com.squareup.okhttp.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
|
com.squareup.okhttp.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
|
com.squareup.okhttp.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
|
com.squareup.okhttp.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,
String datasource,
String token,
FleetInvitation fleetInvitation)
Create fleet invitation Invite a character into the fleet.
|
com.squareup.okhttp.Call |
postFleetsFleetIdMembersAsync(Long fleetId,
String datasource,
String token,
FleetInvitation fleetInvitation,
ApiCallback<Void> callback)
Create fleet invitation (asynchronously) Invite a character into the
fleet.
|
com.squareup.okhttp.Call |
postFleetsFleetIdMembersCall(Long fleetId,
String datasource,
String token,
FleetInvitation fleetInvitation,
ApiCallback callback)
Build call for postFleetsFleetIdMembers
|
ApiResponse<Void> |
postFleetsFleetIdMembersWithHttpInfo(Long fleetId,
String datasource,
String token,
FleetInvitation fleetInvitation)
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
|
com.squareup.okhttp.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
|
com.squareup.okhttp.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
|
com.squareup.okhttp.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
|
com.squareup.okhttp.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,
String datasource,
String token,
FleetNewSettings fleetNewSettings)
Update fleet Update settings about a fleet --- SSO Scope:
esi-fleets.write_fleet.v1
|
com.squareup.okhttp.Call |
putFleetsFleetIdAsync(Long fleetId,
String datasource,
String token,
FleetNewSettings fleetNewSettings,
ApiCallback<Void> callback)
Update fleet (asynchronously) Update settings about a fleet --- SSO
Scope: esi-fleets.write_fleet.v1
|
com.squareup.okhttp.Call |
putFleetsFleetIdCall(Long fleetId,
String datasource,
String token,
FleetNewSettings fleetNewSettings,
ApiCallback callback)
Build call for putFleetsFleetId
|
void |
putFleetsFleetIdMembersMemberId(Long fleetId,
Integer memberId,
String datasource,
String token,
FleetMemberMovement fleetMemberMovement)
Move fleet member Move a fleet member around --- SSO Scope:
esi-fleets.write_fleet.v1
|
com.squareup.okhttp.Call |
putFleetsFleetIdMembersMemberIdAsync(Long fleetId,
Integer memberId,
String datasource,
String token,
FleetMemberMovement fleetMemberMovement,
ApiCallback<Void> callback)
Move fleet member (asynchronously) Move a fleet member around --- SSO
Scope: esi-fleets.write_fleet.v1
|
com.squareup.okhttp.Call |
putFleetsFleetIdMembersMemberIdCall(Long fleetId,
Integer memberId,
String datasource,
String token,
FleetMemberMovement fleetMemberMovement,
ApiCallback callback)
Build call for putFleetsFleetIdMembersMemberId
|
ApiResponse<Void> |
putFleetsFleetIdMembersMemberIdWithHttpInfo(Long fleetId,
Integer memberId,
String datasource,
String token,
FleetMemberMovement fleetMemberMovement)
Move fleet member Move a fleet member around --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
putFleetsFleetIdSquadsSquadId(Long fleetId,
Long squadId,
String datasource,
String token,
FleetSquadNaming fleetSquadNaming)
Rename fleet squad Rename a fleet squad --- SSO Scope:
esi-fleets.write_fleet.v1
|
com.squareup.okhttp.Call |
putFleetsFleetIdSquadsSquadIdAsync(Long fleetId,
Long squadId,
String datasource,
String token,
FleetSquadNaming fleetSquadNaming,
ApiCallback<Void> callback)
Rename fleet squad (asynchronously) Rename a fleet squad --- SSO Scope:
esi-fleets.write_fleet.v1
|
com.squareup.okhttp.Call |
putFleetsFleetIdSquadsSquadIdCall(Long fleetId,
Long squadId,
String datasource,
String token,
FleetSquadNaming fleetSquadNaming,
ApiCallback callback)
Build call for putFleetsFleetIdSquadsSquadId
|
ApiResponse<Void> |
putFleetsFleetIdSquadsSquadIdWithHttpInfo(Long fleetId,
Long squadId,
String datasource,
String token,
FleetSquadNaming fleetSquadNaming)
Rename fleet squad Rename a fleet squad --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
putFleetsFleetIdWingsWingId(Long fleetId,
Long wingId,
String datasource,
String token,
FleetWingNaming fleetWingNaming)
Rename fleet wing Rename a fleet wing --- SSO Scope:
esi-fleets.write_fleet.v1
|
com.squareup.okhttp.Call |
putFleetsFleetIdWingsWingIdAsync(Long fleetId,
Long wingId,
String datasource,
String token,
FleetWingNaming fleetWingNaming,
ApiCallback<Void> callback)
Rename fleet wing (asynchronously) Rename a fleet wing --- SSO Scope:
esi-fleets.write_fleet.v1
|
com.squareup.okhttp.Call |
putFleetsFleetIdWingsWingIdCall(Long fleetId,
Long wingId,
String datasource,
String token,
FleetWingNaming fleetWingNaming,
ApiCallback callback)
Build call for putFleetsFleetIdWingsWingId
|
ApiResponse<Void> |
putFleetsFleetIdWingsWingIdWithHttpInfo(Long fleetId,
Long wingId,
String datasource,
String token,
FleetWingNaming fleetWingNaming)
Rename fleet wing Rename a fleet wing --- SSO Scope:
esi-fleets.write_fleet.v1
|
ApiResponse<Void> |
putFleetsFleetIdWithHttpInfo(Long fleetId,
String datasource,
String token,
FleetNewSettings fleetNewSettings)
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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.Call postFleetsFleetIdMembersCall(Long fleetId, String datasource, String token, FleetInvitation fleetInvitation, 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)fleetInvitation - (optional)callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void postFleetsFleetIdMembers(Long fleetId, String datasource, String token, FleetInvitation fleetInvitation) 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)fleetInvitation - (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<Void> postFleetsFleetIdMembersWithHttpInfo(Long fleetId, String datasource, String token, FleetInvitation fleetInvitation) 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)fleetInvitation - (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic com.squareup.okhttp.Call postFleetsFleetIdMembersAsync(Long fleetId, String datasource, String token, FleetInvitation fleetInvitation, ApiCallback<Void> 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)fleetInvitation - (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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.Call putFleetsFleetIdCall(Long fleetId, String datasource, String token, FleetNewSettings fleetNewSettings, 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)fleetNewSettings - (optional)callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void putFleetsFleetId(Long fleetId, String datasource, String token, FleetNewSettings fleetNewSettings) 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)fleetNewSettings - (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<Void> putFleetsFleetIdWithHttpInfo(Long fleetId, String datasource, String token, FleetNewSettings fleetNewSettings) 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)fleetNewSettings - (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic com.squareup.okhttp.Call putFleetsFleetIdAsync(Long fleetId, String datasource, String token, FleetNewSettings fleetNewSettings, ApiCallback<Void> 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)fleetNewSettings - (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 com.squareup.okhttp.Call putFleetsFleetIdMembersMemberIdCall(Long fleetId, Integer memberId, String datasource, String token, FleetMemberMovement fleetMemberMovement, 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)fleetMemberMovement - (optional)callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void putFleetsFleetIdMembersMemberId(Long fleetId, Integer memberId, String datasource, String token, FleetMemberMovement fleetMemberMovement) 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)fleetMemberMovement - (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, String datasource, String token, FleetMemberMovement fleetMemberMovement) 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)fleetMemberMovement - (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic com.squareup.okhttp.Call putFleetsFleetIdMembersMemberIdAsync(Long fleetId, Integer memberId, String datasource, String token, FleetMemberMovement fleetMemberMovement, 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)fleetMemberMovement - (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 com.squareup.okhttp.Call putFleetsFleetIdSquadsSquadIdCall(Long fleetId, Long squadId, String datasource, String token, FleetSquadNaming fleetSquadNaming, ApiCallback callback) throws ApiException
fleetId - ID for a fleet (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)fleetSquadNaming - (optional)callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void putFleetsFleetIdSquadsSquadId(Long fleetId, Long squadId, String datasource, String token, FleetSquadNaming fleetSquadNaming) throws ApiException
fleetId - ID for a fleet (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)fleetSquadNaming - (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, String datasource, String token, FleetSquadNaming fleetSquadNaming) throws ApiException
fleetId - ID for a fleet (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)fleetSquadNaming - (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic com.squareup.okhttp.Call putFleetsFleetIdSquadsSquadIdAsync(Long fleetId, Long squadId, String datasource, String token, FleetSquadNaming fleetSquadNaming, ApiCallback<Void> callback) throws ApiException
fleetId - ID for a fleet (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)fleetSquadNaming - (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 com.squareup.okhttp.Call putFleetsFleetIdWingsWingIdCall(Long fleetId, Long wingId, String datasource, String token, FleetWingNaming fleetWingNaming, ApiCallback callback) throws ApiException
fleetId - ID for a fleet (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)fleetWingNaming - (optional)callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void putFleetsFleetIdWingsWingId(Long fleetId, Long wingId, String datasource, String token, FleetWingNaming fleetWingNaming) throws ApiException
fleetId - ID for a fleet (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)fleetWingNaming - (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, String datasource, String token, FleetWingNaming fleetWingNaming) throws ApiException
fleetId - ID for a fleet (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)fleetWingNaming - (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic com.squareup.okhttp.Call putFleetsFleetIdWingsWingIdAsync(Long fleetId, Long wingId, String datasource, String token, FleetWingNaming fleetWingNaming, ApiCallback<Void> callback) throws ApiException
fleetId - ID for a fleet (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)fleetWingNaming - (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.