public class TextArrayRequest extends java.util.ArrayList<TextArrayRequest.Text>
| Modifier and Type | Class and Description |
|---|---|
static class |
TextArrayRequest.Text |
| Modifier and Type | Method and Description |
|---|---|
static TextArrayRequest |
build(java.lang.String... texts) |
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, trimToSizepublic static TextArrayRequest build(java.lang.String... texts)