| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<ContactLabelsResponse> |
ContactsApi.getCharactersCharacterIdContactsLabels(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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
|
ApiResponse<List<ContactLabelsResponse>> |
ContactsApi.getCharactersCharacterIdContactsLabelsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ContactsApi.getCharactersCharacterIdContactsLabelsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<ContactLabelsResponse>> _callback)
Get contact labels (asynchronously) Return custom labels for a
character's contacts --- This route is cached for up to 300 seconds
SSO Scope: esi-characters.read_contacts.v1
|
| Modifier and Type | Method and Description |
|---|---|
ContactLabelsResponse |
ContactLabelsResponse.labelId(Long labelId) |
ContactLabelsResponse |
ContactLabelsResponse.labelName(String labelName) |
Copyright © 2019. All Rights Reserved.