| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
StructureResponse |
UniverseApi.getUniverseStructuresStructureId(Long structureId,
String datasource,
String ifNoneMatch,
String token)
Get structure information Returns information on requested structure if
you are on the ACL.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
UniverseApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
StructureResponse |
StructureResponse.name(String name) |
StructureResponse |
StructureResponse.ownerId(Integer ownerId) |
StructureResponse |
StructureResponse.position(Position position) |
StructureResponse |
StructureResponse.solarSystemId(Integer solarSystemId) |
StructureResponse |
StructureResponse.typeId(Integer typeId) |
Copyright © 2019. All Rights Reserved.