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)
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)
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)
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<PublicContractsBidsResponse> |
getContractsPublicBidsContractId(Integer contractId,
String datasource,
String ifNoneMatch,
Integer page)
Get public contract bids Lists bids on a public auction contract --- This
route is cached for up to 300 seconds
|
List<PublicContractsItemsResponse> |
getContractsPublicItemsContractId(Integer contractId,
String datasource,
String ifNoneMatch,
Integer page)
Get public contract items Lists items of a public contract --- This route
is cached for up to 3600 seconds
|
List<PublicContractsResponse> |
getContractsPublicRegionId(Integer regionId,
String datasource,
String ifNoneMatch,
Integer page)
Get public contracts Returns a paginated list of all public contracts in
the given region --- This route is cached for up to 1800 seconds
|
List<CorporationContractsResponse> |
getCorporationsCorporationIdContracts(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation contracts Returns contracts available to a corporation,
only if the corporation is issuer, acceptor or assignee.
|
List<CorporationContractsBidsResponse> |
getCorporationsCorporationIdContractsContractIdBids(Integer contractId,
Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
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)
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) 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)ApiException - if fails to make API callpublic List<CharacterContractsBidsResponse> getCharactersCharacterIdContractsContractIdBids(Integer characterId, Integer contractId, String datasource, String ifNoneMatch, String token) 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)ApiException - if fails to make API callpublic List<CharacterContractsItemsResponse> getCharactersCharacterIdContractsContractIdItems(Integer characterId, Integer contractId, String datasource, String ifNoneMatch, String token) 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)ApiException - if fails to make API callpublic List<PublicContractsBidsResponse> getContractsPublicBidsContractId(Integer contractId, String datasource, String ifNoneMatch, Integer page) throws ApiException
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)page - Which page of results to return (optional, default to 1)ApiException - if fails to make API callpublic List<PublicContractsItemsResponse> getContractsPublicItemsContractId(Integer contractId, String datasource, String ifNoneMatch, Integer page) throws ApiException
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)page - Which page of results to return (optional, default to 1)ApiException - if fails to make API callpublic List<PublicContractsResponse> getContractsPublicRegionId(Integer regionId, String datasource, String ifNoneMatch, Integer page) throws ApiException
regionId - An EVE region 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)ApiException - if fails to make API callpublic List<CorporationContractsResponse> getCorporationsCorporationIdContracts(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token) 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)ApiException - if fails to make API callpublic List<CorporationContractsBidsResponse> getCorporationsCorporationIdContractsContractIdBids(Integer contractId, Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token) 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)ApiException - if fails to make API callpublic List<CorporationContractsItemsResponse> getCorporationsCorporationIdContractsContractIdItems(Integer contractId, Integer corporationId, String datasource, String ifNoneMatch, String token) 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)ApiException - if fails to make API callCopyright © 2019. All Rights Reserved.