Uses of Class
net.troja.eve.esi.model.DogmaAttributeResponse
-
Packages that use DogmaAttributeResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of DogmaAttributeResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return DogmaAttributeResponse Modifier and Type Method Description DogmaAttributeResponseDogmaApi. getDogmaAttributesAttributeId(Integer attributeId, String datasource, String ifNoneMatch)Get attribute information Get information on a dogma attribute --- This route expires daily at 11:05Methods in net.troja.eve.esi.api that return types with arguments of type DogmaAttributeResponse Modifier and Type Method Description ApiResponse<DogmaAttributeResponse>DogmaApi. getDogmaAttributesAttributeIdWithHttpInfo(Integer attributeId, String datasource, String ifNoneMatch)Get attribute information Get information on a dogma attribute --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type DogmaAttributeResponse Modifier and Type Method Description okhttp3.CallDogmaApi. getDogmaAttributesAttributeIdAsync(Integer attributeId, String datasource, String ifNoneMatch, ApiCallback<DogmaAttributeResponse> _callback)Get attribute information (asynchronously) Get information on a dogma attribute --- This route expires daily at 11:05 -
Uses of DogmaAttributeResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return DogmaAttributeResponse Modifier and Type Method Description DogmaAttributeResponseDogmaAttributeResponse. attributeId(Integer attributeId)DogmaAttributeResponseDogmaAttributeResponse. defaultValue(Float defaultValue)DogmaAttributeResponseDogmaAttributeResponse. description(String description)DogmaAttributeResponseDogmaAttributeResponse. displayName(String displayName)DogmaAttributeResponseDogmaAttributeResponse. highIsGood(Boolean highIsGood)DogmaAttributeResponseDogmaAttributeResponse. iconId(Integer iconId)DogmaAttributeResponseDogmaAttributeResponse. name(String name)DogmaAttributeResponseDogmaAttributeResponse. published(Boolean published)DogmaAttributeResponseDogmaAttributeResponse. stackable(Boolean stackable)DogmaAttributeResponseDogmaAttributeResponse. unitId(Integer unitId)
-