Class GenericList
- java.lang.Object
-
- com.atlassian.bamboo.plugins.bitbucket.rest.entity.GenericList
-
- Direct Known Subclasses:
ListPullRequestsResponse
public class GenericList extends Object
-
-
Constructor Summary
Constructors Constructor Description GenericList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable String
getNextPageLink()
int
getPage()
int
getPagelen()
int
getSize()
-
-
-
Method Detail
-
getPage
public int getPage()
-
getSize
public int getSize()
-
getPagelen
public int getPagelen()
-
getNextPageLink
@Nullable public @Nullable String getNextPageLink()
-
-