Interface GetSearchSuggestionsResponse.Builder

    • Method Detail

      • propertyNameSuggestions

        GetSearchSuggestionsResponse.Builder propertyNameSuggestions​(Collection<PropertyNameSuggestion> propertyNameSuggestions)

        A list of property names for a Resource that match a SuggestionQuery.

        Parameters:
        propertyNameSuggestions - A list of property names for a Resource that match a SuggestionQuery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertyNameSuggestions

        GetSearchSuggestionsResponse.Builder propertyNameSuggestions​(PropertyNameSuggestion... propertyNameSuggestions)

        A list of property names for a Resource that match a SuggestionQuery.

        Parameters:
        propertyNameSuggestions - A list of property names for a Resource that match a SuggestionQuery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.