public class ContractsApi extends Object
| Constructor and Description |
|---|
ContractsApi() |
ContractsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<CharacterContractsResponse> |
getCharactersCharacterIdContracts(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get contracts Returns contracts available to a character, only if the
character is issuer, acceptor or assignee.
|
List<CharacterContractsBidsResponse> |
getCharactersCharacterIdContractsContractIdBids(Integer characterId,
Integer contractId,
String datasource,
String ifNoneMatch,
String token,
String userAgent,
String xUserAgent)
Get contract bids Lists bids on a particular auction contract --- This
route is cached for up to 300 seconds SSO Scope:
esi-contracts.read_character_contracts.v1
|
List<CharacterContractsItemsResponse> |
getCharactersCharacterIdContractsContractIdItems(Integer characterId,
Integer contractId,
String datasource,
String ifNoneMatch,
String token,
String userAgent,
String xUserAgent)
Get contract items Lists items of a particular contract --- This route is
cached for up to 3600 seconds SSO Scope:
esi-contracts.read_corporation_contracts.v1 SSO Scope:
esi-contracts.read_character_contracts.v1
|
List<CorporationContractsResponse> |
getCorporationsCorporationIdContracts(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get coporation contracts Returns contracts available to a coporation,
only if the corporation is issuer, acceptor or assignee.
|
List<CorporationContractsBidsResponse> |
getCorporationsCorporationIdContractsContractIdBids(Integer contractId,
Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get corporation contract bids Lists bids on a particular auction contract
--- This route is cached for up to 3600 seconds SSO Scope:
esi-contracts.read_corporation_contracts.v1
|
List<CorporationContractsItemsResponse> |
getCorporationsCorporationIdContractsContractIdItems(Integer contractId,
Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
String userAgent,
String xUserAgent)
Get corporation contract items Lists items of a particular contract ---
This route is cached for up to 3600 seconds SSO Scope:
esi-contracts.read_corporation_contracts.v1 SSO Scope:
esi-contracts.read_character_contracts.v1
|
void |
setApiClient(ApiClient apiClient) |
public ContractsApi()
public ContractsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<CharacterContractsResponse> getCharactersCharacterIdContracts(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token, String userAgent, String xUserAgent) 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)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<CharacterContractsBidsResponse> getCharactersCharacterIdContractsContractIdBids(Integer characterId, Integer contractId, String datasource, String ifNoneMatch, String token, String userAgent, String xUserAgent) throws ApiException
characterId - An EVE character ID (required)contractId - ID of a contract (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)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<CharacterContractsItemsResponse> getCharactersCharacterIdContractsContractIdItems(Integer characterId, Integer contractId, String datasource, String ifNoneMatch, String token, String userAgent, String xUserAgent) throws ApiException
characterId - An EVE character ID (required)contractId - ID of a contract (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)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<CorporationContractsResponse> getCorporationsCorporationIdContracts(Integer corporationId, String datasource, String ifNoneMatch, 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)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)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<CorporationContractsBidsResponse> getCorporationsCorporationIdContractsContractIdBids(Integer contractId, Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, String userAgent, String xUserAgent) throws ApiException
contractId - ID of a contract (required)corporationId - An EVE corporation 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)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<CorporationContractsItemsResponse> getCorporationsCorporationIdContractsContractIdItems(Integer contractId, Integer corporationId, String datasource, String ifNoneMatch, String token, String userAgent, String xUserAgent) throws ApiException
contractId - ID of a contract (required)corporationId - An EVE corporation 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)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callCopyright © 2018. All Rights Reserved.