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