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