Uses of Class
net.troja.eve.esi.model.DogmaEffectModifier
-
Packages that use DogmaEffectModifier Package Description net.troja.eve.esi.model -
-
Uses of DogmaEffectModifier in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return DogmaEffectModifier Modifier and Type Method Description DogmaEffectModifierDogmaEffectModifier. domain(String domain)DogmaEffectModifierDogmaEffectModifier. effectId(Integer effectId)DogmaEffectModifierDogmaEffectModifier. func(String func)DogmaEffectModifierDogmaEffectModifier. modifiedAttributeId(Integer modifiedAttributeId)DogmaEffectModifierDogmaEffectModifier. modifyingAttributeId(Integer modifyingAttributeId)DogmaEffectModifierDogmaEffectModifier. operator(Integer operator)Methods in net.troja.eve.esi.model that return types with arguments of type DogmaEffectModifier Modifier and Type Method Description List<DogmaEffectModifier>DogmaEffectResponse. getModifiers()modifiers arrayMethods in net.troja.eve.esi.model with parameters of type DogmaEffectModifier Modifier and Type Method Description DogmaEffectResponseDogmaEffectResponse. addModifiersItem(DogmaEffectModifier modifiersItem)Method parameters in net.troja.eve.esi.model with type arguments of type DogmaEffectModifier Modifier and Type Method Description DogmaEffectResponseDogmaEffectResponse. modifiers(List<DogmaEffectModifier> modifiers)voidDogmaEffectResponse. setModifiers(List<DogmaEffectModifier> modifiers)
-