static CountryHighlights.Builder |
CountryHighlights.builder() |
|
CountryHighlights.Builder |
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.
|
CountryHighlights.Builder |
CountryHighlights.Builder.code(Consumer<Highlight.Builder>... code) |
Indicates the starting and ending index of the country code in the text query that match the found title.
|
CountryHighlights.Builder |
CountryHighlights.Builder.code(Highlight... code) |
Indicates the starting and ending index of the country code in the text query that match the found title.
|
CountryHighlights.Builder |
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.
|
CountryHighlights.Builder |
CountryHighlights.Builder.name(Consumer<Highlight.Builder>... name) |
Indicates the starting and ending index of the country code in the text query that match the found title.
|
CountryHighlights.Builder |
CountryHighlights.Builder.name(Highlight... name) |
Indicates the starting and ending index of the country code in the text query that match the found title.
|
CountryHighlights.Builder |
CountryHighlights.toBuilder() |
|