public class Fetch extends ArrayList<String>
modCount| 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, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic Fetch(String... fetch)
fetch - one or more fields to be returnedpublic String toString()
toString in class AbstractCollection<String>Copyright © 2016. All Rights Reserved.