Interface CountryHighlights.Builder

    • Method Detail

      • code

        CountryHighlights.Builder code​(Collection<Highlight> code)

        Indicates the starting and ending index of the country code in the text query that match the found title.

        Parameters:
        code - Indicates the starting and ending index of the country code in the text query that match the found title.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • code

        CountryHighlights.Builder code​(Highlight... code)

        Indicates the starting and ending index of the country code in the text query that match the found title.

        Parameters:
        code - Indicates the starting and ending index of the country code in the text query that match the found title.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CountryHighlights.Builder name​(Collection<Highlight> name)

        Indicates the starting and ending index of the country code in the text query that match the found title.

        Parameters:
        name - Indicates the starting and ending index of the country code in the text query that match the found title.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CountryHighlights.Builder name​(Highlight... name)

        Indicates the starting and ending index of the country code in the text query that match the found title.

        Parameters:
        name - Indicates the starting and ending index of the country code in the text query that match the found title.
        Returns:
        Returns a reference to this object so that method calls can be chained together.