| Package | Description |
|---|---|
| io.prismic |
| Modifier and Type | Method and Description |
|---|---|
Ref |
Api.getMaster()
From a properly built
Api object, returns the ref ID (points in a prismic.io repository's timeline,
whether in the past, in the present, or in the future) of the master ref (the one presently live). |
| Modifier and Type | Method and Description |
|---|---|
List<Ref> |
Api.getRefs()
From a properly built
Api object, returns the ref IDs (points in a prismic.io repository's timeline,
whether in the past, in the present, or in the future) to which the passed credentials give access. |
List<Ref> |
Api.ApiData.getRefs() |
| Modifier and Type | Method and Description |
|---|---|
Form.SearchForm |
Form.SearchForm.ref(Ref ref)
Allows to set the ref on which you wish to be performing the query.
|
| Constructor and Description |
|---|
ApiData(List<Ref> refs,
Map<String,String> bookmarks,
Map<String,String> types,
List<String> tags,
Map<String,Form> forms,
String oauthInitiateEndpoint,
String oauthTokenEndpoint) |
Copyright © 2014. All rights reserved.