@ExperimentalApi public class AutocompleteResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AutocompleteResult.Builder |
Modifier and Type | Method and Description |
---|---|
static AutocompleteResult.Builder |
builder() |
List<AutocompleteResultItem> |
getSearchResults()
Search results are intended to be shown to the user below those returned by
getSuggestedResults() . |
List<AutocompleteResultItem> |
getSuggestedResults()
Suggested results are intended to be shown to the user above those returned by
getSearchResults() ,
and may be returned with or without search results. |
public static AutocompleteResult.Builder builder()
public List<AutocompleteResultItem> getSuggestedResults()
getSearchResults()
,
and may be returned with or without search results.
An example of when only suggested results could be returned is when there is a blank query.public List<AutocompleteResultItem> getSearchResults()
getSuggestedResults()
.Copyright © 2003–2015 Atlassian. All rights reserved.