Package com.atlassian.bitbucket.nav
Interface NavBuilder.PagedBuilder<B extends NavBuilder.PagedBuilder<B>>
- All Superinterfaces:
NavBuilder.Builder<B>
- All Known Subinterfaces:
NavBuilder.Groups
,NavBuilder.ListBranches
,NavBuilder.ListCommits
,NavBuilder.ListForks
,NavBuilder.ListProjects
,NavBuilder.ListPullRequests
,NavBuilder.ListRepos
,NavBuilder.ListTags
,NavBuilder.PullRequestOverview
,NavBuilder.Users
- Enclosing interface:
- NavBuilder
public static interface NavBuilder.PagedBuilder<B extends NavBuilder.PagedBuilder<B>>
extends NavBuilder.Builder<B>
A builder for urls that represent a collection of things, one page at a time.
Provides built-in support for the 'start' and 'limit' params.
-
Method Summary
Methods inherited from interface com.atlassian.bitbucket.nav.NavBuilder.Builder
buildAbsolute, buildConfigured, buildRelative, buildRelNoContext, withParam
-
Method Details
-
startAt
-
withLimit
-