| Package | Description |
|---|---|
| io.prismic |
| Modifier and Type | Method and Description |
|---|---|
Form.SearchForm |
Form.SearchForm.fetch(String... fields)
Restrict the document fragments to the set of fields specified.
|
Form.SearchForm |
Form.SearchForm.fetchLinks(String... fields)
Include the specified fragment in the details of DocumentLink
|
Form.SearchForm |
Api.getForm(String form)
From a properly built
Api object, return a Form object that will allow to perform queries. |
Form.SearchForm |
Form.SearchForm.orderings(String... orderings)
Allows to set which ordering you want for your query.
|
Form.SearchForm |
Form.SearchForm.page(int page)
Allows to set which page you want to get for your query.
|
Form.SearchForm |
Form.SearchForm.page(String page)
Allows to set which page you want to get for your query.
|
Form.SearchForm |
Form.SearchForm.pageSize(int pageSize)
Allows to set the size of the pagination of the query's response.
|
Form.SearchForm |
Form.SearchForm.pageSize(String pageSize)
Allows to set the size of the pagination of the query's response.
|
Form.SearchForm |
Form.SearchForm.query(Predicate... predicates)
Allows to set the query field of the current form, using Predicate objects.
|
Form.SearchForm |
Form.SearchForm.query(String q)
Allows to set the query field of the current form.
|
Form.SearchForm |
Form.SearchForm.ref(Ref ref)
Allows to set the ref on which you wish to be performing the query.
|
Form.SearchForm |
Form.SearchForm.ref(String ref)
Allows to set the ref on which you wish to be performing the query.
|
Form.SearchForm |
Form.SearchForm.set(String field,
Integer value)
A simple helper to set numeric value; see set(String,String).
|
Form.SearchForm |
Form.SearchForm.set(String field,
String value)
Allows to set one of the form's fields, such as "q" for the query field, or the "ordering" field, or the "pageSize" field.
|
Copyright © 2015. All rights reserved.