public class Fetch extends ArrayList<String>
| Constructor and Description |
|---|
Fetch(String... fetch)
Create a new fetch with the specified fields.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Get the comma separated list of fields to be returned.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllcontainsAll, equals, hashCodepublic Fetch(String... fetch)
fetch - one or more fields to be returnedpublic String toString()
toString in class AbstractCollection<String>