| 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.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
|
static Document |
Document.parse(com.fasterxml.jackson.databind.JsonNode json) |
Document |
Api.queryFirst(Predicate p) |
Document |
Api.queryFirst(Predicate p,
String ref)
Return the first document matching the predicate
|
| 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 © 2016. All rights reserved.