Uses of Class
net.troja.eve.esi.model.StructureResponse
-
Packages that use StructureResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of StructureResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return StructureResponse Modifier and Type Method Description StructureResponseUniverseApi. getUniverseStructuresStructureId(Long structureId, String datasource, String ifNoneMatch, String token)Get structure information Returns information on requested structure if you are on the ACL.Methods in net.troja.eve.esi.api that return types with arguments of type StructureResponse Modifier and Type Method Description ApiResponse<StructureResponse>UniverseApi. getUniverseStructuresStructureIdWithHttpInfo(Long structureId, String datasource, String ifNoneMatch, String token)Get structure information Returns information on requested structure if you are on the ACL.Method parameters in net.troja.eve.esi.api with type arguments of type StructureResponse Modifier and Type Method Description okhttp3.CallUniverseApi. getUniverseStructuresStructureIdAsync(Long structureId, String datasource, String ifNoneMatch, String token, ApiCallback<StructureResponse> _callback)Get structure information (asynchronously) Returns information on requested structure if you are on the ACL. -
Uses of StructureResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return StructureResponse Modifier and Type Method Description StructureResponseStructureResponse. name(String name)StructureResponseStructureResponse. ownerId(Integer ownerId)StructureResponseStructureResponse. position(Position position)StructureResponseStructureResponse. solarSystemId(Integer solarSystemId)StructureResponseStructureResponse. typeId(Integer typeId)
-