Uses of Class
io.ipdata.client.model.IpdataModel
-
Packages that use IpdataModel Package Description io.ipdata.client.service -
-
Uses of IpdataModel in io.ipdata.client.service
Methods in io.ipdata.client.service that return IpdataModel Modifier and Type Method Description IpdataModel[]IpdataService. bulkAsArray(List<String> ips)IpdataModelCachingInternalClient. getFields(String ip, String fields)IpdataModelIpdataService. getFields(String ip, IpdataField<?>... fields)IpdataModelCachingInternalClient. ipdata(String ip)IpdataModelIpdataService. ipdata(String ip)Methods in io.ipdata.client.service that return types with arguments of type IpdataModel Modifier and Type Method Description List<IpdataModel>CachingInternalClient. bulk(List<String> ips)List<IpdataModel>IpdataService. bulk(List<String> ips)
-