Uses of Class
net.troja.eve.esi.model.CharacterBookmarkFoldersResponse
-
Packages that use CharacterBookmarkFoldersResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterBookmarkFoldersResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CharacterBookmarkFoldersResponse Modifier and Type Method Description List<CharacterBookmarkFoldersResponse>BookmarksApi. 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.v1ApiResponse<List<CharacterBookmarkFoldersResponse>>BookmarksApi. 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.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterBookmarkFoldersResponse Modifier and Type Method Description okhttp3.CallBookmarksApi. getCharactersCharacterIdBookmarksFoldersAsync(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.v1 -
Uses of CharacterBookmarkFoldersResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterBookmarkFoldersResponse Modifier and Type Method Description CharacterBookmarkFoldersResponseCharacterBookmarkFoldersResponse. folderId(Integer folderId)CharacterBookmarkFoldersResponseCharacterBookmarkFoldersResponse. name(String name)
-