Uses of Class
net.troja.eve.esi.model.DogmaDynamicItemsResponse
-
Packages that use DogmaDynamicItemsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of DogmaDynamicItemsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return DogmaDynamicItemsResponse Modifier and Type Method Description DogmaDynamicItemsResponseDogmaApi. getDogmaDynamicItemsTypeIdItemId(Long itemId, Integer typeId, String datasource, String ifNoneMatch)Get dynamic item information Returns info about a dynamic item resulting from mutation with a mutaplasmid. --- This route expires daily at 11:05Methods in net.troja.eve.esi.api that return types with arguments of type DogmaDynamicItemsResponse Modifier and Type Method Description ApiResponse<DogmaDynamicItemsResponse>DogmaApi. getDogmaDynamicItemsTypeIdItemIdWithHttpInfo(Long itemId, Integer typeId, String datasource, String ifNoneMatch)Get dynamic item information Returns info about a dynamic item resulting from mutation with a mutaplasmid. --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type DogmaDynamicItemsResponse Modifier and Type Method Description okhttp3.CallDogmaApi. getDogmaDynamicItemsTypeIdItemIdAsync(Long itemId, Integer typeId, String datasource, String ifNoneMatch, ApiCallback<DogmaDynamicItemsResponse> _callback)Get dynamic item information (asynchronously) Returns info about a dynamic item resulting from mutation with a mutaplasmid. --- This route expires daily at 11:05 -
Uses of DogmaDynamicItemsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return DogmaDynamicItemsResponse Modifier and Type Method Description DogmaDynamicItemsResponseDogmaDynamicItemsResponse. addDogmaAttributesItem(DogmaDynamicAttribute dogmaAttributesItem)DogmaDynamicItemsResponseDogmaDynamicItemsResponse. addDogmaEffectsItem(DogmaDynamicEffect dogmaEffectsItem)DogmaDynamicItemsResponseDogmaDynamicItemsResponse. createdBy(Integer createdBy)DogmaDynamicItemsResponseDogmaDynamicItemsResponse. dogmaAttributes(List<DogmaDynamicAttribute> dogmaAttributes)DogmaDynamicItemsResponseDogmaDynamicItemsResponse. dogmaEffects(List<DogmaDynamicEffect> dogmaEffects)DogmaDynamicItemsResponseDogmaDynamicItemsResponse. mutatorTypeId(Integer mutatorTypeId)DogmaDynamicItemsResponseDogmaDynamicItemsResponse. sourceTypeId(Integer sourceTypeId)
-