@ExperimentalApi public class AutocompleteResultItem extends Object
AutocompleteResult
.Modifier and Type | Class and Description |
---|---|
static class |
AutocompleteResultItem.Builder |
Modifier and Type | Method and Description |
---|---|
static AutocompleteResultItem.Builder |
builder() |
String |
getId()
Returns the item "id" or "key" that will be passed around programmatically if this item is selected
by a user in the UI.
|
String |
getText()
Returns the string representation of this item that the user will see in the UI.
|
public static AutocompleteResultItem.Builder builder()
public String getId()
AutocompleteResult
.public String getText()
Copyright © 2003–2018 Atlassian. All rights reserved.