
enterprises.orbital.evekit.model.SDECache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sync Show documentation
Show all versions of sync Show documentation
Handles periodic synchronization of account data
The newest version!
package enterprises.orbital.evekit.model;
import enterprises.orbital.evekit.sde.client.invoker.ApiException;
import enterprises.orbital.evekit.sde.client.model.InvCategory;
import enterprises.orbital.evekit.sde.client.model.InvGroup;
import enterprises.orbital.evekit.sde.client.model.InvType;
public interface SDECache {
InvType getType(int typeID) throws ApiException;
InvGroup getGroup(int groupID) throws ApiException;
InvCategory getCategory(int categoryID) throws ApiException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy