public interface QueryResponse
Modifier and Type | Method and Description |
---|---|
Set<Resource> |
getResources()
Get the set of resources returned in the response.
|
int |
getTotalResourceCount()
Get the the total number of resources for the query result.
|
boolean |
isPagedResponse()
Determine whether or not the response is paginated.
|
boolean |
isSortedResponse()
Determine whether or not the response is sorted.
|
Set<Resource> getResources()
boolean isSortedResponse()
true
if the response is sortedboolean isPagedResponse()
true
if the response is paginatedint getTotalResourceCount()
Copyright © 2022 Apache Software Foundation. All rights reserved.