Suggestions Class

public class Suggestions extends SearchResultsAnswer

The Suggestions model.

Method Summary

Modifier and Type Method and Description
List<SuggestionsSuggestionGroup> suggestionGroups()

Get the suggestionGroups value.

Suggestions withSuggestionGroups(List<SuggestionsSuggestionGroup> suggestionGroups)

Set the suggestionGroups value.

Inherited Members

Method Details

suggestionGroups

public List suggestionGroups()

Get the suggestionGroups value.

Returns:

the suggestionGroups value

withSuggestionGroups

public Suggestions withSuggestionGroups(List suggestionGroups)

Set the suggestionGroups value.

Parameters:

suggestionGroups - the suggestionGroups value to set

Returns:

the Suggestions object itself.

Applies to