public interface PaginatableResourceList
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Returns the number of resources contained in the list.
|
java.lang.String |
getNextOffsetValue()
Returns the value to use to get the next page of resources.
|
java.util.List<Resource> |
getResources()
Returns the list of resources.
|
boolean |
hasMore()
Indicates whether more results are possible.
|
java.lang.String getNextOffsetValue()
int getCount()
java.util.List<Resource> getResources()
boolean hasMore()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"