| Package | Description |
|---|---|
| io.prismic |
| Modifier and Type | Method and Description |
|---|---|
Document |
Api.getBookmark(String bookmark) |
Document |
Api.getBookmark(String bookmark,
String ref) |
Document |
Api.getByID(String documentId)
Retrieve a document by its ID on the master reference
|
Document |
Api.getByID(String documentId,
String ref)
Retrieve a document by its ID on the given reference
|
Document |
Api.getByID(String documentId,
String ref,
String lang)
Retrieve a document by its ID on the given reference in the given language
|
Document |
Api.getByUID(String documentType,
String documentUID)
Retrieve a document by its UID on the master reference
|
Document |
Api.getByUID(String documentType,
String documentUID,
String ref)
Retrieve a document by its UID on the given reference
|
Document |
Api.getByUID(String documentType,
String documentUID,
String ref,
String lang)
Retrieve a document by its UID on the given reference in the given language
|
static Document |
Document.parse(com.fasterxml.jackson.databind.JsonNode json) |
Document |
Api.queryFirst(Predicate p)
Return the first document matching the predicate on the master reference
|
Document |
Api.queryFirst(Predicate p,
String ref)
Return the first document matching the predicate on the given reference
|
Document |
Api.queryFirst(Predicate p,
String ref,
String lang)
Return the first document matching the predicate on the given ref in the given language
|
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
Response.getResults() |
| Modifier and Type | Method and Description |
|---|---|
String |
SimpleLinkResolver.resolve(Document document) |
String |
LinkResolver.resolve(Document document) |
| Constructor and Description |
|---|
Response(List<Document> results,
int page,
int results_per_page,
int total_results_size,
int total_pages,
String next_page,
String prev_page) |
Copyright © 2017. All rights reserved.