public class BookmarksApi extends Object
| Constructor and Description |
|---|
BookmarksApi() |
BookmarksApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<CharacterBookmarksResponse> |
getCharactersCharacterIdBookmarks(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
List bookmarks List your character's personal bookmarks --- This
route is cached for up to 3600 seconds SSO Scope:
esi-bookmarks.read_character_bookmarks.v1
|
List<CharacterBookmarkFoldersResponse> |
getCharactersCharacterIdBookmarksFolders(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
List bookmark folders List your character's personal bookmark folders
--- This route is cached for up to 3600 seconds SSO Scope:
esi-bookmarks.read_character_bookmarks.v1
|
void |
setApiClient(ApiClient apiClient) |
public BookmarksApi()
public BookmarksApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<CharacterBookmarksResponse> getCharactersCharacterIdBookmarks(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<CharacterBookmarkFoldersResponse> getCharactersCharacterIdBookmarksFolders(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 callCopyright © 2017. All Rights Reserved.