| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CharacterAssetsResponse> |
AssetsApi.getCharactersCharacterIdAssets(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get character assets Return a list of the characters assets --- This
route is cached for up to 3600 seconds SSO Scope:
esi-assets.read_assets.v1
|
ApiResponse<List<CharacterAssetsResponse>> |
AssetsApi.getCharactersCharacterIdAssetsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get character assets Return a list of the characters assets --- This
route is cached for up to 3600 seconds SSO Scope:
esi-assets.read_assets.v1
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
AssetsApi.getCharactersCharacterIdAssetsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CharacterAssetsResponse>> callback)
Get character assets (asynchronously) Return a list of the characters
assets --- This route is cached for up to 3600 seconds SSO Scope:
esi-assets.read_assets.v1
|
| Modifier and Type | Method and Description |
|---|---|
CharacterAssetsResponse |
CharacterAssetsResponse.isBlueprintCopy(Boolean isBlueprintCopy) |
CharacterAssetsResponse |
CharacterAssetsResponse.isSingleton(Boolean isSingleton) |
CharacterAssetsResponse |
CharacterAssetsResponse.itemId(Long itemId) |
CharacterAssetsResponse |
CharacterAssetsResponse.locationFlag(CharacterAssetsResponse.LocationFlagEnum locationFlag) |
CharacterAssetsResponse |
CharacterAssetsResponse.locationId(Long locationId) |
CharacterAssetsResponse |
CharacterAssetsResponse.locationType(CharacterAssetsResponse.LocationTypeEnum locationType) |
CharacterAssetsResponse |
CharacterAssetsResponse.quantity(Integer quantity) |
CharacterAssetsResponse |
CharacterAssetsResponse.typeId(Integer typeId) |
Copyright © 2019. All Rights Reserved.