public class ReferenceList extends ObjectPrinter
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<Reference> |
items
The 'items' property of a ReferenceList gives the actual items that are part of this particular page.
|
protected Paging |
paging
The 'paging' property of a ReferenceList gives the aspects related to paging (eg.
|
| Constructor and Description |
|---|
ReferenceList() |
| Modifier and Type | Method and Description |
|---|---|
void |
getAllPages(IGCRestClient igcrest)
Retrieve all pages of relationships that this object represents.
|
ArrayList<Reference> |
getItems() |
void |
getNextPage(IGCRestClient igcrest)
Retrieve the next page of relationships that this object represents.
|
Paging |
getPaging() |
Boolean |
hasMorePages()
Returns true iff there are more (unretrieved) pages for the relationships that this object represents.
|
void |
setItems(ArrayList<Reference> items) |
void |
setPaging(Paging paging) |
getAllFields, toStringprotected Paging paging
Paging object.public Boolean hasMorePages()
public void getAllPages(IGCRestClient igcrest)
igcrest - the IGCRestClient connection to use to retrieve the relationshipspublic void getNextPage(IGCRestClient igcrest)
igcrest - the IGCRestClient connection to use to retrieve the relationshipsCopyright © 2018–2019 ODPi. All rights reserved.