Uses of Class
net.troja.eve.esi.model.StargateResponse
-
Packages that use StargateResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of StargateResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return StargateResponse Modifier and Type Method Description StargateResponseUniverseApi. getUniverseStargatesStargateId(Integer stargateId, String datasource, String ifNoneMatch)Get stargate information Get information on a stargate --- This route expires daily at 11:05Methods in net.troja.eve.esi.api that return types with arguments of type StargateResponse Modifier and Type Method Description ApiResponse<StargateResponse>UniverseApi. getUniverseStargatesStargateIdWithHttpInfo(Integer stargateId, String datasource, String ifNoneMatch)Get stargate information Get information on a stargate --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type StargateResponse Modifier and Type Method Description okhttp3.CallUniverseApi. getUniverseStargatesStargateIdAsync(Integer stargateId, String datasource, String ifNoneMatch, ApiCallback<StargateResponse> _callback)Get stargate information (asynchronously) Get information on a stargate --- This route expires daily at 11:05 -
Uses of StargateResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return StargateResponse Modifier and Type Method Description StargateResponseStargateResponse. destination(StargateDestination destination)StargateResponseStargateResponse. name(String name)StargateResponseStargateResponse. position(Position position)StargateResponseStargateResponse. stargateId(Integer stargateId)StargateResponseStargateResponse. systemId(Integer systemId)StargateResponseStargateResponse. typeId(Integer typeId)
-