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 IpdataModelIpdataService. getFields(String ip, IpdataField<?>... fields)Retrieves only the specified fields for the given IP address.IpdataModelIpdataService. ipdata(String ip)Retrieves the full IP data model for the given IP address.Methods in io.ipdata.client.service that return types with arguments of type IpdataModel Modifier and Type Method Description List<IpdataModel>IpdataService. bulk(List<String> ips)Retrieves IP data for multiple IP addresses in a single request.
-