Uses of Class
net.troja.eve.esi.model.PlanetFactorySchematicResponse
-
Packages that use PlanetFactorySchematicResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of PlanetFactorySchematicResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return PlanetFactorySchematicResponse Modifier and Type Method Description PlanetFactorySchematicResponsePlanetaryInteractionApi. getUniverseSchematicsSchematicId(Integer schematicId, String datasource, String ifNoneMatch)Get schematic information Get information on a planetary factory schematic --- This route is cached for up to 3600 secondsMethods in net.troja.eve.esi.api that return types with arguments of type PlanetFactorySchematicResponse Modifier and Type Method Description ApiResponse<PlanetFactorySchematicResponse>PlanetaryInteractionApi. getUniverseSchematicsSchematicIdWithHttpInfo(Integer schematicId, String datasource, String ifNoneMatch)Get schematic information Get information on a planetary factory schematic --- This route is cached for up to 3600 secondsMethod parameters in net.troja.eve.esi.api with type arguments of type PlanetFactorySchematicResponse Modifier and Type Method Description okhttp3.CallPlanetaryInteractionApi. getUniverseSchematicsSchematicIdAsync(Integer schematicId, String datasource, String ifNoneMatch, ApiCallback<PlanetFactorySchematicResponse> _callback)Get schematic information (asynchronously) Get information on a planetary factory schematic --- This route is cached for up to 3600 seconds -
Uses of PlanetFactorySchematicResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return PlanetFactorySchematicResponse Modifier and Type Method Description PlanetFactorySchematicResponsePlanetFactorySchematicResponse. cycleTime(Integer cycleTime)PlanetFactorySchematicResponsePlanetFactorySchematicResponse. schematicName(String schematicName)
-