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, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndexprotected 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 © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.