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, setMaxResult, setStartIndex
protected String expand
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.