Uses of Class
net.troja.eve.esi.model.TypeResponse
-
Packages that use TypeResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of TypeResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return TypeResponse Modifier and Type Method Description TypeResponseUniverseApi. getUniverseTypesTypeId(Integer typeId, String acceptLanguage, String datasource, String ifNoneMatch, String language)Get type information Get information on a type --- This route expires daily at 11:05Methods in net.troja.eve.esi.api that return types with arguments of type TypeResponse Modifier and Type Method Description ApiResponse<TypeResponse>UniverseApi. getUniverseTypesTypeIdWithHttpInfo(Integer typeId, String acceptLanguage, String datasource, String ifNoneMatch, String language)Get type information Get information on a type --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type TypeResponse Modifier and Type Method Description okhttp3.CallUniverseApi. getUniverseTypesTypeIdAsync(Integer typeId, String acceptLanguage, String datasource, String ifNoneMatch, String language, ApiCallback<TypeResponse> _callback)Get type information (asynchronously) Get information on a type --- This route expires daily at 11:05 -
Uses of TypeResponse in net.troja.eve.esi.model
-