Uses of Class
net.troja.eve.esi.model.CharacterBlueprintsResponse
-
Packages that use CharacterBlueprintsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterBlueprintsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CharacterBlueprintsResponse Modifier and Type Method Description List<CharacterBlueprintsResponse>CharacterApi. getCharactersCharacterIdBlueprints(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token)Get blueprints Return a list of blueprints the character owns --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_blueprints.v1ApiResponse<List<CharacterBlueprintsResponse>>CharacterApi. getCharactersCharacterIdBlueprintsWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token)Get blueprints Return a list of blueprints the character owns --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_blueprints.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterBlueprintsResponse Modifier and Type Method Description okhttp3.CallCharacterApi. getCharactersCharacterIdBlueprintsAsync(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CharacterBlueprintsResponse>> _callback)Get blueprints (asynchronously) Return a list of blueprints the character owns --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_blueprints.v1 -
Uses of CharacterBlueprintsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterBlueprintsResponse Modifier and Type Method Description CharacterBlueprintsResponseCharacterBlueprintsResponse. itemId(Long itemId)CharacterBlueprintsResponseCharacterBlueprintsResponse. locationFlag(CharacterBlueprintsResponse.LocationFlagEnum locationFlagEnum)CharacterBlueprintsResponseCharacterBlueprintsResponse. locationFlagString(String locationFlag)CharacterBlueprintsResponseCharacterBlueprintsResponse. locationId(Long locationId)CharacterBlueprintsResponseCharacterBlueprintsResponse. materialEfficiency(Integer materialEfficiency)CharacterBlueprintsResponseCharacterBlueprintsResponse. quantity(Integer quantity)CharacterBlueprintsResponseCharacterBlueprintsResponse. runs(Integer runs)CharacterBlueprintsResponseCharacterBlueprintsResponse. timeEfficiency(Integer timeEfficiency)CharacterBlueprintsResponseCharacterBlueprintsResponse. typeId(Integer typeId)
-