public class FormFields extends JaxbListWrapper<FormField>
Constructor and Description |
---|
FormFields()
The Constructor.
|
FormFields(Collection<? extends FormField> fields)
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
org.apache.http.client.entity.UrlEncodedFormEntity |
getEntity()
Gets the entity.
|
List<FormField> |
getObjects() |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, getCount, 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 FormFields()
public FormFields(Collection<? extends FormField> fields)
fields
- the fieldspublic List<FormField> getObjects()
getObjects
in class JaxbListWrapper<FormField>
public org.apache.http.client.entity.UrlEncodedFormEntity getEntity() throws UnsupportedEncodingException
UnsupportedEncodingException
- the unsupported encoding exceptionCopyright © 2021. All rights reserved.