public interface PageResponse
Modifier and Type | Method and Description |
---|---|
Iterable<Resource> |
getIterable()
Get the iterable set of resources for the page.
|
Resource |
getNextResource()
Get the next resource after this page.
|
int |
getOffset()
Get the offset of the first resource of the page.
|
Resource |
getPreviousResource()
Get the last resource before this page.
|
Integer |
getTotalResourceCount()
Get the count of total resources without account for paging request.
|
Iterable<Resource> getIterable()
int getOffset()
Resource getPreviousResource()
Resource getNextResource()
Integer getTotalResourceCount()
Copyright © 2022 Apache Software Foundation. All rights reserved.