public class RequestData extends Object
| Constructor and Description |
|---|
RequestData() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getHasMore()
If true, there are more entries to fetch in the given range.
|
List<DataEntry> |
getObjectStoreDataEntries()
Array of object store data entries.
|
void |
setHasMore(Boolean hasMore)
If true, there are more entries to fetch in the given range.
|
void |
setObjectStoreDataEntries(List<DataEntry> objectStoreDataEntries)
Array of object store data entries.
|
public List<DataEntry> getObjectStoreDataEntries()
public void setObjectStoreDataEntries(List<DataEntry> objectStoreDataEntries)
public Boolean getHasMore()
public void setHasMore(Boolean hasMore)
Copyright © 2020. All rights reserved.