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