Class PageInfo
- java.lang.Object
-
- jetbrains.buildServer.favoriteBuilds.PageInfo
-
public class PageInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description PageInfo(int pageSize, int total)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
first()
int
getFrom()
int
getPageSize()
int
getTotal()
boolean
hasNext()
void
last()
void
next()
-