Interface Country.Builder

    • Method Detail

      • countryCode

        Country.Builder countryCode​(String countryCode)

        The 2-letter ISO 3166 country code for the country.

        Parameters:
        countryCode - The 2-letter ISO 3166 country code for the country.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • countryName

        Country.Builder countryName​(String countryName)

        The name of the country.

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