| Package | Description |
|---|---|
| com.contentstack.sdk |
| Modifier and Type | Field and Description |
|---|---|
protected List<Entry> |
QueryResult.resultObjects |
| Modifier and Type | Method and Description |
|---|---|
Entry |
Entry.addParam(String key,
String value)
This method adds key and value to an Entry.
|
Entry |
Entry.configure(org.json.JSONObject jsonObject) |
protected Entry |
ContentType.entry() |
Entry |
ContentType.entry(String entryUid)
Represents a
Entry. |
Entry |
Entry.except(String[] fieldUid)
Specifies list of field uids that would be 'excluded' from the response.
|
Entry |
Entry.exceptWithReferenceUid(ArrayList<String> fieldUid,
String referenceFieldUid)
Specifies an array of 'except' keys that would be 'excluded' in the response.
|
Entry |
Entry.includeReference(String referenceField)
Add a constraint that requires a particular reference key details.
|
Entry |
Entry.includeReference(String[] referenceFields)
Add a constraint that requires a particular reference key details.
|
Entry |
Entry.only(String[] fieldUid)
Specifies an array of 'only' keys in BASE object that would be 'included' in the response.
|
Entry |
Entry.onlyWithReferenceUid(ArrayList<String> fieldUid,
String referenceFieldUid)
Specifies an array of 'only' keys that would be 'included' in the response.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Entry> |
Group.getAllEntries(String refKey,
String refContentType)
Get value for the given reference key.
|
ArrayList<Entry> |
Entry.getAllEntries(String refKey,
String refContentType)
Get value for the given reference key.
|
List<Entry> |
QueryResult.getResultObjects() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
SingleQueryResultCallback.onCompletion(ResponseType responseType,
Entry entry,
Error error) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
QueryResult.setJSON(org.json.JSONObject jsonobject,
List<Entry> objectList) |
Copyright © 2019 Contentstack. All rights reserved.