public class RestChangeFileList extends AbstractRestList<RestChangeFile>
callback, maxResult, size, startIndex
Constructor and Description |
---|
RestChangeFileList() |
RestChangeFileList(int size,
org.apache.commons.lang3.Range<Integer> range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestChangeFile> callback) |
Modifier and Type | Method and Description |
---|---|
List<RestChangeFile> |
getChangeFiles() |
void |
setChangeFiles(List<RestChangeFile> changeFiles) |
getAllElements, getCallback, getSize, setMaxResult, setStartIndex
public RestChangeFileList()
public RestChangeFileList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestChangeFile> callback)
public List<RestChangeFile> getChangeFiles()
public void setChangeFiles(List<RestChangeFile> changeFiles)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.