Uses of Class
net.troja.eve.esi.model.CorporationBlueprintsResponse
-
Packages that use CorporationBlueprintsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CorporationBlueprintsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CorporationBlueprintsResponse Modifier and Type Method Description List<CorporationBlueprintsResponse>CorporationApi. getCorporationsCorporationIdBlueprints(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)Get corporation blueprints Returns a list of blueprints the corporation owns --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_blueprints.v1ApiResponse<List<CorporationBlueprintsResponse>>CorporationApi. getCorporationsCorporationIdBlueprintsWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)Get corporation blueprints Returns a list of blueprints the corporation owns --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_blueprints.v1Method parameters in net.troja.eve.esi.api with type arguments of type CorporationBlueprintsResponse Modifier and Type Method Description okhttp3.CallCorporationApi. getCorporationsCorporationIdBlueprintsAsync(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CorporationBlueprintsResponse>> _callback)Get corporation blueprints (asynchronously) Returns a list of blueprints the corporation owns --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_blueprints.v1 -
Uses of CorporationBlueprintsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationBlueprintsResponse Modifier and Type Method Description CorporationBlueprintsResponseCorporationBlueprintsResponse. itemId(Long itemId)CorporationBlueprintsResponseCorporationBlueprintsResponse. locationFlag(CorporationBlueprintsResponse.LocationFlagEnum locationFlagEnum)CorporationBlueprintsResponseCorporationBlueprintsResponse. locationFlagString(String locationFlag)CorporationBlueprintsResponseCorporationBlueprintsResponse. locationId(Long locationId)CorporationBlueprintsResponseCorporationBlueprintsResponse. materialEfficiency(Integer materialEfficiency)CorporationBlueprintsResponseCorporationBlueprintsResponse. quantity(Integer quantity)CorporationBlueprintsResponseCorporationBlueprintsResponse. runs(Integer runs)CorporationBlueprintsResponseCorporationBlueprintsResponse. timeEfficiency(Integer timeEfficiency)CorporationBlueprintsResponseCorporationBlueprintsResponse. typeId(Integer typeId)
-