public class BitbucketPageEntity<T> extends Object
Constructor and Description |
---|
BitbucketPageEntity(int size,
int limit,
boolean lastPage,
int start,
Integer nextPageStart,
Iterable<T> values) |
Modifier and Type | Method and Description |
---|---|
int |
getLimit() |
Integer |
getNextPageStart() |
int |
getSize() |
int |
getStart() |
Iterable<T> |
getValues() |
boolean |
isLastPage() |
void |
setValues(Iterable<T> values) |
static <T> BitbucketPageEntity<T> |
singlePage(Iterable<T> values) |
public static <T> BitbucketPageEntity<T> singlePage(Iterable<T> values)
public int getSize()
public int getLimit()
public boolean isLastPage()
public int getStart()
@Nullable public Integer getNextPageStart()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences