static IpAddressDetails.Builder |
IpAddressDetails.builder() |
|
IpAddressDetails.Builder |
IpAddressDetails.Builder.ipAddressV4(String ipAddressV4) |
The Internet Protocol version 4 (IPv4) address of the device.
|
default IpAddressDetails.Builder |
IpAddressDetails.Builder.ipCity(Consumer<IpCity.Builder> ipCity) |
The city that the IP address originated from.
|
IpAddressDetails.Builder |
IpAddressDetails.Builder.ipCity(IpCity ipCity) |
The city that the IP address originated from.
|
default IpAddressDetails.Builder |
IpAddressDetails.Builder.ipCountry(Consumer<IpCountry.Builder> ipCountry) |
The country that the IP address originated from.
|
IpAddressDetails.Builder |
IpAddressDetails.Builder.ipCountry(IpCountry ipCountry) |
The country that the IP address originated from.
|
default IpAddressDetails.Builder |
IpAddressDetails.Builder.ipGeoLocation(Consumer<IpGeoLocation.Builder> ipGeoLocation) |
The geographic coordinates of the location that the IP address originated from.
|
IpAddressDetails.Builder |
IpAddressDetails.Builder.ipGeoLocation(IpGeoLocation ipGeoLocation) |
The geographic coordinates of the location that the IP address originated from.
|
default IpAddressDetails.Builder |
IpAddressDetails.Builder.ipOwner(Consumer<IpOwner.Builder> ipOwner) |
The registered owner of the IP address.
|
IpAddressDetails.Builder |
IpAddressDetails.Builder.ipOwner(IpOwner ipOwner) |
The registered owner of the IP address.
|
IpAddressDetails.Builder |
IpAddressDetails.toBuilder() |
|