Uses of Class
net.troja.eve.esi.model.CharacterAssetsResponse
-
Packages that use CharacterAssetsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterAssetsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CharacterAssetsResponse Modifier and Type Method 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.v1ApiResponse<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.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterAssetsResponse Modifier and Type Method Description okhttp3.CallAssetsApi. 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 -
Uses of CharacterAssetsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterAssetsResponse Modifier and Type Method Description CharacterAssetsResponseCharacterAssetsResponse. isBlueprintCopy(Boolean isBlueprintCopy)CharacterAssetsResponseCharacterAssetsResponse. isSingleton(Boolean isSingleton)CharacterAssetsResponseCharacterAssetsResponse. itemId(Long itemId)CharacterAssetsResponseCharacterAssetsResponse. locationFlag(CharacterAssetsResponse.LocationFlagEnum locationFlagEnum)CharacterAssetsResponseCharacterAssetsResponse. locationFlagString(String locationFlag)CharacterAssetsResponseCharacterAssetsResponse. locationId(Long locationId)CharacterAssetsResponseCharacterAssetsResponse. locationType(CharacterAssetsResponse.LocationTypeEnum locationTypeEnum)CharacterAssetsResponseCharacterAssetsResponse. locationTypeString(String locationType)CharacterAssetsResponseCharacterAssetsResponse. quantity(Integer quantity)CharacterAssetsResponseCharacterAssetsResponse. typeId(Integer typeId)
-