Uses of Enum Class
rs.adsdev.ifconfig.client.Field
-
Uses of Field in rs.adsdev.ifconfig.client
Methods in rs.adsdev.ifconfig.client that return FieldModifier and TypeMethodDescriptionstatic FieldReturns the enum constant of this class with the specified name.static Field[]Field.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in rs.adsdev.ifconfig.client with type arguments of type FieldModifier and TypeMethodDescriptionIfconfigClient.lookup(String ip, Collection<Field> fields) GET /json?ip=...&fields=...— restricts the response to the requested fields.static intField.toBitmask(Collection<Field> fields) ORs the bits of a collection of fields into a single integer, suitable for passing as?fields=N.static StringField.toQuery(Collection<Field> fields) Joins the wire names of a collection of fields with commas, suitable for passing as?fields=country,city,isp.