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 ifNoneMatch,
Integer page,
String token,
String userAgent,
String xUserAgent)
List bookmarks A list of 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 ifNoneMatch,
Integer page,
String token,
String userAgent,
String xUserAgent)
List bookmark folders A list of your character's personal bookmark
folders --- This route is cached for up to 3600 seconds SSO Scope:
esi-bookmarks.read_character_bookmarks.v1
|
List<CorporationBookmarksResponse> |
getCorporationsCorporationIdBookmarks(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
String userAgent,
String xUserAgent)
List corporation bookmarks A list of your corporation's bookmarks ---
This route is cached for up to 3600 seconds SSO Scope:
esi-bookmarks.read_corporation_bookmarks.v1
|
List<CorporationBookmarkFoldersResponse> |
getCorporationsCorporationIdBookmarksFolders(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
String userAgent,
String xUserAgent)
List corporation bookmark folders A list of your corporation's
bookmark folders --- This route is cached for up to 3600 seconds SSO
Scope: esi-bookmarks.read_corporation_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 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<CharacterBookmarkFoldersResponse> getCharactersCharacterIdBookmarksFolders(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<CorporationBookmarksResponse> getCorporationsCorporationIdBookmarks(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<CorporationBookmarkFoldersResponse> getCorporationsCorporationIdBookmarksFolders(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 callCopyright © 2018. All Rights Reserved.