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, trimToSize
equals, hashCode
containsAll
containsAll, equals, hashCode
public Fetch(String... fetch)
fetch
- one or more fields to be returnedpublic String toString()
toString
in class AbstractCollection<String>