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,
String ifNoneMatch,
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 --- [This route has an available
update](https
://esi.evetech.net/diff/latest/dev/#GET-/alliances/{alliance_id
}/contacts/) SSO Scope: esi-alliances.read_contacts.v1
|
List<AllianceContactsLabelsResponse> |
getAlliancesAllianceIdContactsLabels(Integer allianceId,
String datasource,
String ifNoneMatch,
String token,
String userAgent,
String xUserAgent)
Get alliance contact labels Return custom labels for an alliance's
contacts --- 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,
String ifNoneMatch,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get contacts Return contacts of a character --- This route is cached for
up to 300 seconds --- [This route has an available
update](https://esi.evetech
.net/diff/latest/dev/#GET-/characters/{character_id}/contacts/) SSO
Scope: esi-characters.read_contacts.v1
|
List<ContactLabelsResponse> |
getCharactersCharacterIdContactsLabels(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
String userAgent,
String xUserAgent)
Get contact labels Return custom labels for a character's contacts
--- This route is cached for up to 300 seconds SSO Scope:
esi-characters.read_contacts.v1
|
List<CorporationContactsResponse> |
getCorporationsCorporationIdContacts(Integer corporationId,
String datasource,
String ifNoneMatch,
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 --- [This route has an available
update](https
://esi.evetech.net/diff/latest/dev/#GET-/corporations/{corporation_id
}/contacts/) SSO Scope: esi-corporations.read_contacts.v1
|
List<CorporationContactsLabelsResponse> |
getCorporationsCorporationIdContactsLabels(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
String userAgent,
String xUserAgent)
Get corporation contact labels Return custom labels for a
corporation's contacts --- 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 --- [This route has an
available
update](https://esi.evetech.net/diff/latest/dev/#POST-/characters
/{character_id}/contacts/) 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 --- [This route has
an available
update](https://esi.evetech.net/diff/latest/dev/#PUT-/characters
/{character_id}/contacts/) 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, String ifNoneMatch, 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)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<AllianceContactsLabelsResponse> getAlliancesAllianceIdContactsLabels(Integer allianceId, String datasource, String ifNoneMatch, 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)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<ContactsResponse> getCharactersCharacterIdContacts(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<ContactLabelsResponse> getCharactersCharacterIdContactsLabels(Integer characterId, String datasource, String ifNoneMatch, 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)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, 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<CorporationContactsLabelsResponse> getCorporationsCorporationIdContactsLabels(Integer corporationId, String datasource, String ifNoneMatch, 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)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 (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 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 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 (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 © 2018. All Rights Reserved.