public class RestDeploymentResultList extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
maxResult |
protected int |
size |
protected int |
startIndex |
Constructor and Description |
---|
RestDeploymentResultList() |
RestDeploymentResultList(int size,
org.apache.commons.lang3.Range<Integer> range,
List<RestDeploymentResult> results) |
Modifier and Type | Method and Description |
---|---|
List<RestDeploymentResult> |
getResults() |
void |
setExpand(String expand) |
protected int startIndex
protected int maxResult
protected int size
public RestDeploymentResultList()
public RestDeploymentResultList(int size, org.apache.commons.lang3.Range<Integer> range, List<RestDeploymentResult> results)
public List<RestDeploymentResult> getResults()
public void setExpand(String expand)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.