| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
T |
fields(Collection<DataForm.Field> fields)
Sets the fields.
|
T |
formType(String formType)
Sets the form type.
|
T |
instructions(Collection<String> instructions) |
T |
items(Collection<DataForm.Item> items) |
T |
pages(Collection<Page> pages) |
T |
reportedFields(Collection<DataForm.Field> reportedFields) |
T |
title(String title) |
T |
type(DataForm.Type type)
Sets the type of the form.
|
public final T fields(Collection<DataForm.Field> fields)
fields - The fields.public final T formType(String formType)
formType - The form type.public final T type(DataForm.Type type)
type - The data form type.public final T instructions(Collection<String> instructions)
public final T pages(Collection<Page> pages)
public final T items(Collection<DataForm.Item> items)
public final T reportedFields(Collection<DataForm.Field> reportedFields)
Copyright © 2014–2015 XMPP.rocks. All rights reserved.