Modifier and Type | Field and Description |
---|---|
java.net.URI |
next |
int |
perPage |
java.net.URI |
previous |
java.util.List<FileData> |
results |
int |
total |
Constructor and Description |
---|
FilePageData() |
Modifier and Type | Method and Description |
---|---|
java.net.URI |
getNext() |
java.util.List<FileData> |
getResults() |
boolean |
hasMore() |
public java.net.URI next
public java.net.URI previous
public int total
public int perPage
public java.util.List<FileData> results
public java.util.List<FileData> getResults()
getResults
in interface PageData<FileData>