public class CorporationApi extends Object
| Constructor and Description |
|---|
CorporationApi() |
CorporationApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
CorporationResponse |
getCorporationsCorporationId(Integer corporationId,
String datasource,
String userAgent,
String xUserAgent)
Get corporation information Public information about a corporation ---
This route is cached for up to 3600 seconds
|
List<CorporationAlliancesHistoryResponse> |
getCorporationsCorporationIdAlliancehistory(Integer corporationId,
String datasource,
String userAgent,
String xUserAgent)
Get alliance history Get a list of all the alliances a corporation has
been a member of --- This route is cached for up to 3600 seconds
|
CorporationDivisionsResponse |
getCorporationsCorporationIdDivisions(Integer corporationId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get corporation divisions Return corporation hangar and wallet division
names, only show if a division is not using the default name --- This
route is cached for up to 3600 seconds SSO Scope:
esi-corporations.read_divisions.v1
|
CorporationIconsResponse |
getCorporationsCorporationIdIcons(Integer corporationId,
String datasource,
String userAgent,
String xUserAgent)
Get corporation icon Get the icon urls for a corporation --- This route
is cached for up to 3600 seconds
|
List<CorporationMembersResponse> |
getCorporationsCorporationIdMembers(Integer corporationId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get corporation members Read the current list of members if the calling
character is a member. --- This route is cached for up to 3600 seconds
SSO Scope: esi-corporations.read_corporation_membership.v1
|
Integer |
getCorporationsCorporationIdMembersLimit(Integer corporationId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get corporation member limit Return a corporation's member limit, not
including CEO himself --- This route is cached for up to 3600 seconds SSO
Scope: esi-corporations.track_members.v1
|
List<CorporationMemberTrackingResponse> |
getCorporationsCorporationIdMembertracking(Integer corporationId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Track corporation members Returns additional information about a
corporation's members which helps tracking their activities --- This
route is cached for up to 3600 seconds SSO Scope:
esi-corporations.track_members.v1
|
List<CorporationRolesResponse> |
getCorporationsCorporationIdRoles(Integer corporationId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get corporation member roles Return the roles of all members if the
character has the personnel manager role or any grantable role. --- This
route is cached for up to 3600 seconds SSO Scope:
esi-corporations.read_corporation_membership.v1
|
List<CorporationStructuresResponse> |
getCorporationsCorporationIdStructures(Integer corporationId,
String datasource,
String language,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get corporation structures Get a list of corporation structures --- This
route is cached for up to 3600 seconds SSO Scope:
esi-corporations.read_structures.v1
|
List<CorporationNamesResponse> |
getCorporationsNames(List<Long> corporationIds,
String datasource,
String userAgent,
String xUserAgent)
Get corporation names Resolve a set of corporation IDs to corporation
names --- This route is cached for up to 3600 seconds
|
List<Integer> |
getCorporationsNpccorps(String datasource,
String userAgent,
String xUserAgent)
Get npc corporations Get a list of npc corporations --- This route
expires daily at 11:05
|
void |
putCorporationsCorporationIdStructuresStructureId(Integer corporationId,
List<VulnerabilityWindow> newSchedule,
Long structureId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Update structure vulnerability schedule Update the vulnerability window
schedule of a corporation structure --- SSO Scope:
esi-corporations.write_structures.v1
|
void |
setApiClient(ApiClient apiClient) |
public CorporationApi()
public CorporationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public CorporationResponse getCorporationsCorporationId(Integer corporationId, String datasource, String userAgent, String xUserAgent) throws ApiException
corporationId - An EVE corporation ID (required)datasource - The server name you would like data from (optional, default to
tranquility)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<CorporationAlliancesHistoryResponse> getCorporationsCorporationIdAlliancehistory(Integer corporationId, String datasource, String userAgent, String xUserAgent) throws ApiException
corporationId - An EVE corporation ID (required)datasource - The server name you would like data from (optional, default to
tranquility)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic CorporationDivisionsResponse getCorporationsCorporationIdDivisions(Integer corporationId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
corporationId - An EVE corporation ID (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 CorporationIconsResponse getCorporationsCorporationIdIcons(Integer corporationId, String datasource, String userAgent, String xUserAgent) throws ApiException
corporationId - An EVE corporation ID (required)datasource - The server name you would like data from (optional, default to
tranquility)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<CorporationMembersResponse> getCorporationsCorporationIdMembers(Integer corporationId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
corporationId - An EVE corporation ID (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 Integer getCorporationsCorporationIdMembersLimit(Integer corporationId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
corporationId - An EVE corporation ID (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<CorporationMemberTrackingResponse> getCorporationsCorporationIdMembertracking(Integer corporationId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
corporationId - An EVE corporation ID (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<CorporationRolesResponse> getCorporationsCorporationIdRoles(Integer corporationId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
corporationId - An EVE corporation ID (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<CorporationStructuresResponse> getCorporationsCorporationIdStructures(Integer corporationId, String datasource, String language, Integer page, String token, String userAgent, String xUserAgent) throws ApiException
corporationId - An EVE corporation ID (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)page - Which page of results to return (optional, default to 1)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<CorporationNamesResponse> getCorporationsNames(List<Long> corporationIds, String datasource, String userAgent, String xUserAgent) throws ApiException
corporationIds - A comma separated list of corporation IDs (required)datasource - The server name you would like data from (optional, default to
tranquility)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<Integer> getCorporationsNpccorps(String datasource, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)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 putCorporationsCorporationIdStructuresStructureId(Integer corporationId, List<VulnerabilityWindow> newSchedule, Long structureId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
corporationId - An EVE corporation ID (required)newSchedule - New vulnerability window schedule for the structure (required)structureId - A structure ID (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.