public static interface

NavBuilder.PagedBuilder

implements NavBuilder.Builder<B extends Builder>
com.atlassian.stash.nav.NavBuilder.PagedBuilder<B extends com.atlassian.stash.nav.NavBuilder.PagedBuilder>
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
PagedBuilder<B> startAt(int index)
PagedBuilder<B> withLimit(int limit)
[Expand]
Inherited Methods
From interface com.atlassian.stash.nav.NavBuilder.Builder

Public Methods

public PagedBuilder<B> startAt (int index)

public PagedBuilder<B> withLimit (int limit)