Uses of Class
net.troja.eve.esi.model.GraphicResponse
-
Packages that use GraphicResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of GraphicResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return GraphicResponse Modifier and Type Method Description GraphicResponseUniverseApi. getUniverseGraphicsGraphicId(Integer graphicId, String datasource, String ifNoneMatch)Get graphic information Get information on a graphic --- This route expires daily at 11:05Methods in net.troja.eve.esi.api that return types with arguments of type GraphicResponse Modifier and Type Method Description ApiResponse<GraphicResponse>UniverseApi. getUniverseGraphicsGraphicIdWithHttpInfo(Integer graphicId, String datasource, String ifNoneMatch)Get graphic information Get information on a graphic --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type GraphicResponse Modifier and Type Method Description okhttp3.CallUniverseApi. getUniverseGraphicsGraphicIdAsync(Integer graphicId, String datasource, String ifNoneMatch, ApiCallback<GraphicResponse> _callback)Get graphic information (asynchronously) Get information on a graphic --- This route expires daily at 11:05 -
Uses of GraphicResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return GraphicResponse Modifier and Type Method Description GraphicResponseGraphicResponse. collisionFile(String collisionFile)GraphicResponseGraphicResponse. graphicFile(String graphicFile)GraphicResponseGraphicResponse. graphicId(Integer graphicId)GraphicResponseGraphicResponse. iconFolder(String iconFolder)GraphicResponseGraphicResponse. sofDna(String sofDna)GraphicResponseGraphicResponse. sofFationName(String sofFationName)GraphicResponseGraphicResponse. sofHullName(String sofHullName)GraphicResponseGraphicResponse. sofRaceName(String sofRaceName)
-