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