Package com.atlassian.crowd.model.page
Interface Page<T>
- All Known Implementing Classes:
PageImpl
,RestPage
,VersionedRestPage
public interface Page<T>
-
Method Details
-
getResults
-
getSize
int getSize() -
getStart
int getStart() -
getLimit
int getLimit() -
isLastPage
boolean isLastPage()
-