Package net.troja.eve.esi.api
Class BookmarksApi
- java.lang.Object
-
- net.troja.eve.esi.api.BookmarksApi
-
public class BookmarksApi extends Object
-
-
Constructor Summary
Constructors Constructor Description BookmarksApi()BookmarksApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()List<CharacterBookmarksResponse>getCharactersCharacterIdBookmarks(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token)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.v1okhttp3.CallgetCharactersCharacterIdBookmarksAsync(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CharacterBookmarksResponse>> _callback)List bookmarks (asynchronously) A list of your character's personal bookmarks --- This route is cached for up to 3600 seconds SSO Scope: esi-bookmarks.read_character_bookmarks.v1okhttp3.CallgetCharactersCharacterIdBookmarksCall(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback _callback)Build call for getCharactersCharacterIdBookmarksList<CharacterBookmarkFoldersResponse>getCharactersCharacterIdBookmarksFolders(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token)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.v1okhttp3.CallgetCharactersCharacterIdBookmarksFoldersAsync(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CharacterBookmarkFoldersResponse>> _callback)List bookmark folders (asynchronously) 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.v1okhttp3.CallgetCharactersCharacterIdBookmarksFoldersCall(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback _callback)Build call for getCharactersCharacterIdBookmarksFoldersApiResponse<List<CharacterBookmarkFoldersResponse>>getCharactersCharacterIdBookmarksFoldersWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token)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.v1ApiResponse<List<CharacterBookmarksResponse>>getCharactersCharacterIdBookmarksWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token)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.v1List<CorporationBookmarksResponse>getCorporationsCorporationIdBookmarks(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)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.v1okhttp3.CallgetCorporationsCorporationIdBookmarksAsync(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CorporationBookmarksResponse>> _callback)List corporation bookmarks (asynchronously) A list of your corporation's bookmarks --- This route is cached for up to 3600 seconds SSO Scope: esi-bookmarks.read_corporation_bookmarks.v1okhttp3.CallgetCorporationsCorporationIdBookmarksCall(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback _callback)Build call for getCorporationsCorporationIdBookmarksList<CorporationBookmarkFoldersResponse>getCorporationsCorporationIdBookmarksFolders(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)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.v1okhttp3.CallgetCorporationsCorporationIdBookmarksFoldersAsync(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CorporationBookmarkFoldersResponse>> _callback)List corporation bookmark folders (asynchronously) A list of your corporation's bookmark folders --- This route is cached for up to 3600 seconds SSO Scope: esi-bookmarks.read_corporation_bookmarks.v1okhttp3.CallgetCorporationsCorporationIdBookmarksFoldersCall(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback _callback)Build call for getCorporationsCorporationIdBookmarksFoldersApiResponse<List<CorporationBookmarkFoldersResponse>>getCorporationsCorporationIdBookmarksFoldersWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)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.v1ApiResponse<List<CorporationBookmarksResponse>>getCorporationsCorporationIdBookmarksWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)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.v1voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
BookmarksApi
public BookmarksApi()
-
BookmarksApi
public BookmarksApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getCharactersCharacterIdBookmarksCall
public okhttp3.Call getCharactersCharacterIdBookmarksCall(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback _callback) throws ApiException
Build call for getCharactersCharacterIdBookmarks- Parameters:
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)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getCharactersCharacterIdBookmarks
public List<CharacterBookmarksResponse> getCharactersCharacterIdBookmarks(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
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- Parameters:
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)- Returns:
- List<CharacterBookmarksResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getCharactersCharacterIdBookmarksWithHttpInfo
public ApiResponse<List<CharacterBookmarksResponse>> getCharactersCharacterIdBookmarksWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
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- Parameters:
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)- Returns:
- ApiResponse<List<CharacterBookmarksResponse>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getCharactersCharacterIdBookmarksAsync
public okhttp3.Call getCharactersCharacterIdBookmarksAsync(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CharacterBookmarksResponse>> _callback) throws ApiException
List bookmarks (asynchronously) 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- Parameters:
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)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
getCharactersCharacterIdBookmarksFoldersCall
public okhttp3.Call getCharactersCharacterIdBookmarksFoldersCall(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback _callback) throws ApiException
Build call for getCharactersCharacterIdBookmarksFolders- Parameters:
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)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getCharactersCharacterIdBookmarksFolders
public List<CharacterBookmarkFoldersResponse> getCharactersCharacterIdBookmarksFolders(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
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- Parameters:
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)- Returns:
- List<CharacterBookmarkFoldersResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getCharactersCharacterIdBookmarksFoldersWithHttpInfo
public ApiResponse<List<CharacterBookmarkFoldersResponse>> getCharactersCharacterIdBookmarksFoldersWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
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- Parameters:
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)- Returns:
- ApiResponse<List<CharacterBookmarkFoldersResponse>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getCharactersCharacterIdBookmarksFoldersAsync
public okhttp3.Call getCharactersCharacterIdBookmarksFoldersAsync(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CharacterBookmarkFoldersResponse>> _callback) throws ApiException
List bookmark folders (asynchronously) 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- Parameters:
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)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
getCorporationsCorporationIdBookmarksCall
public okhttp3.Call getCorporationsCorporationIdBookmarksCall(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback _callback) throws ApiException
Build call for getCorporationsCorporationIdBookmarks- Parameters:
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)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getCorporationsCorporationIdBookmarks
public List<CorporationBookmarksResponse> getCorporationsCorporationIdBookmarks(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
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- Parameters:
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)- Returns:
- List<CorporationBookmarksResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getCorporationsCorporationIdBookmarksWithHttpInfo
public ApiResponse<List<CorporationBookmarksResponse>> getCorporationsCorporationIdBookmarksWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
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- Parameters:
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)- Returns:
- ApiResponse<List<CorporationBookmarksResponse>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getCorporationsCorporationIdBookmarksAsync
public okhttp3.Call getCorporationsCorporationIdBookmarksAsync(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CorporationBookmarksResponse>> _callback) throws ApiException
List corporation bookmarks (asynchronously) A list of your corporation's bookmarks --- This route is cached for up to 3600 seconds SSO Scope: esi-bookmarks.read_corporation_bookmarks.v1- Parameters:
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)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
getCorporationsCorporationIdBookmarksFoldersCall
public okhttp3.Call getCorporationsCorporationIdBookmarksFoldersCall(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback _callback) throws ApiException
Build call for getCorporationsCorporationIdBookmarksFolders- Parameters:
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)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getCorporationsCorporationIdBookmarksFolders
public List<CorporationBookmarkFoldersResponse> getCorporationsCorporationIdBookmarksFolders(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
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- Parameters:
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)- Returns:
- List<CorporationBookmarkFoldersResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getCorporationsCorporationIdBookmarksFoldersWithHttpInfo
public ApiResponse<List<CorporationBookmarkFoldersResponse>> getCorporationsCorporationIdBookmarksFoldersWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
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- Parameters:
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)- Returns:
- ApiResponse<List<CorporationBookmarkFoldersResponse>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getCorporationsCorporationIdBookmarksFoldersAsync
public okhttp3.Call getCorporationsCorporationIdBookmarksFoldersAsync(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CorporationBookmarkFoldersResponse>> _callback) throws ApiException
List corporation bookmark folders (asynchronously) 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- Parameters:
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)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
-