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