public class ContactsApi extends Object
| Constructor and Description |
|---|
ContactsApi() |
ContactsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCharactersCharacterIdContacts(Integer characterId,
List<Integer> contactIds,
String datasource,
String token,
String userAgent,
String xUserAgent)
Delete contacts Bulk delete contacts --- SSO Scope:
esi-characters.write_contacts.v1
|
List<AllianceContactsResponse> |
getAlliancesAllianceIdContacts(Integer allianceId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get alliance contacts Return contacts of an alliance --- This route is
cached for up to 300 seconds SSO Scope: esi-alliances.read_contacts.v1
|
ApiClient |
getApiClient() |
List<ContactsResponse> |
getCharactersCharacterIdContacts(Integer characterId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get contacts Return contacts of a character --- This route is cached for
up to 300 seconds SSO Scope: esi-characters.read_contacts.v1
|
List<ContactLabelsResponse> |
getCharactersCharacterIdContactsLabels(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get contact labels Return custom labels for contacts the character
defined --- This route is cached for up to 300 seconds SSO Scope:
esi-characters.read_contacts.v1
|
List<CorporationContactsResponse> |
getCorporationsCorporationIdContacts(Integer corporationId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get corporation contacts Return contacts of a corporation --- This route
is cached for up to 300 seconds SSO Scope:
esi-corporations.read_contacts.v1
|
List<Integer> |
postCharactersCharacterIdContacts(Integer characterId,
List<Integer> contactIds,
Float standing,
String datasource,
Long labelId,
String token,
String userAgent,
Boolean watched,
String xUserAgent)
Add contacts Bulk add contacts with same settings --- SSO Scope:
esi-characters.write_contacts.v1
|
void |
putCharactersCharacterIdContacts(Integer characterId,
List<Integer> contactIds,
Float standing,
String datasource,
Long labelId,
String token,
String userAgent,
Boolean watched,
String xUserAgent)
Edit contacts Bulk edit contacts with same settings --- SSO Scope:
esi-characters.write_contacts.v1
|
void |
setApiClient(ApiClient apiClient) |
public ContactsApi()
public ContactsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public void deleteCharactersCharacterIdContacts(Integer characterId, List<Integer> contactIds, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
characterId - An EVE character ID (required)contactIds - A list of contacts 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)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<AllianceContactsResponse> getAlliancesAllianceIdContacts(Integer allianceId, String datasource, Integer page, String token, String userAgent, String xUserAgent) throws ApiException
allianceId - An EVE alliance ID (required)datasource - The server name you would like data from (optional, default to
tranquility)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<ContactsResponse> getCharactersCharacterIdContacts(Integer characterId, String datasource, 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)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<ContactLabelsResponse> getCharactersCharacterIdContactsLabels(Integer characterId, String datasource, 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)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<CorporationContactsResponse> getCorporationsCorporationIdContacts(Integer corporationId, String datasource, 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)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<Integer> postCharactersCharacterIdContacts(Integer characterId, List<Integer> contactIds, Float standing, String datasource, Long labelId, String token, String userAgent, Boolean watched, String xUserAgent) throws ApiException
characterId - An EVE character ID (required)contactIds - A list of contacts to add (required)standing - Standing for the new contact (required)datasource - The server name you would like data from (optional, default to
tranquility)labelId - Add a custom label to the new contact (optional, default to 0)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)watched - Whether the new contact should be watched, note this is only
effective on characters (optional, default to false)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic void putCharactersCharacterIdContacts(Integer characterId, List<Integer> contactIds, Float standing, String datasource, Long labelId, String token, String userAgent, Boolean watched, String xUserAgent) throws ApiException
characterId - An EVE character ID (required)contactIds - A list of contacts to edit (required)standing - Standing for the contact (required)datasource - The server name you would like data from (optional, default to
tranquility)labelId - Add a custom label to the contact, use 0 for clearing label
(optional, default to 0)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)watched - Whether the contact should be watched, note this is only
effective on characters (optional, default to false)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callCopyright © 2017. All Rights Reserved.