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