Uses of Class
net.troja.eve.esi.model.DogmaEffectResponse
-
Packages that use DogmaEffectResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of DogmaEffectResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return DogmaEffectResponse Modifier and Type Method Description DogmaEffectResponseDogmaApi. getDogmaEffectsEffectId(Integer effectId, String datasource, String ifNoneMatch)Get effect information Get information on a dogma effect --- This route expires daily at 11:05Methods in net.troja.eve.esi.api that return types with arguments of type DogmaEffectResponse Modifier and Type Method Description ApiResponse<DogmaEffectResponse>DogmaApi. getDogmaEffectsEffectIdWithHttpInfo(Integer effectId, String datasource, String ifNoneMatch)Get effect information Get information on a dogma effect --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type DogmaEffectResponse Modifier and Type Method Description okhttp3.CallDogmaApi. getDogmaEffectsEffectIdAsync(Integer effectId, String datasource, String ifNoneMatch, ApiCallback<DogmaEffectResponse> _callback)Get effect information (asynchronously) Get information on a dogma effect --- This route expires daily at 11:05 -
Uses of DogmaEffectResponse in net.troja.eve.esi.model
-