public static interface IpCountry.Builder extends SdkPojo, CopyableBuilder<IpCountry.Builder,IpCountry>
| Modifier and Type | Method and Description |
|---|---|
IpCountry.Builder |
code(String code)
The two-character code, in ISO 3166-1 alpha-2 format, for the country that the IP address originated from.
|
IpCountry.Builder |
name(String name)
The name of the country that the IP address originated from.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIpCountry.Builder code(String code)
The two-character code, in ISO 3166-1 alpha-2 format, for the country that the IP address originated from. For example, US for the United States.
code - The two-character code, in ISO 3166-1 alpha-2 format, for the country that the IP address originated
from. For example, US for the United States.IpCountry.Builder name(String name)
The name of the country that the IP address originated from.
name - The name of the country that the IP address originated from.Copyright © 2020. All rights reserved.