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