public class TermList extends Object
A list of result terms for an autocomplete query.
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTEXT |
static String |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
TermList |
addIgnored(String first,
String... rest) |
TermList |
addTerm(Term first,
Term... rest) |
URI |
getIdentifier() |
Set<String> |
getIgnored() |
List<Term> |
getTerms() |
void |
setIgnored(Set<String> ignored) |
void |
setTerms(List<Term> terms) |
public static final String CONTEXT
public static final String TYPE
public TermList(String identifier)
public URI getIdentifier()
Copyright © 2018. All rights reserved.