| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
DogmaAttributeResponse |
DogmaApi.getDogmaAttributesAttributeId(Integer attributeId,
String datasource,
String userAgent,
String xUserAgent)
Get attribute information Get information on a dogma attribute ---
Alternate route: `/v1/dogma/attributes/{attribute_id}/`
Alternate route: `/legacy/dogma/attributes/{attribute_id}/`
Alternate route: `/dev/dogma/attributes/{attribute_id}/` ---
This route is cached for up to 3600 seconds
|
| Modifier and Type | Method and Description |
|---|---|
DogmaAttributeResponse |
DogmaAttributeResponse.attributeId(Integer attributeId) |
DogmaAttributeResponse |
DogmaAttributeResponse.defaultValue(Float defaultValue) |
DogmaAttributeResponse |
DogmaAttributeResponse.description(String description) |
DogmaAttributeResponse |
DogmaAttributeResponse.displayName(String displayName) |
DogmaAttributeResponse |
DogmaAttributeResponse.highIsGood(Boolean highIsGood) |
DogmaAttributeResponse |
DogmaAttributeResponse.iconId(Integer iconId) |
DogmaAttributeResponse |
DogmaAttributeResponse.name(String name) |
DogmaAttributeResponse |
DogmaAttributeResponse.published(Boolean published) |
DogmaAttributeResponse |
DogmaAttributeResponse.stackable(Boolean stackable) |
DogmaAttributeResponse |
DogmaAttributeResponse.unitId(Integer unitId) |
Copyright © 2017. All Rights Reserved.