Uses of Class
net.troja.eve.esi.model.DogmaDynamicEffect
-
Packages that use DogmaDynamicEffect Package Description net.troja.eve.esi.model -
-
Uses of DogmaDynamicEffect in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return DogmaDynamicEffect Modifier and Type Method Description DogmaDynamicEffectDogmaDynamicEffect. effectId(Integer effectId)DogmaDynamicEffectDogmaDynamicEffect. isDefault(Boolean isDefault)Methods in net.troja.eve.esi.model that return types with arguments of type DogmaDynamicEffect Modifier and Type Method Description List<DogmaDynamicEffect>DogmaDynamicItemsResponse. getDogmaEffects()dogma_effects arrayMethods in net.troja.eve.esi.model with parameters of type DogmaDynamicEffect Modifier and Type Method Description DogmaDynamicItemsResponseDogmaDynamicItemsResponse. addDogmaEffectsItem(DogmaDynamicEffect dogmaEffectsItem)Method parameters in net.troja.eve.esi.model with type arguments of type DogmaDynamicEffect Modifier and Type Method Description DogmaDynamicItemsResponseDogmaDynamicItemsResponse. dogmaEffects(List<DogmaDynamicEffect> dogmaEffects)voidDogmaDynamicItemsResponse. setDogmaEffects(List<DogmaDynamicEffect> dogmaEffects)
-