Uses of Class
net.troja.eve.esi.model.CharacterBookmarksResponse
-
Packages that use CharacterBookmarksResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterBookmarksResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CharacterBookmarksResponse Modifier and Type Method 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.v1ApiResponse<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.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterBookmarksResponse Modifier and Type Method Description okhttp3.CallBookmarksApi. 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 -
Uses of CharacterBookmarksResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterBookmarksResponse Modifier and Type Method Description CharacterBookmarksResponseCharacterBookmarksResponse. bookmarkId(Integer bookmarkId)CharacterBookmarksResponseCharacterBookmarksResponse. coordinates(CharacterBookmarksCoordinates coordinates)CharacterBookmarksResponseCharacterBookmarksResponse. created(java.time.OffsetDateTime created)CharacterBookmarksResponseCharacterBookmarksResponse. creatorId(Integer creatorId)CharacterBookmarksResponseCharacterBookmarksResponse. folderId(Integer folderId)CharacterBookmarksResponseCharacterBookmarksResponse. item(CharacterBookmarkItem item)CharacterBookmarksResponseCharacterBookmarksResponse. label(String label)CharacterBookmarksResponseCharacterBookmarksResponse. locationId(Integer locationId)CharacterBookmarksResponseCharacterBookmarksResponse. notes(String notes)
-