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