public static class AssetSuggestionsRestService.SuggestionList extends JaxbListWrapper<String>
Constructor and Description |
---|
SuggestionList()
Instantiates a new suggestion list.
|
SuggestionList(Collection<? extends String> c)
Instantiates a new suggestion list.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getSuggestions()
Gets the suggestions.
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, getCount, getObjects, getOffset, getTotalCount, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, setCount, setObjects, setOffset, setTotalCount, size, subList, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public SuggestionList()
public SuggestionList(Collection<? extends String> c)
c
- the cCopyright © 2021. All rights reserved.