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