Interface Page<T>
-
- All Known Implementing Classes:
AccessKeyPage,ActivitiesPage,BranchPage,BranchRestrictionPage,ChangePage,CommentPage,CommitPage,FilesPage,HookPage,InsightReportPage,LabelsPage,LikePage,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()List<T>values()
-