Interface Page<T>
-
- All Known Implementing Classes:
AccessKeyPage,ActivitiesPage,BranchPage,BranchRestrictionPage,ChangePage,CommentPage,CommitPage,FilesPage,HookPage,InsightReportPage,LabelsPage,LinePage,ParticipantsPage,PermissionsPage,ProjectPage,ProjectPermissionsPage,PullRequestPage,RepositoryPage,StatusPage,TagPage,UserPage,WebHookPage
public interface Page<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisLastPage()intlimit()intnextPageStart()intsize()intstart()java.util.List<T>values()
-
-
-
Method Detail
-
start
int start()
-
limit
int limit()
-
size
int size()
-
nextPageStart
int nextPageStart()
-
isLastPage
boolean isLastPage()
-
values
java.util.List<T> values()
-
-