Uses of Class
net.troja.eve.esi.model.DogmaDynamicAttribute
-
Packages that use DogmaDynamicAttribute Package Description net.troja.eve.esi.model -
-
Uses of DogmaDynamicAttribute in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return DogmaDynamicAttribute Modifier and Type Method Description DogmaDynamicAttributeDogmaDynamicAttribute. attributeId(Integer attributeId)DogmaDynamicAttributeDogmaDynamicAttribute. value(Float value)Methods in net.troja.eve.esi.model that return types with arguments of type DogmaDynamicAttribute Modifier and Type Method Description List<DogmaDynamicAttribute>DogmaDynamicItemsResponse. getDogmaAttributes()dogma_attributes arrayMethods in net.troja.eve.esi.model with parameters of type DogmaDynamicAttribute Modifier and Type Method Description DogmaDynamicItemsResponseDogmaDynamicItemsResponse. addDogmaAttributesItem(DogmaDynamicAttribute dogmaAttributesItem)Method parameters in net.troja.eve.esi.model with type arguments of type DogmaDynamicAttribute Modifier and Type Method Description DogmaDynamicItemsResponseDogmaDynamicItemsResponse. dogmaAttributes(List<DogmaDynamicAttribute> dogmaAttributes)voidDogmaDynamicItemsResponse. setDogmaAttributes(List<DogmaDynamicAttribute> dogmaAttributes)
-