Interface Country.Builder

    • Method Detail

      • countryCode

        Country.Builder countryCode​(String countryCode)

        The country code of the remote IP address.

        Parameters:
        countryCode - The country code of the remote IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • countryName

        Country.Builder countryName​(String countryName)

        The country name of the remote IP address.

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