public static interface IpAddressDetails.Builder extends SdkPojo, CopyableBuilder<IpAddressDetails.Builder,IpAddressDetails>
| Modifier and Type | Method and Description |
|---|---|
IpAddressDetails.Builder |
ipAddressV4(String ipAddressV4)
The Internet Protocol version 4 (IPv4) address of the device.
|
default IpAddressDetails.Builder |
ipCity(Consumer<IpCity.Builder> ipCity)
The city that the IP address originated from.
|
IpAddressDetails.Builder |
ipCity(IpCity ipCity)
The city that the IP address originated from.
|
default IpAddressDetails.Builder |
ipCountry(Consumer<IpCountry.Builder> ipCountry)
The country that the IP address originated from.
|
IpAddressDetails.Builder |
ipCountry(IpCountry ipCountry)
The country that the IP address originated from.
|
default IpAddressDetails.Builder |
ipGeoLocation(Consumer<IpGeoLocation.Builder> ipGeoLocation)
The geographic coordinates of the location that the IP address originated from.
|
IpAddressDetails.Builder |
ipGeoLocation(IpGeoLocation ipGeoLocation)
The geographic coordinates of the location that the IP address originated from.
|
default IpAddressDetails.Builder |
ipOwner(Consumer<IpOwner.Builder> ipOwner)
The registered owner of the IP address.
|
IpAddressDetails.Builder |
ipOwner(IpOwner ipOwner)
The registered owner of the IP address.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIpAddressDetails.Builder ipAddressV4(String ipAddressV4)
The Internet Protocol version 4 (IPv4) address of the device.
ipAddressV4 - The Internet Protocol version 4 (IPv4) address of the device.IpAddressDetails.Builder ipCity(IpCity ipCity)
The city that the IP address originated from.
ipCity - The city that the IP address originated from.default IpAddressDetails.Builder ipCity(Consumer<IpCity.Builder> ipCity)
The city that the IP address originated from.
This is a convenience that creates an instance of theIpCity.Builder avoiding the need to create one
manually via IpCity.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to ipCity(IpCity).ipCity - a consumer that will call methods on IpCity.BuilderipCity(IpCity)IpAddressDetails.Builder ipCountry(IpCountry ipCountry)
The country that the IP address originated from.
ipCountry - The country that the IP address originated from.default IpAddressDetails.Builder ipCountry(Consumer<IpCountry.Builder> ipCountry)
The country that the IP address originated from.
This is a convenience that creates an instance of theIpCountry.Builder avoiding the need to create
one manually via IpCountry.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to ipCountry(IpCountry).ipCountry - a consumer that will call methods on IpCountry.BuilderipCountry(IpCountry)IpAddressDetails.Builder ipGeoLocation(IpGeoLocation ipGeoLocation)
The geographic coordinates of the location that the IP address originated from.
ipGeoLocation - The geographic coordinates of the location that the IP address originated from.default IpAddressDetails.Builder ipGeoLocation(Consumer<IpGeoLocation.Builder> ipGeoLocation)
The geographic coordinates of the location that the IP address originated from.
This is a convenience that creates an instance of theIpGeoLocation.Builder avoiding the need to
create one manually via IpGeoLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ipGeoLocation(IpGeoLocation).ipGeoLocation - a consumer that will call methods on IpGeoLocation.BuilderipGeoLocation(IpGeoLocation)IpAddressDetails.Builder ipOwner(IpOwner ipOwner)
The registered owner of the IP address.
ipOwner - The registered owner of the IP address.default IpAddressDetails.Builder ipOwner(Consumer<IpOwner.Builder> ipOwner)
The registered owner of the IP address.
This is a convenience that creates an instance of theIpOwner.Builder avoiding the need to create one
manually via IpOwner.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to ipOwner(IpOwner).ipOwner - a consumer that will call methods on IpOwner.BuilderipOwner(IpOwner)Copyright © 2021. All rights reserved.