Interface IpCountry.Builder

  • Method Details

    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the country that the IP address originated from.

      Parameters:
      name - The name of the country that the IP address originated from.
      Returns:
      Returns a reference to this object so that method calls can be chained together.