public class RestResultList extends AbstractRestList<Result>
Modifier and Type | Field and Description |
---|---|
protected String |
expand |
protected List<Result> |
results |
callback, maxResult, size, startIndex
Constructor and Description |
---|
RestResultList() |
RestResultList(int size,
org.apache.commons.lang3.Range<Integer> range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<Result> callback) |
Modifier and Type | Method and Description |
---|---|
List<Result> |
getResults() |
void |
setResults(List<Result> results) |
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.