| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CharacterBookmarksResponse> |
BookmarksApi.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.v1
|
ApiResponse<List<CharacterBookmarksResponse>> |
BookmarksApi.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.v1
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
BookmarksApi.getCharactersCharacterIdBookmarksAsync(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.v1
|
| Modifier and Type | Method and Description |
|---|---|
CharacterBookmarksResponse |
CharacterBookmarksResponse.bookmarkId(Integer bookmarkId) |
CharacterBookmarksResponse |
CharacterBookmarksResponse.coordinates(CharacterBookmarksCoordinates coordinates) |
CharacterBookmarksResponse |
CharacterBookmarksResponse.created(java.time.OffsetDateTime created) |
CharacterBookmarksResponse |
CharacterBookmarksResponse.creatorId(Integer creatorId) |
CharacterBookmarksResponse |
CharacterBookmarksResponse.folderId(Integer folderId) |
CharacterBookmarksResponse |
CharacterBookmarksResponse.item(CharacterBookmarkItem item) |
CharacterBookmarksResponse |
CharacterBookmarksResponse.label(String label) |
CharacterBookmarksResponse |
CharacterBookmarksResponse.locationId(Integer locationId) |
CharacterBookmarksResponse |
CharacterBookmarksResponse.notes(String notes) |
Copyright © 2019. All Rights Reserved.